Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 1a7441f9 authored by PRUVOST Florent's avatar PRUVOST Florent
Browse files

release.sh: restore changelog in release curl command

parent 438ccbc0
No related branches found
No related tags found
No related merge requests found
Pipeline #1119667 canceled
......@@ -31,12 +31,12 @@ function gen_changelog()
#echo $lastline
changelog="Changes:\n"
#for i in `seq $firstline $lastline`
#do
# local line=$( head -n $i ChangeLog | tail -n 1 )
# changelog="$changelog$line\\n"
# #echo $line
#done
for i in `seq $firstline $lastline`
do
local line=$( head -n $i ChangeLog | tail -n 1 )
changelog="$changelog$line\\n"
#echo $line
done
changelog="$changelog\nWARNING: Download the source archive by clicking on the link __Download release__ above, please do not consider the automatic Source code links as they are missing the submodules.\nVisit the [documentation](https://solverstack.gitlabpages.inria.fr/chameleon/#quickstart-install) to see how to install Chameleon."
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment