X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=pkgs.py;h=3291dbef38dc868784e8cab1c53747bb4ceee307;hb=2d32d9d4baa2916386063103319e217e27f2b2d7;hp=79de87ff1b6cf9a0807cea9c78afa08c662d45ad;hpb=4dc578e676290269f50bbbdd8935505129931ea3;p=build.git diff --git a/pkgs.py b/pkgs.py index 79de87ff..3291dbef 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 = 'f37' +default_fcdistro = 'f39' 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', 'f37', + 'f29', 'f31', 'f32', 'f33', 'f35', 'f37', 'f39', # scientific linux 'sl6', # debians