git://git.exim.org
/
mirror-monitor.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Remove old CVS litter
[mirror-monitor.git]
/
bin
/
check_update_website.sh
1
#!/bin/sh
2
3
4
# ensure we use a current perl
5
export PATH=/home/nm4/perl5/perlbrew/bin:$PATH
6
7
cd /home/nm4/src/exim-website || exit
8
9
git pull | grep -q -v 'Already up-to-date.' && script/build.sh
10
11
cd /home/services/mirmon || exit
12
13
git pull --quiet