]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
drop lenny from default dist list
authorSage Weil <sage@inktank.com>
Sat, 25 Aug 2012 23:02:06 +0000 (16:02 -0700)
committerSage Weil <sage@inktank.com>
Sat, 25 Aug 2012 23:02:06 +0000 (16:02 -0700)
update_pbuilder.sh

index fea34b8aa194e8da18a1c5f6f58da3d8096a3721..99ff37d82d6aa84ee703e36d73b7fc491d2a1e13 100755 (executable)
@@ -9,7 +9,7 @@ shift
 dists=$*
 
 [ ! -d "$basedir" ] && echo specify dir for pbuilder images && usage && exit 1
-[ -z "$dists" ] && dists="sid wheezy squeeze lenny oneiric precise natty"
+[ -z "$dists" ] && dists="sid wheezy squeeze oneiric precise natty"
 
 for dist in $dists
 do