packaging: move linux-wheel-centos5-blacklist to contrib/packaging/
authorGregory Szorc <gregory.szorc@gmail.com>
Sat, 12 May 2018 10:50:30 -0700
changeset 38053 6f5b4ceea95b
parent 38052 142998a45056
child 38054 e5d2248dcc39
packaging: move linux-wheel-centos5-blacklist to contrib/packaging/ Differential Revision: https://phab.mercurial-scm.org/D3549
contrib/linux-wheel-centos5-blacklist
contrib/packaging/build-linux-wheels.sh
contrib/packaging/linux-wheel-centos5-blacklist
--- a/contrib/linux-wheel-centos5-blacklist	Sat May 12 10:47:44 2018 -0700
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,3 +0,0 @@
-test-convert-git.t
-test-subrepo-git.t
-test-patchbomb-tls.t
--- a/contrib/packaging/build-linux-wheels.sh	Sat May 12 10:47:44 2018 -0700
+++ b/contrib/packaging/build-linux-wheels.sh	Sat May 12 10:50:30 2018 -0700
@@ -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
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/contrib/packaging/linux-wheel-centos5-blacklist	Sat May 12 10:50:30 2018 -0700
@@ -0,0 +1,3 @@
+test-convert-git.t
+test-subrepo-git.t
+test-patchbomb-tls.t