From 88747a475e5b4005993e28bafd19a09d60ff821e Mon Sep 17 00:00:00 2001 From: Matt Godbolt Date: Mon, 5 Sep 2022 17:41:08 -0500 Subject: [PATCH 001/161] very much wip --- .idea/inspectionProfiles/Project_Default.xml | 15 -- .idea/runConfigurations/ce_install.xml | 2 +- Makefile | 4 +- bin/cefs | 1 + bin/lib/ce_install.py | 80 ++++++ bin/lib/cefs.py | 243 +++++++++++++++++++ bin/lib/installation.py | 2 - bin/test/cefs_test.py | 105 ++++++++ 8 files changed, 432 insertions(+), 20 deletions(-) delete mode 100644 .idea/inspectionProfiles/Project_Default.xml create mode 120000 bin/cefs create mode 100644 bin/lib/cefs.py create mode 100644 bin/test/cefs_test.py diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml deleted file mode 100644 index cdc00f963..000000000 --- a/.idea/inspectionProfiles/Project_Default.xml +++ /dev/null @@ -1,15 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/runConfigurations/ce_install.xml b/.idea/runConfigurations/ce_install.xml index 7b61ea0bc..832508bcc 100644 --- a/.idea/runConfigurations/ce_install.xml +++ b/.idea/runConfigurations/ce_install.xml @@ -13,7 +13,7 @@