]> git.decadent.org.uk Git - dak.git/commitdiff
external files for security
authorJoerg Jaspert <joerg@debian.org>
Sat, 8 Feb 2014 21:28:04 +0000 (22:28 +0100)
committerJoerg Jaspert <joerg@debian.org>
Sat, 8 Feb 2014 21:28:04 +0000 (22:28 +0100)
activate them, also move them to cron.daily,
once a day this should be enough.

config/debian/cron.daily
config/debian/cron.hourly

index cf151852ce33412f94cdb8afc9958066fdbae099..90c990317a3b09c6bcb90f42024f335ea21cc364 100755 (executable)
@@ -32,6 +32,15 @@ wget -q -O${TMPFILE} http://qa.debian.org/data/bts/wnpp_rm
 chmod go+r ${TMPFILE}
 mv ${TMPFILE} /srv/ftp-master.debian.org/scripts/masterfiles/wnpp_rm
 
+# Push files over to security
+# The key over there should have the following set for the ssh key:
+#  command="/usr/bin/xzcat | /usr/bin/psql -f - -1 obscurity"
+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@security-master.debian.org sync
+
 # Update wanna-build dump
 echo "Update wanna-build database dump"
 $base/dak/scripts/nfu/get-w-b-db
index cde688b8f6f3c375941dff3bb9d5506470227977..290de0cac59d8a54859afc81ba6aa6b2a1fb2fab 100755 (executable)
@@ -53,13 +53,6 @@ ${scriptsdir}/sync-dd ries-sync ries-sync1 ries-sync2 sync
 
 $scriptsdir/generate-d-i
 
-# 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'
-
 # Update backports ACL
 sudo -u dak-unpriv cat /srv/backports-master.debian.org/etc/acl \
   | dak acl set-fingerprints backports \