Show More
@@ -20,7 +20,11 b' export MERCURIAL_SETUP_FORCE_TRANSLATION' | |||
|
20 | 20 | # therefor not compatible. |
|
21 | 21 | cp -r /src/ /tmp/src/ |
|
22 | 22 | cd /tmp/src/ |
|
23 | hg purge --all --no-confirm | |
|
23 | # clear potentially cached artifact from the host | |
|
24 | # (we could narrow this purge probably) | |
|
25 | hg purge \ | |
|
26 | --ignored \ | |
|
27 | --no-confirm | |
|
24 | 28 | |
|
25 | 29 | export HGRCPATH=/tmp/build-config.rc |
|
26 | 30 | cat << EOF > $HGRCPATH |
General Comments 0
You need to be logged in to leave comments.
Login now