# HG changeset patch # User Gregory Szorc # Date 1526147430 25200 # Node ID 6f5b4ceea95b401af1e38c771ee147f151a11fb7 # Parent 142998a45056393f6015cb6f32b1f8c2d0cfbb95 packaging: move linux-wheel-centos5-blacklist to contrib/packaging/ Differential Revision: https://phab.mercurial-scm.org/D3549 diff -r 142998a45056 -r 6f5b4ceea95b contrib/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 diff -r 142998a45056 -r 6f5b4ceea95b contrib/packaging/build-linux-wheels.sh --- 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 diff -r 142998a45056 -r 6f5b4ceea95b contrib/packaging/linux-wheel-centos5-blacklist --- /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