git://git.exim.org
/
buildfarm-client.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
37768a7
)
Hide output of git to prevent spurious cronjob messages
author
Todd Lyons
<tlyons@exim.org>
Mon, 21 Oct 2013 16:07:35 +0000
(09:07 -0700)
committer
Todd Lyons
<tlyons@exim.org>
Mon, 21 Oct 2013 16:07:35 +0000
(09:07 -0700)
run_cron.sh
patch
|
blob
|
history
diff --git
a/run_cron.sh
b/run_cron.sh
index 8a6f604731b91aec63a477a45375d033a26c8f56..d302665d83246be8a879d475e3352c6b8b909d46 100755
(executable)
--- a/
run_cron.sh
+++ b/
run_cron.sh
@@
-10,7
+10,7
@@
fi
cd $BFDIR
# Update the build client if new version available
if which git >/dev/null; then
- git pull
+ git pull
>/dev/null
fi
./run_branches.pl $@