From 0329333a7f54532ca2b8fbcc4e4726c40e0fbfec Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Mon, 23 Jun 2014 20:59:41 +0000 Subject: [PATCH] Add rhel=6 or rhel=7 argument to sign-and-import --- playbooks/sign_and_import.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/playbooks/sign_and_import.yml b/playbooks/sign_and_import.yml index 9a888ee66e..76fa4e26b5 100644 --- a/playbooks/sign_and_import.yml +++ b/playbooks/sign_and_import.yml @@ -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: