commit bda70ef6fd08aa8de0f1a6570de5d7f74ba17d01
Author: Dennis Gilmore <dennis(a)ausil.us>
Date: Mon Jan 19 15:35:17 2015 -0600
update tags to sync from primary to secondary
scripts/sync-blocked-primary.py | 2 +-
scripts/sync-tagged-primary | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/scripts/sync-blocked-primary.py b/scripts/sync-blocked-primary.py
index 8f8b1a3..755c07c 100755
--- a/scripts/sync-blocked-primary.py
+++ b/scripts/sync-blocked-primary.py
@@ -17,7 +17,7 @@ import shutil
# Set some variables
# Some of these could arguably be passed in as args.
-tags = ['f21', 'f20', 'f19', 'f18'] # tag to check in koji
+tags = ['f22', 'f21', 'f20'] # tag to check in koji
arches = ['arm', 'ppc', 's390']
diff --git a/scripts/sync-tagged-primary b/scripts/sync-tagged-primary
index 077d4e9..49f455d 100755
--- a/scripts/sync-tagged-primary
+++ b/scripts/sync-tagged-primary
@@ -3,9 +3,9 @@
# Copyright (C) 2013 Red Hat, Inc.
# SPDX-License-Identifier: GPL-2.0+
-tags_updates="f20 f19-updates f18-updates"
-tags_testing="f18-updates-testing f19-updates-testing"
-tags_candidate="f18-updates-candidate f19-updates-candidate"
+tags_updates="f22 f21-updates f20-updates"
+tags_testing="f21-updates-testing f20-updates-testing"
+tags_candidate="f21-updates-candidate f20-updates-candidate"
for arch in arm ppc s390
do