D3549: packaging: move linux-wheel-centos5-blacklist to contrib/packaging/

indygreg (Gregory Szorc) phabricator at mercurial-scm.org
Sat May 12 21:19:29 UTC 2018


indygreg created this revision.
Herald added a subscriber: mercurial-devel.
Herald added a reviewer: hg-reviewers.

REPOSITORY
  rHG Mercurial

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