This revision was automatically updated to reflect the committed changes.
Closed by commit rHG142998a45056: packaging: move build-linux-wheels.sh to 
contrib/packaging/ (authored by indygreg, committed by ).

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D3548?vs=8668&id=8694

REVISION DETAIL
  https://phab.mercurial-scm.org/D3548

AFFECTED FILES
  Makefile
  contrib/build-linux-wheels.sh
  contrib/packaging/build-linux-wheels.sh

CHANGE DETAILS

diff --git a/contrib/build-linux-wheels.sh 
b/contrib/packaging/build-linux-wheels.sh
rename from contrib/build-linux-wheels.sh
rename to contrib/packaging/build-linux-wheels.sh
diff --git a/Makefile b/Makefile
--- a/Makefile
+++ b/Makefile
@@ -300,10 +300,10 @@
 linux-wheels: linux-wheels-x86_64 linux-wheels-i686
 
 linux-wheels-x86_64:
-       docker run -e "HGTEST_JOBS=$(shell nproc)" --rm -ti -v `pwd`:/src 
quay.io/pypa/manylinux1_x86_64 /src/contrib/build-linux-wheels.sh
+       docker run -e "HGTEST_JOBS=$(shell nproc)" --rm -ti -v `pwd`:/src 
quay.io/pypa/manylinux1_x86_64 /src/contrib/packaging/build-linux-wheels.sh
 
 linux-wheels-i686:
-       docker run -e "HGTEST_JOBS=$(shell nproc)" --rm -ti -v `pwd`:/src 
quay.io/pypa/manylinux1_i686 linux32 /src/contrib/build-linux-wheels.sh
+       docker run -e "HGTEST_JOBS=$(shell nproc)" --rm -ti -v `pwd`:/src 
quay.io/pypa/manylinux1_i686 linux32 
/src/contrib/packaging/build-linux-wheels.sh
 
 .PHONY: help all local build doc cleanbutpackages clean install install-bin \
        install-doc install-home install-home-bin install-home-doc \



To: indygreg, #hg-reviewers
Cc: mercurial-devel
_______________________________________________
Mercurial-devel mailing list
Mercurial-devel@mercurial-scm.org
https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel

Reply via email to