changelog="${changelog}\nWARNING: Download the source archive by clicking on the link __Download release__ above, please do not consider the link Source code to get all submodules.\n"
changelog="${changelog}\n__WARNING__: Download the source archive by clicking on the link __Download release__ above, please do not consider the link Source code to get all submodules.\n"
}
}
release=""
release=""
...
@@ -38,6 +39,10 @@ then
...
@@ -38,6 +39,10 @@ then
exit 1
exit 1
fi
fi
# extract the change log from ChangeLog
gen_changelog
echo$changelog
# generate the archive
# generate the archive
mkdir-p build-release
mkdir-p build-release
cd build-release
cd build-release
...
@@ -48,10 +53,6 @@ make package_source
...
@@ -48,10 +53,6 @@ make package_source
GETURL=`echo curl --request POST --header\"PRIVATE-TOKEN: $RELEASE_TOKEN\"--form\"file=\@chameleon-$RELEASE_NAME.tar.gz\" https://gitlab.inria.fr/api/v4/projects/$CI_PROJECT_ID/uploads`
GETURL=`echo curl --request POST --header\"PRIVATE-TOKEN: $RELEASE_TOKEN\"--form\"file=\@chameleon-$RELEASE_NAME.tar.gz\" https://gitlab.inria.fr/api/v4/projects/$CI_PROJECT_ID/uploads`