gcc-ss-3.3-20040519 is now available
Kelley Cook
kcook@gcc.gnu.org
Thu May 20 17:58:00 GMT 2004
Joseph S. Myers wrote:
I've run cvs update as requested. What you probably want is
cd scripts && cvs update
run from crontab daily (say). (This won't address updates of crontab
itself, as that needs an additional step to install the new crontab.)
(I'm proposing this command go directly in crontab rather than in another
script to avoid any problems that might arise from a script updating itself.)
Like this?
Unfortunately, no testing possible.
KC
2004-05-20 Kelley Cook <kcook@gcc.gnu.org>
* crontab: New entry to keep scripts directory and crontab current.
diff -u1 ../../gcc-orig/maintainer-scripts/crontab ./crontab
--- ../../gcc-orig/maintainer-scripts/crontab 2004-05-02 13:38:33.000000000 -0400
+++ ./crontab 2004-05-20 13:48:28.195791000 -0400
@@ -1,2 +1,3 @@
16 0 * * * sh /home/gccadmin/scripts/update_version
+45 0 * * * sh -c "cd /home/gccadmin/scripts && cvs -q update && crontab ./crontab"
50 0 * * * sh /home/gccadmin/scripts/update_web_docs
More information about the Gcc
mailing list