D3549: packaging: move linux-wheel-centos5-blacklist to contrib/packaging/
indygreg (Gregory Szorc)
phabricator at mercurial-scm.org
Tue May 15 12:52:15 UTC 2018
This revision was automatically updated to reflect the committed changes.
Closed by commit rHG6f5b4ceea95b: packaging: move linux-wheel-centos5-blacklist to contrib/packaging/ (authored by indygreg, committed by ).
REPOSITORY
rHG Mercurial
CHANGES SINCE LAST UPDATE
https://phab.mercurial-scm.org/D3549?vs=8669&id=8693
REVISION DETAIL
https://phab.mercurial-scm.org/D3549
AFFECTED FILES
contrib/linux-wheel-centos5-blacklist
contrib/packaging/build-linux-wheels.sh
contrib/packaging/linux-wheel-centos5-blacklist
CHANGE DETAILS
diff --git a/contrib/linux-wheel-centos5-blacklist b/contrib/packaging/linux-wheel-centos5-blacklist
rename from contrib/linux-wheel-centos5-blacklist
rename to contrib/packaging/linux-wheel-centos5-blacklist
diff --git a/contrib/packaging/build-linux-wheels.sh b/contrib/packaging/build-linux-wheels.sh
--- a/contrib/packaging/build-linux-wheels.sh
+++ b/contrib/packaging/build-linux-wheels.sh
@@ -30,5 +30,5 @@
# Install mercurial wheel as root
"${PYBIN}/pip" install mercurial --no-index -f /src/wheelhouse
# But run tests as hgbuilder user (non-root)
- su hgbuilder -c "\"${PYBIN}/python\" /io/tests/run-tests.py --with-hg=\"${PYBIN}/hg\" --blacklist=/io/contrib/linux-wheel-centos5-blacklist"
+ su hgbuilder -c "\"${PYBIN}/python\" /io/tests/run-tests.py --with-hg=\"${PYBIN}/hg\" --blacklist=/io/contrib/packaging/linux-wheel-centos5-blacklist"
done
To: indygreg, #hg-reviewers
Cc: mercurial-devel
More information about the Mercurial-devel
mailing list