[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[dak/master] 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)
---
 config/debian/common | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config/debian/common b/config/debian/common
index 21e0d48..870f713 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
-- 
2.1.4


Reply to: