Show More
@@ -20,7 +20,11 b' export MERCURIAL_SETUP_FORCE_TRANSLATION' | |||||
20 | # therefor not compatible. |
|
20 | # therefor not compatible. | |
21 | cp -r /src/ /tmp/src/ |
|
21 | cp -r /src/ /tmp/src/ | |
22 | cd /tmp/src/ |
|
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 | export HGRCPATH=/tmp/build-config.rc |
|
29 | export HGRCPATH=/tmp/build-config.rc | |
26 | cat << EOF > $HGRCPATH |
|
30 | cat << EOF > $HGRCPATH |
General Comments 0
You need to be logged in to leave comments.
Login now