Skip to content

Commit

Permalink
[ci] update README and ipk creation script
Browse files Browse the repository at this point in the history
  • Loading branch information
Tanguy Soto committed Apr 9, 2021
1 parent dd479e7 commit 2a84648
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ipk/create_ipk_zip.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
rm -r home
2 changes: 1 addition & 1 deletion nmf/space-app/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down

0 comments on commit 2a84648

Please sign in to comment.