X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=pkgs.py;h=c5a0bf2ecd8e8ad446f8511db5fba3503130092c;hb=62e3bd69331e110fde9aac2d0808b4f8414b9083;hp=8bbc43ab2bf953cba7a450a7acc61e26bad8946a;hpb=5cde4bfcae65b1cbcaed13c15df2c2037944e7d0;p=build.git diff --git a/pkgs.py b/pkgs.py index 8bbc43ab..c5a0bf2e 100755 --- 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 = 'f27' 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', 'f24', 'f25', 'f27', 'sl6', # debians 'wheezy','jessie', @@ -51,6 +51,7 @@ known_fcdistros = [ 'utopic', # 14.10 'vivid', # 15.04 'wily', # 15.10 + 'xenial', # 16.04 ] default_pldistro='onelab'