Remove koschei_koji_tag variable
This commit is contained in:
parent
82b57f4321
commit
6333b32d2a
5 changed files with 3 additions and 10 deletions
|
@ -12,7 +12,6 @@ koschei_pgsql_hostname: db01.stg.phx2.fedoraproject.org
|
|||
koschei_koji_hub: koji01.stg.phx2.fedoraproject.org
|
||||
koschei_kojipkgs: koji01.stg.phx2.fedoraproject.org
|
||||
koschei_koji_web: koji.stg.fedoraproject.org
|
||||
koschei_koji_tag: f25
|
||||
|
||||
|
||||
tcp_ports: [
|
||||
|
|
|
@ -12,7 +12,6 @@ koschei_pgsql_hostname: db01.phx2.fedoraproject.org
|
|||
koschei_koji_hub: koji02.phx2.fedoraproject.org
|
||||
koschei_kojipkgs: kojipkgs.fedoraproject.org
|
||||
koschei_koji_web: koji.fedoraproject.org
|
||||
koschei_koji_tag: f26
|
||||
koschei_openid_provider: id.fedoraproject.org
|
||||
koschei_bugzilla: bugzilla.redhat.com
|
||||
|
||||
|
|
|
@ -14,10 +14,6 @@ koschei_koji_web: koji.stg.fedoraproject.org
|
|||
koschei_openid_provider: id.stg.fedoraproject.org
|
||||
koschei_bugzilla: partner-bugzilla.redhat.com
|
||||
|
||||
# this should be removed in the future
|
||||
koschei_koji_tag: f25
|
||||
|
||||
|
||||
tcp_ports: [ 80, 443 ]
|
||||
|
||||
custom_rules: [
|
||||
|
|
|
@ -64,10 +64,9 @@
|
|||
tasks:
|
||||
- command: koschei-admin create-db
|
||||
- command: >
|
||||
koschei-admin create-collection {{ koschei_koji_tag }}
|
||||
koschei-admin create-collection f26
|
||||
--display-name 'Fedora Rawhide'
|
||||
--build-tag {{ koschei_koji_tag }}-build
|
||||
--target-tag {{ koschei_koji_tag }}
|
||||
--target f26
|
||||
--branch master
|
||||
--bugzilla-product Fedora
|
||||
--bugzilla-version rawhide
|
||||
|
|
|
@ -110,7 +110,7 @@ config = {
|
|||
{version}-{release}
|
||||
|
||||
Steps to Reproduce:
|
||||
koji build --scratch {{ koschei_koji_tag }} {name}-{version}-{release}.{arch}.rpm
|
||||
koji build --scratch f26 {name}-{version}-{release}.{arch}.rpm
|
||||
|
||||
Additional info:
|
||||
This package is tracked by Koschei. See:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue