mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-04-01 03:00:13 -04:00
Added new info regarding the release process and automated javascript library update on homepage.
This commit is contained in:
@@ -142,6 +142,11 @@ rsync $RSYNC_DRY_RUN $RSYNC_OPTS $RSYNC_EXCL "$BINFOLDER/" frs.sf.net-$SFUSER:/h
|
||||
if [ ${CPVERSION:0:7} != "nightly" ]; then
|
||||
printMessage "Publishing the docs on SourceForge"
|
||||
rsync $RSYNC_DRY_RUN $RSYNC_OPTS "$SPHFOLDER/" frs.sf.net-$SFUSER:/home/project-web/coolprop/htdocs
|
||||
printMessage "Updating the default Javascript library on SourceForge"
|
||||
pushd "$BINFOLDER/Javascript/"
|
||||
cp "coolprop.js" "coolprop-${CPVERSION}.js"
|
||||
ln -sf "coolprop-${CPVERSION}.js" "coolprop-latest.js"
|
||||
rsync $RSYNC_DRY_RUN $RSYNC_OPTS "coolprop-${CPVERSION}.js" "coolprop-latest.js" frs.sf.net-$SFUSER:/home/project-web/coolprop/htdocs/jscript/
|
||||
fi
|
||||
#
|
||||
if [[ ("$BINFOLDER" == "release") && ("$DRYRUN" == "false") ]]; then
|
||||
|
||||
Reference in New Issue
Block a user