prepare for f23
[build.git] / pkgs.py
diff --git a/pkgs.py b/pkgs.py
index 8bbc43a..78b37c6 100755 (executable)
--- a/pkgs.py
+++ b/pkgs.py
@@ -35,13 +35,13 @@ import re
 
 default_arch='x86_64'
 known_arch = ['i386', 'i686', 'x86_64']
-default_fcdistro = 'f22'
+default_fcdistro = 'f23'
 known_fcdistros = [
     'centos5', 'centos6',
     # oldies but we have references to that in the pkgs files
     'f8', 'f10', 'f12', 'f16',
     # these ones are still relevant
-    'f14', 'f18', 'f20', 'f21', 'f22',
+    'f14', 'f18', 'f20', 'f21', 'f22', 'f23',
     'sl6', 
     # debians
     'wheezy','jessie',