projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
38eade5
)
Add hack to give cron job access to AFS.
author
Chris Hanson
<org/chris-hanson/cph>
Tue, 20 Dec 2005 20:27:36 +0000
(20:27 +0000)
committer
Chris Hanson
<org/chris-hanson/cph>
Tue, 20 Dec 2005 20:27:36 +0000
(20:27 +0000)
etc/update-rcs-log
patch
|
blob
|
history
diff --git
a/etc/update-rcs-log
b/etc/update-rcs-log
index c4fab18ce39e5cf84665dbb77c20c0377e8e5137..aec42a5f71002e5ad55487761364395b6a0b3305 100755
(executable)
--- a/
etc/update-rcs-log
+++ b/
etc/update-rcs-log
@@
-15,6
+15,9
@@
if [ -z "${CVS2CL}" ]; then
exit 1
fi
+kinit -k -t /home/cph/cron.keytab
+aklog
+
COMMON="--revisions --usermap /scheme/v7/src/etc/usermap --domain zurich.csail.mit.edu --stdout --no-wrap --separate-header --window 3600"
GOPTS_SCHEME="-d:pserver:anonymous@cvs.savannah.gnu.org:/cvsroot/mit-scheme"
GOPTS_HTML="-d:pserver:anonymous@cvs.savannah.gnu.org:/webcvs/mit-scheme"