From: thierry <thierry@41d37cc5-eb28-0410-a9bf-d37491348ade>
Date: Tue, 16 Dec 2008 17:09:09 +0000 (+0000)
Subject: welcome to f10
X-Git-Tag: foo~260
X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=ebc061e795be8bfe74d3ddb433cc8a5fd906b586;p=infrastructure.git

welcome to f10
---

diff --git a/scripts/all-builds.sh b/scripts/all-builds.sh
index d06af5d..8cf88df 100755
--- a/scripts/all-builds.sh
+++ b/scripts/all-builds.sh
@@ -31,7 +31,7 @@ function shortname () {
     case $distro in
 	onelab)		echo 1l;;
 	planetlab)	echo pl;;
-	f?)		echo $distro;;
+	f?|f1?)		echo $distro;;
 	centos5)	echo c5;;
 	*)		echo xx;;
     esac