Mercurial > hg-stable
changeset 38053:6f5b4ceea95b
packaging: move linux-wheel-centos5-blacklist to contrib/packaging/
Differential Revision: https://phab.mercurial-scm.org/D3549
author | Gregory Szorc <gregory.szorc@gmail.com> |
---|---|
date | Sat, 12 May 2018 10:50:30 -0700 |
parents | 142998a45056 |
children | e5d2248dcc39 |
files | contrib/linux-wheel-centos5-blacklist contrib/packaging/build-linux-wheels.sh contrib/packaging/linux-wheel-centos5-blacklist |
diffstat | 3 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- 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