Add rhel=6 or rhel=7 argument to sign-and-import

This commit is contained in:
Patrick Uiterwijk 2014-06-23 20:59:41 +00:00
parent 0375c66a20
commit 0329333a7f

View file

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