X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=pkgs.py;h=79de87ff1b6cf9a0807cea9c78afa08c662d45ad;hb=920bbe30e99ce841b96fbe8774421bf379e9bc62;hp=bc8195a6a324bec8861f8cb27ca01db9bc255111;hpb=148d8b4df137f13bc49c77a4fa047c43f2d2d9f5;p=build.git diff --git a/pkgs.py b/pkgs.py index bc8195a6..79de87ff 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 = 'f35' +default_fcdistro = 'f37' 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', 'f35', + 'f29', 'f31', 'f32', 'f33', 'f35', 'f37', # scientific linux 'sl6', # debians