packaging: move linux-wheel-centos5-blacklist to contrib/packaging/
Differential Revision: https://phab.mercurial-scm.org/D3549
--- 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