]> git.decadent.org.uk Git - dak.git/commitdiff
change buildd user to wbadm
authorJoerg Jaspert <joerg@debian.org>
Sat, 22 Nov 2008 16:41:35 +0000 (17:41 +0100)
committerJoerg Jaspert <joerg@debian.org>
Sat, 22 Nov 2008 16:41:35 +0000 (17:41 +0100)
Signed-off-by: Joerg Jaspert <joerg@debian.org>
config/debian-security/cron.buildd
config/debian/cron.buildd
config/debian/cron.dinstall

index 6c3e091181766cf34ebf06078025e9628ceba373..d38e093de96c4f47deddcc3c31433fdeb04f4e95 100755 (executable)
@@ -50,7 +50,7 @@ done
 
 if [ ! -z "$dists" ]; then
        # setup ssh master process
-       ssh buildd@buildd -S $SSH_SOCKET -MN 2> /dev/null &
+       ssh wbadm@buildd -S $SSH_SOCKET -MN 2> /dev/null &
        SSH_PID=$!
        while [ ! -S $SSH_SOCKET ]; do
                sleep 1
@@ -63,9 +63,9 @@ if [ ! -z "$dists" ]; then
                if [ "$d" != "oldstable" ]; then
                        # disabled for oldstable-security by ajt 2008-01-01
                        for a in $ARCHS; do
-                               quinn-diff -a /org/security.debian.org/buildd/Packages-arch-specific -A $a 2>/dev/null | ssh buildd@buildd -S $SSH_SOCKET wanna-build -d $d-security -b $a/build-db --merge-partial-quinn
+                               quinn-diff -a /org/security.debian.org/buildd/Packages-arch-specific -A $a 2>/dev/null | ssh wbadm@buildd -S $SSH_SOCKET wanna-build -d $d-security -b $a/build-db --merge-partial-quinn
 
-                               ssh buildd@buildd -S $SSH_SOCKET wanna-build -d $d-security -A $a -b $a/build-db --merge-packages < Packages
+                               ssh wbadm@buildd -S $SSH_SOCKET wanna-build -d $d-security -A $a -b $a/build-db --merge-packages < Packages
                        done
                else
                        ssh buildd@bester.farm.ftbfs.de -i ~/.ssh/id_bester sleep 1
index 984944793d1247e3dbe7cbe40357755b4676dc85..d7a887dfada2a6681c6e4bbb3e0e2c8153571061 100755 (executable)
@@ -2,5 +2,5 @@
 #
 # Called from cron.unchecked to update wanna-build, each time it runs.
 #
-ssh -o BatchMode=yes -o ConnectTimeout=30 -o SetupTimeout=240 buildd@buildd /org/wanna-build/trigger.often
+ssh -o BatchMode=yes -o ConnectTimeout=30 -o SetupTimeout=240 wbadm@buildd /org/wanna-build/trigger.often
 exit 0
index cb326fc6b79116e317de59cfb62973ac847c36f4..a2941b888e6226166803b523460f67b1c500c438 100755 (executable)
@@ -230,7 +230,7 @@ rsync -aH --link-dest ${ftpdir} --delete --delete-after --ignore-errors ${ftpdir
 ts
 
 echo "Trigger daily wanna-build run"
-ssh -o BatchMode=yes -o SetupTimeOut=90 -o ConnectTimeout=90 buildd@buildd /org/wanna-build/trigger.daily || echo "W-B trigger.daily failed" | mail -s "W-B Daily trigger failed" ftpmaster@ftp-master.debian.org
+ssh -o BatchMode=yes -o SetupTimeOut=90 -o ConnectTimeout=90 wbadm@buildd /org/wanna-build/trigger.daily || echo "W-B trigger.daily failed" | mail -s "W-B Daily trigger failed" ftpmaster@ftp-master.debian.org
 
 rm -f $NOTICE
 rm -f $LOCKCU