Create packetary project
This project provides object model and API for dealing with deb and rpm repositories. One can use this framework to implement operations like building repository from a set of packages, clone repository, find package dependencies, mix repositories, pull out a subset of packages into a separate repository, etc. Change-Id: Ic4b285f6e8d6d0489b5c0ca6ca5eee2bdab0672f
This commit is contained in:
parent
9cb1ab379d
commit
4c197f283b
16
gerrit/acls/openstack/packetary.config
Normal file
16
gerrit/acls/openstack/packetary.config
Normal file
@ -0,0 +1,16 @@
|
||||
[access "refs/heads/*"]
|
||||
abandon = group packetary-core
|
||||
create = group packetary-release
|
||||
label-Code-Review = -2..+2 group packetary-core
|
||||
label-Verified = -1..+1 group packetary-ci
|
||||
label-Workflow = -1..+1 group packetary-core
|
||||
|
||||
[access "refs/tags/*"]
|
||||
pushSignedTag = group packetary-release
|
||||
|
||||
[receive]
|
||||
requireChangeId = true
|
||||
requireContributorAgreement = true
|
||||
|
||||
[submit]
|
||||
mergeContent = true
|
@ -2489,6 +2489,9 @@
|
||||
description: Cleanup OpenStack project resources.
|
||||
- project: openstack/ossa
|
||||
description: OpenStack Security Advisories
|
||||
- project: openstack/packetary
|
||||
description: Library and eponymous utility to manage the entire lifecycle of repositories
|
||||
upstream: https://github.com/bgaifullin/packetary.git
|
||||
- project: openstack/packstack
|
||||
description: Install utility to deploy OpenStack on multiple hosts.
|
||||
- project: openstack/pandaman
|
||||
|
@ -4442,6 +4442,15 @@
|
||||
- 'gate-{name}-docs'
|
||||
- 'static-{name}-publish'
|
||||
|
||||
- project:
|
||||
name: packetary
|
||||
node: bare-trusty
|
||||
tarball-site: tarballs.openstack.org
|
||||
jobs:
|
||||
- pypi-jobs
|
||||
- python-jobs
|
||||
- hook-{name}-rtfd
|
||||
|
||||
- project:
|
||||
name: packstack
|
||||
node: bare-trusty
|
||||
|
@ -7598,6 +7598,14 @@ projects:
|
||||
post:
|
||||
- static-ossa-publish
|
||||
|
||||
- name: openstack/packetary
|
||||
template:
|
||||
- name: merge-check
|
||||
- name: publish-to-pypi
|
||||
- name: python-jobs
|
||||
- name: check-requirements
|
||||
- name: docs-on-rtfd
|
||||
|
||||
- name: openstack/packstack
|
||||
template:
|
||||
- name: merge-check
|
||||
|
Loading…
x
Reference in New Issue
Block a user