From: Joerg Jaspert Date: Sat, 23 Jan 2016 21:33:53 +0000 (+0100) Subject: Take away static-update-components stdin, its ssh eats it X-Git-Url: https://git.decadent.org.uk/gitweb/?p=dak.git;a=commitdiff_plain;h=c51e71bbd9c22b5a7f1811758a3ad2f8da0bfa3c Take away static-update-components stdin, its ssh eats it Which makes running it inside a while loop a pain. (Its ssh could use a -n,but this works too) --- diff --git a/config/debian/common b/config/debian/common index 21e0d483..870f7131 100755 --- a/config/debian/common +++ b/config/debian/common @@ -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