savannah-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Savannah-cvs] administration/infra/misc crontab


From: Sylvain Beucler
Subject: [Savannah-cvs] administration/infra/misc crontab
Date: Fri, 17 Sep 2004 05:51:28 -0400

CVSROOT:        /cvsroot/administration
Module name:    administration
Branch:         
Changes by:     Sylvain Beucler <address@hidden>        04/09/17 09:35:23

Modified files:
        infra/misc     : crontab 

Log message:
        Merged sv_specialprojects and log-accum-cleaner; basically, you can see 
everything in one file, and not only Elfyn will be notified

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/administration/administration/infra/misc/crontab.diff?tr1=1.10&tr2=1.11&r1=text&r2=text

Patches:
Index: administration/infra/misc/crontab
diff -u administration/infra/misc/crontab:1.10 
administration/infra/misc/crontab:1.11
--- administration/infra/misc/crontab:1.10      Fri Sep 17 09:27:19 2004
+++ administration/infra/misc/crontab   Fri Sep 17 09:35:23 2004
@@ -1,16 +1,37 @@
 # Main Savannah Crontab
+# One big file, with notification consistency
 ##
 
 address@hidden
 
+
 # Sync database<->system users & groups (every half an hour)
 30 * * * *     root    /usr/savannah/infra/bin/sv_accounts.cron
 
+
 # Regen /etc/aliases (ditto..)
 #10,40 * * * * root    /usr/savannah/infra/bin/sv_regen_aliases.cron
 
+
 # Sv database cleaner (every morning at 5am)
 #0 5 * * *     root    /usr/savannah/infra/bin/sv_cleaner.cron
 
+
 # GateKeeper to update download areas
 */5 * * * *    gatekpr /home/gatekpr/upload-savannah.pl
+
+
+# log_accum cleaner so that notificationt diffs do not contain
+# reference to old unrelated commits
+0 * * * * /usr/savannah/infra/bin/log-accum-cleaner.sh 2>&1 
>>/var/log/log-accum-cleaner.log
+
+
+# Sync projects not maintained at Savannah
+# - Automake
+40 * * * * amrsync rsync --timeout 120 -z -prltgoD --delete --exclude 
'#cvs\.*' --exclude '/CVSROOT/*' rsync://sources.redhat.com/automake-cvs/ 
/savannah/cvsroot/automake/cvsroot/automake/; rsync --timeout 120 --archive 
--exclude '#cvs\.*' --include '/val-tags' --exclude '/*' 
rsync://sources.redhat.com/automake-cvs/CVSROOT/ /home/amrsync/cvsroot/; cp -f 
/home/amrsync/cvsroot/val-tags 
/savannah/cvsroot/automake/cvsroot/automake/CVSROOT/val-tags
+
+# - GCC
+45 * * * * gccrsync rsync --timeout 120 -z -prltgoD --delete --exclude 
'#cvs\.*' --exclude '/CVSROOT/*' rsync://gcc.gnu.org/gcc-cvs/ 
/savannah/cvsroot/gcc/cvsroot/gcc/; rsync --timeout 120 --archive --exclude 
'#cvs\.*' --include '/val-tags' --include '/history' --exclude '/*' 
rsync://gcc.gnu.org/gcc-cvs/CVSROOT/ /home/gccrsync/cvsroot/; cp -f 
/home/gccrsync/cvsroot/history 
/savannah/cvsroot/gcc/cvsroot/gcc/CVSROOT/history; cp -f 
/home/gccrsync/cvsroot/val-tags 
/savannah/cvsroot/gcc/cvsroot/gcc/CVSROOT/val-tags
+
+# - coreutils
+12 * * * * coreutilsrsync rsync --timeout 120 -z -rltgoD --delete --exclude 
'#cvs\.*' --exclude '/CVSROOT/*' rsync://rsync.proulx.com/coreutils/ 
/savannah/cvsroot/coreutils/cvsroot/coreutils/; rsync --archive --exclude 
'#cvs\.*' --include '/val-tags' --include '/history' --exclude '/*' 
rsync://rsync.proulx.com/coreutils/CVSROOT/ /home/coreutilsrsync/cvsroot/; cp 
-f /home/coreutilsrsync/cvsroot/val-tags 
/savannah/cvsroot/coreutils/cvsroot/coreutils/CVSROOT/val-tags




reply via email to

[Prev in Thread] Current Thread [Next in Thread]