Skip to content
This repository has been archived by the owner on May 8, 2024. It is now read-only.

Commit

Permalink
add release 202011051847
Browse files Browse the repository at this point in the history
  • Loading branch information
stkw0 committed Nov 5, 2020
1 parent 6e9c522 commit 00a808a
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 1 deletion.
Binary file added 202011051847/2020.11.05-18.21-yocto-multi-82.tar
Binary file not shown.
Binary file added 202011051847/gfa_accesslib.zip
Binary file not shown.
Binary file added 202011051847/gfa_functionality.zip
Binary file not shown.
Binary file added 202011051847/gfa_tests-examples.zip
Binary file not shown.
Binary file added 202011051847/gfagui.zip
Binary file not shown.
1 change: 1 addition & 0 deletions releases_details.csv
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ RELEASE;API VERSION;GFAACCESSLIB;FUNCTIONALITY;GUI;SERVER;MODULELIB;MODULE;GFAYO
202010201607;0.6;87c8c8d0c53fb89557dadfddcd2064ca01bb389d;44c183197b1774bb3a802f5161be9b0dc5d0367d;14a52c4eeba62440220a1ace7ecdb922b736bd40;unstaged-files-build-202010201224;unstaged-files-build-202010201224;unstaged-files-build-202010201224;unstaged-files-build-202010201224
202011021650;0.6;06404125a798d4a11f192bcd4aa32d1db702fc0f;6de77ad98fb3b907282f9d580b86532851749cea;9f0970ab578920f71c8aad16b9e9f6d12d53cb3c;unstaged-files-build-202011021648;unstaged-files-build-202011021648;unstaged-files-build-202011021648;unstaged-files-build-202011021648
202011051831;0.6;9013dfe68bde935d6fb1190d43cb832dcf47b2cb;6de77ad98fb3b907282f9d580b86532851749cea;9f0970ab578920f71c8aad16b9e9f6d12d53cb3c;unstaged-files-build-202011051821;unstaged-files-build-202011051821;unstaged-files-build-202011051821;unstaged-files-build-202011051821
202011051847;0.6;9013dfe68bde935d6fb1190d43cb832dcf47b2cb;6de77ad98fb3b907282f9d580b86532851749cea;9f0970ab578920f71c8aad16b9e9f6d12d53cb3c;unstaged-files-build-202011051821;unstaged-files-build-202011051821;unstaged-files-build-202011051821;unstaged-files-build-202011051821
3 changes: 2 additions & 1 deletion utils/pack_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
# 4: gfaaccesslib
# 5: gfafunctionality
# 6: gfagui
# 7: gfa_tests-examples


function echoerr() {
Expand Down Expand Up @@ -34,7 +35,7 @@ function pack() {
)
}

if [ $# -ne 6 ]; then
if [ $# -ne 7 ]; then
echoerr "Invalid number of arguments: $#"
exit 1
fi
Expand Down

0 comments on commit 00a808a

Please sign in to comment.