]> git.decadent.org.uk Git - dak.git/commitdiff
Implement mirrorpush-release function
authorJoerg Jaspert <joerg@debian.org>
Sat, 2 Apr 2016 13:03:52 +0000 (15:03 +0200)
committerJoerg Jaspert <joerg@debian.org>
Sat, 2 Apr 2016 13:03:52 +0000 (15:03 +0200)
config/debian/dinstall.functions

index 2172eaeaeae4e29c597bcf33f1956ac1aea0c72c..f0acb683d74a4e1b36c02967aee0819dffe7f9cb 100755 (executable)
@@ -606,6 +606,11 @@ function mirrorpush-backports() {
     sudo -u backports /home/backports/bin/update-archive
 }
 
+function mirrorpush-release() {
+    log "Pushing cdbuilder host"
+    sudo -H -u archvsync /home/archvsync/runmirrors release > ~dak/runmirrors-release.log 2>&1 &
+}
+
 function i18n2() {
     log "Exporting package data foo for i18n project"
     STAMP=$(date "+%Y%m%d%H%M")