Add rhel=6 or rhel=7 argument to sign-and-import
This commit is contained in:
parent
0375c66a20
commit
0329333a7f
1 changed files with 3 additions and 3 deletions
|
@ -2,10 +2,10 @@
|
|||
# them to the infrastructure repo.
|
||||
#
|
||||
# To push to infra-testing:
|
||||
# requires --extra-vars="rpmdir='/home/fedora/ralph/rpms/' testing=True"
|
||||
# requires --extra-vars="rpmdir='/home/fedora/ralph/rpms/' testing=True rhel=6"
|
||||
#
|
||||
# To push to infra:
|
||||
# requires --extra-vars="rpmdir='/home/fedora/ralph/rpms/'"
|
||||
# requires --extra-vars="rpmdir='/home/fedora/ralph/rpms/' rhel=6"
|
||||
|
||||
# TODO -- grab rpms from koji build/task ids beforehand?
|
||||
# TODO -- other arches than x86_64?
|
||||
|
@ -19,7 +19,7 @@
|
|||
# repo. Since we're in freeze right now, we'll default to the testing repo.
|
||||
# It would be nice to be able to toggle this from the command line.
|
||||
vars:
|
||||
- repodir: /mnt/fedora/app/fi-repo/{% if testing %}testing/{% endif %}6
|
||||
- repodir: /mnt/fedora/app/fi-repo/{% if testing %}testing/{% endif %}{{ rhel }}
|
||||
- testing: False
|
||||
|
||||
tasks:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue