declare distro f22 that is used in sliceimage-omf.pkgs
[build.git] / pkgs.py
diff --git a/pkgs.py b/pkgs.py
index f73a32e..edab4ed 100755 (executable)
--- a/pkgs.py
+++ b/pkgs.py
@@ -35,10 +35,10 @@ default_arch='x86_64'
 known_arch = ['i386', 'i686', 'x86_64']
 default_fcdistro='f14'
 known_fcdistros = [ 'centos5','centos6',
-                    'f8', 'f10','f12', 'f14', 'f16', 'f18','f20',
+                    'f8', 'f10','f12', 'f14', 'f16', 'f18','f20','f22',
                     'sl6', 
                     # debians
-                    'squeeze','wheezy',
+                    'squeeze','wheezy','jessie',
                     # ubuntus
                     'oneiric', 'precise', 'quantal', 'raring', 'saucy' ]
 default_pldistro='onelab'