This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
Other format: | [Raw text] |
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.)
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
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |