summaryrefslogtreecommitdiffstats
path: root/roles/packages3
diff options
context:
space:
mode:
authorMohan Boddu <mboddu@redhat.com>2017-08-15 22:07:09 +0000
committerMohan Boddu <mboddu@redhat.com>2017-08-15 22:07:57 +0000
commitfcf2d2b551b13a2686d2c578a81b11fcb8b0b3ca (patch)
tree0482b214c06ae6cfb36d4625ceb8d9cb60184211 /roles/packages3
parentace95b6f31bc5eeb54a282b748bf9a3ed16c6775 (diff)
downloadansible-fcf2d2b551b13a2686d2c578a81b11fcb8b0b3ca.tar.gz
ansible-fcf2d2b551b13a2686d2c578a81b11fcb8b0b3ca.tar.xz
ansible-fcf2d2b551b13a2686d2c578a81b11fcb8b0b3ca.zip
Branching f27 from rawhide and EOL'ed 24 and lesser releases
Signed-off-by: Mohan Boddu <mboddu@redhat.com>
Diffstat (limited to 'roles/packages3')
-rw-r--r--roles/packages3/web/files/distmappings.py24
1 files changed, 5 insertions, 19 deletions
diff --git a/roles/packages3/web/files/distmappings.py b/roles/packages3/web/files/distmappings.py
index 83314561f..900d3ebb0 100644
--- a/roles/packages3/web/files/distmappings.py
+++ b/roles/packages3/web/files/distmappings.py
@@ -1,5 +1,9 @@
# Global list of koji tags we care about
-tags = ({'name': 'Rawhide', 'tag': 'f27'},
+tags = ({'name': 'Rawhide', 'tag': 'f28'},
+
+ {'name': 'Fedora 27', 'tag': 'f27-updates'},
+ {'name': 'Fedora 27', 'tag': 'f27'},
+ {'name': 'Fedora 27 Testing', 'tag': 'f27-updates-testing'},
{'name': 'Fedora 26', 'tag': 'f26-updates'},
{'name': 'Fedora 26', 'tag': 'f26'},
@@ -9,30 +13,12 @@ tags = ({'name': 'Rawhide', 'tag': 'f27'},
{'name': 'Fedora 25', 'tag': 'f25'},
{'name': 'Fedora 25 Testing', 'tag': 'f25-updates-testing'},
- {'name': 'Fedora 24', 'tag': 'f24:updates'},
- {'name': 'Fedora 24', 'tag': 'f24'},
- {'name': 'Fedora 24 Testing', 'tag': 'f24-updates-testing'},
-
- {'name': 'Fedora 23', 'tag': 'f23:updates'},
- {'name': 'Fedora 23', 'tag': 'f23'},
- {'name': 'Fedora 23 Testing', 'tag': 'f23-updates-testing'},
-
- {'name': 'Fedora 22', 'tag': 'f22-updates'},
- {'name': 'Fedora 22', 'tag': 'f22'},
- {'name': 'Fedora 22 Testing', 'tag': 'f22-updates-testing'},
-
- {'name': 'Fedora 21', 'tag': 'f21-updates'},
- {'name': 'Fedora 21', 'tag': 'f21'},
- {'name': 'Fedora 21 Testing', 'tag': 'f21-updates-testing'},
-
{'name': 'EPEL 7', 'tag': 'epel7'},
{'name': 'EPEL 7 Testing', 'tag': 'epel7-testing'},
{'name': 'EPEL 6', 'tag': 'dist-6E-epel'},
{'name': 'EPEL 6 Testing', 'tag': 'dist-6E-epel-testing'},
- {'name': 'EPEL 5', 'tag': 'dist-5E-epel'},
- {'name': 'EPEL 5 Testing', 'tag': 'dist-5E-epel-testing'},
)
tags_to_name_map = {}