Comment 3 for bug 189904

Revision history for this message
Colin Watson (cjwatson) wrote :

After asking Celso to help me get an up-to-date publisher run on mawson:

cjwatson@mawson:~/test$ ./cron.germinate
Running germinate... ................................... done.
cjwatson@mawson:~/test$ diff -u /srv/launchpad.net/ubuntu-archive/ubuntu-misc/more-extra.override.hardy.main ubuntu-misc/more-extra.override.hardy.main
cjwatson@mawson:~/test$

The only change applied to cron.germinate beyond the patch I posted earlier was this one to let me test it as my ordinary user on mawson rather than as launchpad:

--- cron.germinate.orig 2008-02-07 12:55:05.000000000 +0000
+++ cron.germinate 2008-02-07 13:46:38.000000000 +0000
@@ -4,9 +4,9 @@
 set -u

 ARCHIVEROOT=/srv/launchpad.net/ubuntu-archive/ubuntu
-MISCROOT=$ARCHIVEROOT/../ubuntu-misc
-LOCKROOT=$ARCHIVEROOT/..
-GERMINATEROOT=$ARCHIVEROOT/../ubuntu-germinate
+MISCROOT=/home/cjwatson/test/ubuntu-misc
+LOCKROOT=/home/cjwatson/test
+GERMINATEROOT=/home/cjwatson/test/ubuntu-germinate

 ## Check to see if another germinate run is in progress

@@ -22,8 +22,7 @@

 trap cleanup EXIT

-LAUNCHPADROOT=/srv/launchpad.net/codelines/current
-suite=`$LAUNCHPADROOT/scripts/ftpmaster-tools/lp-query-distro.py development`
+suite=hardy

 echo -n "Running germinate... "
 cd $GERMINATEROOT