##// END OF EJS Templates
build: for the bootstrap phase of a deb/rpm build pure-py mercurial is enough...
muxator -
r34687:0d1b8be8 default
parent child Browse files
Show More
@@ -9,7 +9,7 b''
9 # node: the node|short hg was built from, or empty if built from a tag
9 # node: the node|short hg was built from, or empty if built from a tag
10 gethgversion() {
10 gethgversion() {
11 make cleanbutpackages
11 make cleanbutpackages
12 make local || make local PURE=--pure
12 make local PURE=--pure
13 HG="$PWD/hg"
13 HG="$PWD/hg"
14
14
15 "$HG" version > /dev/null || { echo 'abort: hg version failed!'; exit 1 ; }
15 "$HG" version > /dev/null || { echo 'abort: hg version failed!'; exit 1 ; }
General Comments 0
You need to be logged in to leave comments. Login now