diff --git a/.gitmodules b/.gitmodules index 5978a930a..e3253ac55 100644 --- a/.gitmodules +++ b/.gitmodules @@ -100,7 +100,7 @@ branch = main [submodule "libs/scriptengine"] path = libs/scriptengine - url = https://github.com/jphickey/scriptengine.git + url = git@github.com:jphickey/scriptengine.git branch = main [submodule "apps/fcgiapp"] path = apps/fcgiapp diff --git a/apps/soistest/.gitignore b/apps/soistest/.gitignore deleted file mode 100644 index d04a54600..000000000 --- a/apps/soistest/.gitignore +++ /dev/null @@ -1 +0,0 @@ -eds/ diff --git a/apps/soistest/CMakeLists.txt b/apps/soistest/CMakeLists.txt deleted file mode 100644 index d67b19f7b..000000000 --- a/apps/soistest/CMakeLists.txt +++ /dev/null @@ -1,6 +0,0 @@ -set(APP_SRC_FILES - fsw/src/soistest.c -) - -# Create the app module -add_cfe_app(soistest ${APP_SRC_FILES}) diff --git a/apps/soistest/ccsds.sois b/apps/soistest/ccsds.sois deleted file mode 160000 index cfbcc2983..000000000 --- a/apps/soistest/ccsds.sois +++ /dev/null @@ -1 +0,0 @@ -Subproject commit cfbcc2983a7ea48e8eeaa07b4de5ea6b09d39bcc diff --git a/apps/soistest/fsw/src/soistest.c b/apps/soistest/fsw/src/soistest.c deleted file mode 100644 index 689a0cfdc..000000000 --- a/apps/soistest/fsw/src/soistest.c +++ /dev/null @@ -1,6 +0,0 @@ -#include - -void SoisTest_Init(void) -{ - printf("Hello, World.\n"); -} \ No newline at end of file diff --git a/apps/soistest/setup.sh b/apps/soistest/setup.sh deleted file mode 100755 index 8b28ba7bd..000000000 --- a/apps/soistest/setup.sh +++ /dev/null @@ -1,17 +0,0 @@ -#!/bin/bash - -if [ ! -d ccsds.sois ]; then - exit 1 -fi - -mkdir -f eds -cd eds || exit 1 - -# leave the cleanup to manual step for now -# rm -f ./*.xml - -find ../ccsds.sois/seds/interoperability/common/${1}/ -type f -name '*.xml' | while read -r i -do - j=$(basename "$i") - ln -sv "$i" "$j" -done diff --git a/libs/scriptengine b/libs/scriptengine new file mode 160000 index 000000000..e42d843ff --- /dev/null +++ b/libs/scriptengine @@ -0,0 +1 @@ +Subproject commit e42d843ff664e3f19a98b040e12ba0c1831520d3