Import pylockfile
This is an import of the pylockfile project: https://pypi.python.org/pypi/lockfile https://github.com/smontanaro/pylockfile We are taking over its maintenance per request of Skip Montanaro: https://github.com/smontanaro/pylockfile/issues/11#issuecomment-45634012 The initial import should fail with some of the tests target, but we'll fix them with one giant first commit. Blueprint: pylockfile-adoption Change-Id: Ie004ea627ddff75cb84ba6d774198de37b7d45ce
This commit is contained in:
parent
1e68fcab78
commit
3339405c8d
@ -790,6 +790,7 @@ openstack-oslo:
|
||||
- openstack/oslo.version
|
||||
- openstack/oslo.vmware
|
||||
- openstack/pycadf
|
||||
- openstack/pylockfile
|
||||
- openstack/stevedore
|
||||
- openstack/taskflow
|
||||
- openstack-dev/cookiecutter
|
||||
|
@ -0,0 +1,11 @@
|
||||
[access "refs/heads/*"]
|
||||
label-Code-Review = -2..+2 group pylockfile-core
|
||||
label-Workflow = -1..+1 group pylockfile-core
|
||||
abandon = group pylockfile-core
|
||||
[access "refs/tags/*"]
|
||||
pushSignedTag = group pylockfile-release
|
||||
[receive]
|
||||
requireChangeId = true
|
||||
requireContributorAgreement = true
|
||||
[submit]
|
||||
mergeContent = true
|
@ -2338,6 +2338,17 @@
|
||||
- openstack-publish-jobs
|
||||
- pypi-jobs
|
||||
|
||||
- project:
|
||||
name: pylockfile
|
||||
node: 'bare-precise || bare-trusty'
|
||||
tarball-site: tarballs.openstack.org
|
||||
doc-publisher-site: docs.openstack.org
|
||||
|
||||
jobs:
|
||||
- python-jobs
|
||||
- openstack-publish-jobs
|
||||
- pypi-jobs
|
||||
|
||||
- project:
|
||||
name: pecan
|
||||
node: 'bare-precise || bare-trusty'
|
||||
|
@ -408,6 +408,9 @@
|
||||
upstream: git://github.com/dhellmann/oslo.test.git
|
||||
- project: openstack/pycadf
|
||||
description: CADF Python module
|
||||
- project: openstack/pylockfile
|
||||
description: Platform-independent file locking module
|
||||
upstream: git://github.com/smontanaro/pylockfile.git
|
||||
- project: openstack/python-barbicanclient
|
||||
description: Client library for Barbican API.
|
||||
upstream: git://github.com/cloudkeep/python-barbicanclient
|
||||
|
@ -1317,6 +1317,15 @@ projects:
|
||||
- name: integrated-gate
|
||||
- name: publish-to-pypi
|
||||
|
||||
- name: openstack/pylockfile
|
||||
template:
|
||||
- name: python-jobs
|
||||
- name: python3-jobs
|
||||
- name: openstack-server-publish-jobs
|
||||
- name: check-requirements
|
||||
- name: integrated-gate
|
||||
- name: publish-to-pypi
|
||||
|
||||
- name: openstack/sahara
|
||||
template:
|
||||
- name: merge-check
|
||||
|
Loading…
x
Reference in New Issue
Block a user