Initial commit to add Aviator to Stackforge

This commit conforms to the bare minimum requirements
for submitting Aviator to Stackforge. Configuration of the
Jenkins jobs will happen in a follow up commit since I’m
still very new to this setup and still learning as I go.

Change-Id: I410f8a0b55d58dec8093b3cc316cdb82e4a07d82
This commit is contained in:
Mark Maglana 2014-05-14 23:03:31 -07:00
parent dc8b2ae79f
commit 1a1abcf18a
3 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,11 @@
[access "refs/heads/*"]
label-Code-Review = -2..+2 group aviator-core
label-Workflow = -1..+1 group aviator-core
abandon = group aviator-core
[access "refs/tags/*"]
pushSignedTag = group aviator-ptl
[receive]
requireChangeId = true
requireContributorAgreement = true
[submit]
mergeContent = true

View File

@ -431,6 +431,9 @@
- project: stackforge/anvil
description: A set of python scripts and utilities to forge raw openstack into a productive tool!
upstream: git://github.com/yahoo/Openstack-Anvil.git
- project: stackforge/aviator
description: An OpenStack client library for Ruby
upstream: git://github.com/aviator/aviator
- project: stackforge/barbican
description: Barbican is a ReST API designed for the secure storage, provisioning and management of secrets, including in OpenStack environments.
upstream: git://github.com/cloudkeep/barbican.git

View File

@ -3245,6 +3245,12 @@ projects:
- gate-anvil-python27
- gate-anvil-pylint
- name: stackforge/aviator
check:
- noop
gate:
- noop
- name: stackforge/barbican
check:
- gate-barbican-pep8