projects
/
packages.grml.org.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d1376ca
)
catch git stderr output
author
Christian Hofstaedtler
<ch@grml.org>
Tue, 29 Nov 2011 13:43:48 +0000
(14:43 +0100)
committer
Christian Hofstaedtler
<ch@grml.org>
Tue, 29 Nov 2011 13:43:48 +0000
(14:43 +0100)
update.rb
patch
|
blob
|
history
diff --git
a/update.rb
b/update.rb
index
f45b3da
..
ca4bfb9
100755
(executable)
--- a/
update.rb
+++ b/
update.rb
@@
-100,7
+100,7
@@
end
def update_git_repos(git_repos)
git_repos.each do |name, path|
- out = %x{cd #{path} && git remote update --prune}
+ out = %x{cd #{path} && git remote update --prune
2>&1
}
puts "#{name}: " + out if DEBUG
end
end