X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;ds=sidebyside;f=pkgs.py;h=96b6db7a4a9c9c755ab97cad4a42025ea8b7852f;hb=801a31c0c136056350f1e0cf4fec028b4ec9c7e5;hp=36007afcb137b812076508498c4d3f2191b00338;hpb=2a9bb47d902fa778cdf2607e7b36b85e192387d8;p=build.git diff --git a/pkgs.py b/pkgs.py index 36007afc..96b6db7a 100755 --- a/pkgs.py +++ b/pkgs.py @@ -36,7 +36,7 @@ import re default_arch = 'x86_64' known_archs = ['i386', 'i686', 'x86_64'] -default_fcdistro = 'f33' +default_fcdistro = 'f35' known_fcdistros = [ 'centos5', 'centos6', # oldies but we have references to that in the pkgs files @@ -45,7 +45,7 @@ known_fcdistros = [ # these ones are still relevant; # f32 is mentioned to be able to use create-vms with that distro # as we're running into issues to build a minimal f33 from a f29 host - 'f29', 'f31', 'f32', 'f33', + 'f29', 'f31', 'f32', 'f33', 'f35', # scientific linux 'sl6', # debians