Merge "Add swiftonfile project to stackforge"
This commit is contained in:
commit
fb4631ecd8
@ -938,6 +938,16 @@ openstack-poppy:
|
|||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
|
|
||||||
|
swiftonfile:
|
||||||
|
events:
|
||||||
|
- patchset-created
|
||||||
|
- change-merged
|
||||||
|
- x-vrif-minus-2
|
||||||
|
projects:
|
||||||
|
- stackforge/swiftonfile
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
|
||||||
dox:
|
dox:
|
||||||
events:
|
events:
|
||||||
- patchset-created
|
- patchset-created
|
||||||
|
@ -138,3 +138,4 @@ channels:
|
|||||||
- name: openstack-lbaas
|
- name: openstack-lbaas
|
||||||
mask: full_mask
|
mask: full_mask
|
||||||
- name: congress
|
- name: congress
|
||||||
|
- name: swiftonfile
|
||||||
|
@ -0,0 +1,14 @@
|
|||||||
|
[access "refs/heads/*"]
|
||||||
|
abandon = group swiftonfile-core
|
||||||
|
label-Code-Review = -2..+2 group swiftonfile-core
|
||||||
|
label-Workflow = -1..+1 group swiftonfile-core
|
||||||
|
|
||||||
|
[access "refs/tags/*"]
|
||||||
|
pushSignedTag = group swiftonfile-release
|
||||||
|
|
||||||
|
[receive]
|
||||||
|
requireChangeId = true
|
||||||
|
requireContributorAgreement = false
|
||||||
|
|
||||||
|
[submit]
|
||||||
|
mergeContent = true
|
@ -2727,6 +2727,14 @@
|
|||||||
- gate-{name}-tox-{envlist}:
|
- gate-{name}-tox-{envlist}:
|
||||||
envlist: keystone
|
envlist: keystone
|
||||||
|
|
||||||
|
- project:
|
||||||
|
name: swiftonfile
|
||||||
|
node: bare-trusty
|
||||||
|
tarball-site: tarballs.openstack.org
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
- python-jobs
|
||||||
|
|
||||||
- project:
|
- project:
|
||||||
name: swiftsync
|
name: swiftsync
|
||||||
node: 'bare-precise || bare-trusty'
|
node: 'bare-precise || bare-trusty'
|
||||||
|
@ -1245,6 +1245,9 @@
|
|||||||
- project: stackforge/swift3
|
- project: stackforge/swift3
|
||||||
description: Swift3 Middleware for OpenStack Swift, allowing access to OpenStack swift via the Amazon S3 API.
|
description: Swift3 Middleware for OpenStack Swift, allowing access to OpenStack swift via the Amazon S3 API.
|
||||||
upstream: git://github.com/fujita/swift3.git
|
upstream: git://github.com/fujita/swift3.git
|
||||||
|
- project: stackforge/swiftonfile
|
||||||
|
description: Swift Object Server implementation that enables objects created using the Swift API to be accessed as files on a POSIX filesystem.
|
||||||
|
upstream: git://github.com/swiftonfile/swiftonfile.git
|
||||||
- project: stackforge/swiftpolicy
|
- project: stackforge/swiftpolicy
|
||||||
description: SwiftPolicy Middleware for OpenStack Swift allows to use a JSON policy file to handle swift authorizations.
|
description: SwiftPolicy Middleware for OpenStack Swift allows to use a JSON policy file to handle swift authorizations.
|
||||||
upstream: git://github.com/cloudwatt/swiftpolicy.git
|
upstream: git://github.com/cloudwatt/swiftpolicy.git
|
||||||
|
@ -4992,6 +4992,16 @@ projects:
|
|||||||
- gate-swift3-tox-tempauth
|
- gate-swift3-tox-tempauth
|
||||||
- gate-swift3-tox-keystone
|
- gate-swift3-tox-keystone
|
||||||
|
|
||||||
|
- name: stackforge/swiftonfile
|
||||||
|
template:
|
||||||
|
- name: merge-check
|
||||||
|
check:
|
||||||
|
- gate-swiftonfile-pep8
|
||||||
|
- gate-swiftonfile-python27
|
||||||
|
gate:
|
||||||
|
- gate-swiftonfile-pep8
|
||||||
|
- gate-swiftonfile-python27
|
||||||
|
|
||||||
- name: stackforge/swiftpolicy
|
- name: stackforge/swiftpolicy
|
||||||
template:
|
template:
|
||||||
- name: merge-check
|
- name: merge-check
|
||||||
|
Loading…
Reference in New Issue
Block a user