[releng] update critpath.py for f22 being branched

Dennis Gilmore ausil at fedoraproject.org
Thu Mar 5 15:47:37 UTC 2015


commit 6ff03ce6d4fa934b6ff6588688f7c59e89cd660e
Author: Dennis Gilmore <dennis at ausil.us>
Date:   Thu Mar 5 09:47:19 2015 -0600

    update critpath.py for f22 being branched

 scripts/critpath.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/scripts/critpath.py b/scripts/critpath.py
index 5f36890..40fce67 100755
--- a/scripts/critpath.py
+++ b/scripts/critpath.py
@@ -33,12 +33,12 @@ updatepath = {
     'rawhide': ''
 }
 
-for r in ['12', '13', '14', '15', '16', '17', '18', '19', '20']: # 13, 14, ...
+for r in ['12', '13', '14', '15', '16', '17', '18', '19', '20', '21']: # 13, 14, ...
     releasepath[r] = 'releases/%s/Everything/$basearch/os/' % r
     updatepath[r] = 'updates/%s/$basearch/' % r
 
 # Branched Fedora goes here
-branched = '21'
+branched = '22'
 releasepath['branched'] = 'development/%s/$basearch/os' % branched
 updatepath['branched'] = ''
 


More information about the rel-eng mailing list