X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=pkgs.py;h=abfc53b28446cb7e3c4e4b8e4110a33b7d9dfb09;hb=9378a0337358018041fa110e67b210747745af3d;hp=b8528d70bc983a51d08f45ca98e714e493841ac7;hpb=8be1082155f9d33c5feb692cd499f9de3bcfa4c0;p=build.git diff --git a/pkgs.py b/pkgs.py index b8528d70..abfc53b2 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 = 'f24' +default_fcdistro = 'f25' 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', 'f23', 'f24', + 'f14', 'f18', 'f20', 'f21', 'f22', 'f23', 'f24', 'f25', 'sl6', # debians 'wheezy','jessie',