]> git.decadent.org.uk Git - dak.git/commitdiff
Take away static-update-components stdin, its ssh eats it
authorJoerg Jaspert <joerg@debian.org>
Sat, 23 Jan 2016 21:33:53 +0000 (22:33 +0100)
committerJoerg Jaspert <joerg@debian.org>
Sat, 23 Jan 2016 21:33:53 +0000 (22:33 +0100)
Which makes running it inside a while loop a pain.
(Its ssh could use a -n,but this works too)

config/debian/common

index 21e0d48350c4b36179717cd61fa21783b68a4b82..870f71316267c6870c457e5b65741a660245d143 100755 (executable)
@@ -106,7 +106,7 @@ function make_buildd_dir () {
 
     # Tell the mirrors that we've updated
     log "Pushing static for incoming.d.o"
-    chronic /usr/local/bin/static-update-component incoming.debian.org
+    chronic /usr/local/bin/static-update-component incoming.debian.org < /dev/null
 }
 
 # Process (oldstable)-proposed-updates "NEW" queue