From d2ad67113cb9dacb093e69169393e0393219c8f1 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Mon, 11 Jan 2010 14:51:24 +0000 Subject: [PATCH] support for f10 and f12 in the vref slice tag --- sliver_vs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sliver_vs.py b/sliver_vs.py index 579e2ab..82523a5 100644 --- a/sliver_vs.py +++ b/sliver_vs.py @@ -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: -- 2.43.0