Create new pypi-mirror project for run_mirror.py
In preparation to split the run_mirror.py script into a different project from jeepyb, we need to create the new home for the run_mirror.py script. Change-Id: I1dd467afe8ef6a153d8a5f0fc95707c864861f9c
This commit is contained in:
parent
43e5193555
commit
0b82c37af5
@ -28,6 +28,7 @@ openstack-infra:
|
||||
- openstack-infra/puppet-apparmor
|
||||
- openstack-infra/puppet-dashboard
|
||||
- openstack-infra/puppet-vcsrepo
|
||||
- openstack-infra/pypi-mirror
|
||||
- openstack-infra/releasestatus
|
||||
- openstack-infra/reviewday
|
||||
- openstack-infra/reviewstats
|
||||
|
@ -0,0 +1,12 @@
|
||||
[access "refs/heads/*"]
|
||||
label-Approved = +0..+1 group openstack-ci-core
|
||||
label-Code-Review = -2..+2 group openstack-ci-core
|
||||
[access "refs/tags/*"]
|
||||
create = group openstack-ci-core
|
||||
pushTag = group openstack-ci-core
|
||||
[project]
|
||||
state = active
|
||||
[receive]
|
||||
requireChangeId = true
|
||||
[submit]
|
||||
mergeContent = true
|
@ -247,6 +247,18 @@
|
||||
- pypi-jobs
|
||||
|
||||
|
||||
- project:
|
||||
name: pypi-mirror
|
||||
github-org: openstack-infra
|
||||
node: precise
|
||||
tarball-site: tarballs.openstack.org
|
||||
|
||||
jobs:
|
||||
- gate-{name}-pep8
|
||||
- '{name}-tarball'
|
||||
- pypi-jobs
|
||||
|
||||
|
||||
- project:
|
||||
name: gear
|
||||
github-org: openstack-infra
|
||||
|
@ -366,6 +366,20 @@ projects:
|
||||
- post-mirror-python27
|
||||
- post-mirror-python33
|
||||
|
||||
- name: openstack-infra/pypi-mirror
|
||||
check:
|
||||
- gate-pypi-mirror-pep8
|
||||
gate:
|
||||
- gate-pypi-mirror-pep8
|
||||
pre-release:
|
||||
- pypi-mirror-tarball
|
||||
release:
|
||||
- pypi-mirror-tarball:
|
||||
- pypi-mirror-pypi-upload:
|
||||
- post-mirror-python26
|
||||
- post-mirror-python27
|
||||
- post-mirror-python33
|
||||
|
||||
- name: openstack-infra/jenkins-job-builder
|
||||
check:
|
||||
- gate-jenkins-job-builder-docs
|
||||
|
@ -30,6 +30,9 @@
|
||||
- project: openstack-infra/jeepyb
|
||||
upstream: git://github.com/emonty/gerritx.git
|
||||
description: Gerrit Project Builder Tools
|
||||
- project: openstack-infra/pypi-mirror
|
||||
upstream: git://github.com/openstack-infra/jeepyb.git
|
||||
description: PyPI mirror builder
|
||||
- project: openstack-infra/gitdm
|
||||
description: A fork of Jonathan Corbet's gitdm for OpenStack
|
||||
upstream: git://github.com/markmc/openstack-gitdm.git
|
||||
|
Loading…
x
Reference in New Issue
Block a user