[Collab-qa-commits] r1864 - debcluster/scripts/bin.local

Lucas Nussbaum lucas at alioth.debian.org
Sat Dec 11 21:17:52 UTC 2010


Author: lucas
Date: 2010-12-11 21:17:52 +0000 (Sat, 11 Dec 2010)
New Revision: 1864

Modified:
   debcluster/scripts/bin.local/rebuild-ubuntu.sh
Log:
rebuild natty, not maverick

Modified: debcluster/scripts/bin.local/rebuild-ubuntu.sh
===================================================================
--- debcluster/scripts/bin.local/rebuild-ubuntu.sh	2010-12-11 21:17:18 UTC (rev 1863)
+++ debcluster/scripts/bin.local/rebuild-ubuntu.sh	2010-12-11 21:17:52 UTC (rev 1864)
@@ -7,7 +7,7 @@
 #/dc/debcluster/scripts/update-mirror-ubuntu.bash
 
 if [ -z "$SUBNODES" ]; then
-	SUBNODES=10
+	SUBNODES=8
 fi
 
 if [ -z "$TARGET" -o -z "$WALLTIME" -o -z "$NODES" ];then
@@ -24,7 +24,7 @@
 CHROOT=lubuntu64
 ID=${CHROOT}-${ARCH}.$(date --iso)
 for i in main universe restricted multiverse; do
-	cat ~/mirrors/ubuntu/dists/maverick/$i/source/Sources.gz | gunzip ; done | rebuild-archive/grep-sources-arch.rb $ARCH $WALL > /tmp/wb_$ID.1
+	cat ~/mirrors/ubuntu/dists/natty/$i/source/Sources.gz | gunzip ; done | rebuild-archive/grep-sources-arch.rb $ARCH $WALL > /tmp/wb_$ID.1
 rebuild-archive/pasfilter.rb $ARCH < /tmp/wb_$ID.1 > /tmp/wb_$ID.2
 if [ "$LIST" != "" ]; then
   fcb -l /tmp/wb_$ID.2 and $LIST > /tmp/wb_$ID.2.1
@@ -37,7 +37,7 @@
 ID1=$ID
 ID=${CHROOT}-${ARCH}.$(date --iso)
 for i in main universe restricted multiverse; do
-	cat ~/mirrors/ubuntu/dists/maverick/$i/source/Sources.gz | gunzip ; done | rebuild-archive/grep-sources-arch.rb $ARCH $WALL > /tmp/wb_$ID.1
+	cat ~/mirrors/ubuntu/dists/natty/$i/source/Sources.gz | gunzip ; done | rebuild-archive/grep-sources-arch.rb $ARCH $WALL > /tmp/wb_$ID.1
 rebuild-archive/pasfilter.rb $ARCH < /tmp/wb_$ID.1 > /tmp/wb_$ID.2
 if [ "$LIST" != "" ]; then
   fcb -l /tmp/wb_$ID.2 and $LIST > /tmp/wb_$ID.2.1




More information about the Collab-qa-commits mailing list