X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=config%2Fdebian%2Fcron.hourly;h=cbc687fb219b4e1e1c730d49e640baff46ef0843;hb=01c3e3976cf234ca463ded32f09ea238251b0155;hp=80c912f854873ce59b3b413e9f814881f2726008;hpb=f7624a346a5430ff29425204047f45b6291b1de8;p=dak.git diff --git a/config/debian/cron.hourly b/config/debian/cron.hourly index 80c912f8..cbc687fb 100755 --- a/config/debian/cron.hourly +++ b/config/debian/cron.hourly @@ -29,7 +29,7 @@ fi dak queue-report -n > $webdir/new.html dak queue-report -8 -d new,byhand,stable-new,oldstable-new -r $webdir/stat dak show-deferred -r $webdir/stat > ${webdir}/deferred.html -dak graph -n new,byhand,p-u-new,o-p-u-new,deferred -r $webdir/stat -i $webdir/stat -x $scriptsdir/rrd-release-freeze-dates +dak graph -n new,byhand,stable-new,oldstable-new,deferred -r $webdir/stat -i $webdir/stat -x $scriptsdir/rrd-release-freeze-dates cd $webdir cat removals-20*.txt > removals-full.txt @@ -42,10 +42,16 @@ $base/dak/tools/removals.pl $configdir/removalsrss.rc > $webdir/rss/removals.rss # Tell ries to sync its tree -ssh -o Batchmode=yes -o ConnectTimeout=30 -o SetupTimeout=30 -2 -i ${base}/s3kr1t/pushddmirror dak@ries.debian.org sync +${scriptsdir}/sync-dd ries-sync ries-sync1 ries-sync2 sync $scriptsdir/generate-di +# Push files over to security +#pg_dump -a -F p -t files | sed -e "s,^COPY files (,DELETE FROM external_files; COPY external_files (," | xz -3 | \ +# ssh -o BatchMode=yes -o ConnectTimeout=30 -o SetupTimeout=30 -2 -i ${base}/s3kr1t/push-external_files dak@wherever sync +# +# The key should run the following command: +# 'xzcat | pg_restore -1 -a' # do the buildd key updates BUILDDFUN=$(mktemp -p "${TMPDIR}" BUILDDFUN.XXXXXX)