]> andersk Git - moira.git/commitdiff
*** empty log message ***
authordkk <dkk>
Fri, 16 Dec 1994 06:35:49 +0000 (06:35 +0000)
committerdkk <dkk>
Fri, 16 Dec 1994 06:35:49 +0000 (06:35 +0000)
regtape/reg-update

index e00cf93d5cb6109a3ab133baafc43dbcd7a7041d..cd174c6b1864a9ec3087b6f1b507f9a18dd24c2f 100644 (file)
@@ -2,8 +2,8 @@
 #
 #  Script to update Moira from Registrar's "tapes".
 
-date=`/usr/local/bin/gdate +%y%m%d`
-date=`expr $date - 1`
+date=`date +%y%m%d`
+##### date=`expr $date - 1` # files are postdated by 1 day
 
 for who in  staff students ; do
   [ -f /moira/tapes/$who.input.$date.Z ] \
@@ -11,7 +11,7 @@ for who in  staff students ; do
   && mv $who.input.0 $who.input.1 \
   && mv $who.input   $who.input.0 \
   && zcat tapes/$who.input.$date.Z > $who.input \
-  && [ `diff $who.input.old $who.input | wc -l` -lt 500 ] \
+  && [ `diff $who.input.0 $who.input | wc -l` -lt 500 ] \
   && bin/$who -n $who.input > $who.output.$date 2>&1 \
   && egrep -v "($who): (adding|updating)" $who.output.$date > $who.err 2>&1 \
   && cat /usr/local/lib/mail_header $who.err | mail dkk
This page took 0.702856 seconds and 5 git commands to generate.