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:
Bulat Gaifullin 2015-12-25 17:36:19 +03:00 committed by Bulat Gaifullin
parent 9cb1ab379d
commit 4c197f283b
4 changed files with 36 additions and 0 deletions

View 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

View File

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

View File

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

View File

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