Details
Details
- Reviewers
- None
- Group Reviewers
hg-reviewers - Commits
- rHG142998a45056: packaging: move build-linux-wheels.sh to contrib/packaging/
Diff Detail
Diff Detail
- Repository
- rHG Mercurial
- Lint
Lint Skipped - Unit
Unit Tests Skipped
( )
| hg-reviewers |
| Lint Skipped |
| Unit Tests Skipped |
| Path | Packages | |||
|---|---|---|---|---|
| M | Makefile (4 lines) | |||
| V | contrib/{ → packaging}/build-linux-wheels.sh | |||
| V | contrib/{packaging ← }/build-linux-wheels.sh |
| Commit | Parents | Author | Summary | Date |
|---|---|---|---|---|
| Gregory Szorc | May 12 2018, 1:47 PM |
| docker-centos7: | docker-centos7: | ||||
| mkdir -p packages/centos7 | mkdir -p packages/centos7 | ||||
| contrib/packaging/dockerrpm centos7 | contrib/packaging/dockerrpm centos7 | ||||
| linux-wheels: linux-wheels-x86_64 linux-wheels-i686 | linux-wheels: linux-wheels-x86_64 linux-wheels-i686 | ||||
| linux-wheels-x86_64: | 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: | 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 \ | .PHONY: help all local build doc cleanbutpackages clean install install-bin \ | ||||
| install-doc install-home install-home-bin install-home-doc \ | install-doc install-home install-home-bin install-home-doc \ | ||||
| dist dist-notests check tests check-code format-c update-pot \ | dist dist-notests check tests check-code format-c update-pot \ | ||||
| osx deb ppa \ | osx deb ppa \ | ||||
| docker-debian-jessie \ | docker-debian-jessie \ | ||||
| docker-debian-stretch \ | docker-debian-stretch \ | ||||
| docker-ubuntu-trusty docker-ubuntu-trusty-ppa \ | docker-ubuntu-trusty docker-ubuntu-trusty-ppa \ | ||||