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:
parent
dc8b2ae79f
commit
1a1abcf18a
@ -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
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user