comparison contrib/make_flys_release/make_release.sh @ 9679:21c89e39ca72 3.2.x 3.2.3

Avoid using Mercurial extension purge is not activated by default and using a fresh temp directory with new repo clones is now the default, anyhow.
author Tom Gottfried <tom@intevation.de>
date Thu, 04 Jun 2020 14:53:02 +0200
parents 59ad66feb8f8
children 8e5a8430b89c
comparison
equal deleted inserted replaced
9678:e5d1a10d54ae 9679:21c89e39ca72
119 hg clone $FLYS_HG_REPO river 119 hg clone $FLYS_HG_REPO river
120 else 120 else
121 echo "Updating sources / Reverting changes" 121 echo "Updating sources / Reverting changes"
122 cd $FLYS_SOURCE_DIR 122 cd $FLYS_SOURCE_DIR
123 for repo in $REPOS; do 123 for repo in $REPOS; do
124 cd $repo && hg purge && hg revert -a && hg pull -u && cd - 124 cd $repo && hg revert -a && hg pull -u && cd -
125 done; 125 done;
126 fi 126 fi
127 127
128 if [ "$DO_TAG" = "TRUE" ]; then 128 if [ "$DO_TAG" = "TRUE" ]; then
129 echo "INFO: Tagging version $VERSION" 129 echo "INFO: Tagging version $VERSION"

http://dive4elements.wald.intevation.org