git://git.exim.org
/
mirror-monitor.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
1a42d4a
)
Ensure mirmon picks up git changes automagically
author
Nigel Metheringham
<nigel@exim.org>
Tue, 5 May 2015 11:45:32 +0000
(12:45 +0100)
committer
Nigel Metheringham
<nigel@exim.org>
Tue, 5 May 2015 11:45:32 +0000
(12:45 +0100)
bin/run_mirmon
patch
|
blob
|
history
diff --git
a/bin/run_mirmon
b/bin/run_mirmon
index 016c999c37781d2fa0cdfa81c41935c5c8cd13d7..f84af9d61e43dcbc18d0c73d3c90c8bcbc9e6217 100755
(executable)
--- a/
bin/run_mirmon
+++ b/
bin/run_mirmon
@@
-6,6
+6,11
@@
MIRMON_BASE=/home/nm4/mirror-monitor/mirmon
cd ${MIRMON_BASE} || exit
+
+# update the repository in case of changes
+git pull -q
+
+# work through the mirrors
for set in www ftp
do
./mirmon -q -get update -c mirmon_${set}.conf