mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-08 07:53:54 +00:00
update the source from cvs
This commit is contained in:
parent
442244cd39
commit
6abb88e6b2
@ -3,12 +3,19 @@
|
||||
# have been sent to newsbot.
|
||||
# Created 16 Mar 1999 by endico@mozilla.org
|
||||
#
|
||||
# i had to use ksh because sh doesn't recognize -nt
|
||||
# find a more portable way to do this that doesn't suck as badly as using find
|
||||
|
||||
PATH=/opt/local/bin:/opt/cvs-tools/bin:/usr/ucb:$PATH
|
||||
export PATH
|
||||
|
||||
# i had to use ksh because sh doesn't recognize -nt
|
||||
# find a more portable way to do this that doesn't suck as badly as using find
|
||||
#
|
||||
CVSROOT=:pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot
|
||||
export CVSROOT
|
||||
|
||||
# update the newsbot sources
|
||||
cvs -d $CVSROOT update -dP
|
||||
|
||||
|
||||
# Run newsbot if new mail has arrived or the code has been updated.
|
||||
if [ \( /var/mail/newsbot -nt /opt/newsbot/newsbot.html \) -o \
|
||||
\( /opt/newsbot/newsbot.pl -nt /opt/newsbot/newsbot.html \) ]
|
||||
|
Loading…
x
Reference in New Issue
Block a user