support for f10 and f12 in the vref slice tag
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Mon, 11 Jan 2010 14:51:24 +0000 (14:51 +0000)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Mon, 11 Jan 2010 14:51:24 +0000 (14:51 +0000)
sliver_vs.py

index 579e2ab..82523a5 100644 (file)
@@ -94,7 +94,7 @@ class Sliver_VS(accounts.Account, vserver.VServer):
             (pldistro,fcdistro,arch) = default.split("-")
 
             known_archs = [ 'i386', 'x86_64' ]
-            known_fcdistros = [ 'f8', 'f9', 'centos5' ]
+            known_fcdistros = [ 'centos5', 'f8', 'f9', 'f10', 'f11', 'f12' ]
             # from the slice attribute: cut dashes and try to figure the meaning
             slice_wishes = vref.split("-")
             for wish in slice_wishes: