From: Joerg Jaspert Date: Sun, 27 Apr 2008 14:53:48 +0000 (+0200) Subject: Push merkel qa user on start of dinstall X-Git-Url: https://git.decadent.org.uk/gitweb/?p=dak.git;a=commitdiff_plain;h=d35f7c7714c53b693a2cdef9efb38befc6e240a0 Push merkel qa user on start of dinstall --- diff --git a/ChangeLog b/ChangeLog index b543449a..bb84cfbf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-04-27 Joerg Jaspert + + * config/debian/cron.daily: Notify qa user on merkel of dinstall start + 2008-04-26 Joerg Jaspert * dak/process_new.py: Call end() whenever we try to leave by diff --git a/config/debian/cron.daily b/config/debian/cron.daily index f40b6d81..139208f9 100755 --- a/config/debian/cron.daily +++ b/config/debian/cron.daily @@ -35,6 +35,9 @@ ending at about 15:30. This file is then removed. You should not mirror the archive during this period. EOF +# Push merkels qa user, so the qa pages can show "dinstall is running" information +ssh -2 -i ~dak/.ssh/push_merkel_qa -o BatchMode=yes -o SetupTimeOut=30 -o ConnectTimeout=30 qa@merkel.debian.org sleep 1 + ################################################################################ echo "Creating pre-daily-cron-job backup of projectb database..."