Merge "Import oslo.i18n"

This commit is contained in:
Jenkins 2014-05-06 17:55:57 +00:00 committed by Gerrit Code Review
commit bc686f4d45
4 changed files with 61 additions and 0 deletions

View File

@ -0,0 +1,16 @@
[access "refs/heads/*"]
label-Code-Review = -2..+2 group oslo-i18n-core
label-Workflow = -1..+1 group oslo-i18n-core
[access "refs/heads/milestone-proposed"]
label-Code-Review = -2..+2 group oslo-milestone
label-Workflow = -1..+1 group oslo-milestone
[access "refs/tags/*"]
create = group oslo-milestone
pushSignedTag = group oslo-milestone
[project]
state = active
[receive]
requireChangeId = true
requireContributorAgreement = true
[submit]
mergeContent = true

View File

@ -756,6 +756,18 @@
- openstack-publish-jobs
- pypi-jobs
- project:
name: oslo.i18n
github-org: openstack
node: bare-precise
tarball-site: tarballs.openstack.org
doc-publisher-site: docs.openstack.org
jobs:
- python-jobs
- openstack-publish-jobs
- pypi-jobs
- oslotest-cross-test
- project:
name: oslo.messaging

View File

@ -301,6 +301,11 @@
description: OpenStack Common DB Code
group: oslo
upstream: git://github.com/malor/oslo.db.git
- project: openstack/oslo.i18n
description: Internationalization and translation library.
group: oslo
docimpact-group: openstack-manuals
upstream: https://github.com/dhellmann/oslo.i18n.git
- project: openstack/oslo.messaging
docimpact-group: openstack-manuals
upstream: git://github.com/markmc/oslo.messaging.git

View File

@ -1903,6 +1903,34 @@ projects:
- post-mirror-python26
- post-mirror-python27
- name: openstack/oslo.i18n
template:
- name: python-jobs
- name: openstack-server-publish-jobs
- name: check-requirements
- name: integrated-gate
check:
- gate-oslo.i18n-python33
- check-devstack-dsvm-cells
- check-oslotest-dsvm-oslo.i18n
gate:
- gate-oslo.i18n-python33
- gate-devstack-dsvm-cells
- gate-oslotest-dsvm-oslo.i18n
pre-release:
- oslo.i18n-tarball
experimental-tripleo:
- check-tripleo-seed-precise
- check-tripleo-ironic-seed-precise
- check-tripleo-undercloud-precise
- check-tripleo-ironic-undercloud-precise
- check-tripleo-overcloud-precise
release:
- oslo.i18n-tarball:
- oslo.i18n-pypi-upload:
- post-mirror-python26
- post-mirror-python27
- post-mirror-python33
- name: openstack/oslo.messaging
template: