From 8f257305dfd28e67e6349e2af2336a89ca6511c1 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Fri, 6 Sep 2013 13:59:35 +0000 Subject: [PATCH] Point that var at the testing repo. --- playbooks/sign_and_import.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/playbooks/sign_and_import.yml b/playbooks/sign_and_import.yml index 8831fb3a44..c7611932b6 100644 --- a/playbooks/sign_and_import.yml +++ b/playbooks/sign_and_import.yml @@ -12,8 +12,12 @@ hosts: lockbox01.phx2.fedoraproject.org connection: local + # Toggle this variable to import to the testing repo as opposed to the staging + # 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/6 + - repodir: /mnt/fedora/app/fi-repo/testing/6 + #- repodir: /mnt/fedora/app/fi-repo/6 tasks: - name: Fail if no rpmdir provided @@ -22,7 +26,6 @@ # TODO -- I'd also like to fail if rpmdir does not exist. # TODO -- I'd also like to fail if there are no *.rpm files in there. - - name: sign all the rpms with our gpg key shell: /bin/rpm --resign ${rpmdir}/*.rpm