Merge "Add swiftonfile project to stackforge"

This commit is contained in:
Jenkins 2014-09-19 17:54:07 +00:00 committed by Gerrit Code Review
commit fb4631ecd8
6 changed files with 46 additions and 0 deletions

View File

@ -938,6 +938,16 @@ openstack-poppy:
branches:
- master
swiftonfile:
events:
- patchset-created
- change-merged
- x-vrif-minus-2
projects:
- stackforge/swiftonfile
branches:
- master
dox:
events:
- patchset-created

View File

@ -138,3 +138,4 @@ channels:
- name: openstack-lbaas
mask: full_mask
- name: congress
- name: swiftonfile

View File

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

View File

@ -2727,6 +2727,14 @@
- gate-{name}-tox-{envlist}:
envlist: keystone
- project:
name: swiftonfile
node: bare-trusty
tarball-site: tarballs.openstack.org
jobs:
- python-jobs
- project:
name: swiftsync
node: 'bare-precise || bare-trusty'

View File

@ -1245,6 +1245,9 @@
- project: stackforge/swift3
description: Swift3 Middleware for OpenStack Swift, allowing access to OpenStack swift via the Amazon S3 API.
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
description: SwiftPolicy Middleware for OpenStack Swift allows to use a JSON policy file to handle swift authorizations.
upstream: git://github.com/cloudwatt/swiftpolicy.git

View File

@ -4992,6 +4992,16 @@ projects:
- gate-swift3-tox-tempauth
- 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
template:
- name: merge-check