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:
Julien Danjou 2014-06-23 15:23:01 +02:00 committed by Doug Hellmann
parent 1e68fcab78
commit 3339405c8d
5 changed files with 35 additions and 0 deletions

View File

@ -790,6 +790,7 @@ openstack-oslo:
- openstack/oslo.version - openstack/oslo.version
- openstack/oslo.vmware - openstack/oslo.vmware
- openstack/pycadf - openstack/pycadf
- openstack/pylockfile
- openstack/stevedore - openstack/stevedore
- openstack/taskflow - openstack/taskflow
- openstack-dev/cookiecutter - openstack-dev/cookiecutter

View File

@ -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

View File

@ -2338,6 +2338,17 @@
- openstack-publish-jobs - openstack-publish-jobs
- pypi-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: - project:
name: pecan name: pecan
node: 'bare-precise || bare-trusty' node: 'bare-precise || bare-trusty'

View File

@ -408,6 +408,9 @@
upstream: git://github.com/dhellmann/oslo.test.git upstream: git://github.com/dhellmann/oslo.test.git
- project: openstack/pycadf - project: openstack/pycadf
description: CADF Python module description: CADF Python module
- project: openstack/pylockfile
description: Platform-independent file locking module
upstream: git://github.com/smontanaro/pylockfile.git
- project: openstack/python-barbicanclient - project: openstack/python-barbicanclient
description: Client library for Barbican API. description: Client library for Barbican API.
upstream: git://github.com/cloudkeep/python-barbicanclient upstream: git://github.com/cloudkeep/python-barbicanclient

View File

@ -1317,6 +1317,15 @@ projects:
- name: integrated-gate - name: integrated-gate
- name: publish-to-pypi - 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 - name: openstack/sahara
template: template:
- name: merge-check - name: merge-check