diff --git a/ipk/create_ipk_zip.sh b/ipk/create_ipk_zip.sh index 7a98778..362ee9e 100755 --- a/ipk/create_ipk_zip.sh +++ b/ipk/create_ipk_zip.sh @@ -5,7 +5,7 @@ # app info exp_id="exp144" exp_name="OrbitAI" -exp_version="1.0" # TODO get git tag +exp_version=$(git describe) exp_author="LabrecheSoto" if [ "$#" -ne 1 ]; then @@ -37,4 +37,4 @@ cp "$mochi_dir"/OrbitAI_Mochi home/"$exp_id"/bin/Mochi # ---- ZIP zip -r "$exp_name"_"$exp_version"_"$exp_author".zip home -rm -r home \ No newline at end of file +rm -r home diff --git a/nmf/space-app/README.md b/nmf/space-app/README.md index 5d0e036..e648f1c 100644 --- a/nmf/space-app/README.md +++ b/nmf/space-app/README.md @@ -7,7 +7,7 @@ - Maven 3.X.X (tested with Maven 3.6.3) ### Steps -1. Install the `feature/OBSW_parameters_provisioning` branch of NanoSatMO Framework (NMF) following [the NMF quick start guide](https://nanosat-mo-framework.readthedocs.io/en/latest/quickstart.html) +1. Install the `dev` branch of NanoSatMO Framework (NMF) following [the NMF quick start guide](https://nanosat-mo-framework.readthedocs.io/en/latest/quickstart.html) 2. Get and build the OrbitAI space application ```