Skip to content

Commit

Permalink
Merge pull request hgomez#37 from ggtools/clean-forest
Browse files Browse the repository at this point in the history
Add --clean flag on hgforest.sh update
  • Loading branch information
hgomez committed Jan 25, 2015
2 parents beecb0a + dad6487 commit bf5c488
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion openjdk7/linux/standalone-job.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ fi
#
if [ ! -z "$XUSE_TAG" ]; then
echo "using tag $XUSE_TAG"
sh ./make/scripts/hgforest.sh update $XUSE_TAG
sh ./make/scripts/hgforest.sh update --clean $XUSE_TAG
fi

popd >>/dev/null
Expand Down
2 changes: 1 addition & 1 deletion openjdk8/linux/standalone-job.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ fi
#
if [ ! -z "$XUSE_TAG" ]; then
echo "using tag $XUSE_TAG"
sh ./make/scripts/hgforest.sh update $XUSE_TAG
sh ./make/scripts/hgforest.sh update --clean $XUSE_TAG
fi

popd >>/dev/null
Expand Down
2 changes: 1 addition & 1 deletion openjdk9/linux/standalone-job.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ fi
#
if [ ! -z "$XUSE_TAG" ]; then
echo "using tag $XUSE_TAG"
sh ./make/scripts/hgforest.sh update $XUSE_TAG
sh ./make/scripts/hgforest.sh update --clean $XUSE_TAG
fi

popd >>/dev/null
Expand Down

0 comments on commit bf5c488

Please sign in to comment.