[Top][All Lists]
[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 07:08:41 -0400 |
CVSROOT: /cvsroot/administration
Module name: administration
Branch:
Changes by: Sylvain Beucler <address@hidden> 04/09/17 11:02:25
Modified files:
infra/misc : crontab
Log message:
Moved sv-cvstarballs from /etc/cron.daily
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/administration/administration/infra/misc/crontab.diff?tr1=1.11&tr2=1.12&r1=text&r2=text
Patches:
Index: administration/infra/misc/crontab
diff -u administration/infra/misc/crontab:1.11
administration/infra/misc/crontab:1.12
--- administration/infra/misc/crontab:1.11 Fri Sep 17 09:35:23 2004
+++ administration/infra/misc/crontab Fri Sep 17 11:02:24 2004
@@ -1,9 +1,11 @@
-# Main Savannah Crontab
+ # Main Savannah Crontab
# One big file, with notification consistency
##
address@hidden
+# Format reminder:
+# m h dom mon dow user command
# Sync database<->system users & groups (every half an hour)
30 * * * * root /usr/savannah/infra/bin/sv_accounts.cron
@@ -28,10 +30,14 @@
# 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
+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
+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
+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
+
+
+# Daily CVS tarballs (with RCS files)
+25 3 * * * root /usr/savannah/infra/bin/sv_cvstarballs.cron
- [Savannah-cvs] administration/infra/misc crontab, Elfyn McBratney, 2004/09/12
- [Savannah-cvs] administration/infra/misc crontab, Elfyn McBratney, 2004/09/14
- [Savannah-cvs] administration/infra/misc crontab, Elfyn McBratney, 2004/09/14
- [Savannah-cvs] administration/infra/misc crontab, Michael J . Flickinger, 2004/09/15
- [Savannah-cvs] administration/infra/misc crontab, Elfyn McBratney, 2004/09/16
- [Savannah-cvs] administration/infra/misc crontab, Sylvain Beucler, 2004/09/17
- [Savannah-cvs] administration/infra/misc crontab, Sylvain Beucler, 2004/09/17
- [Savannah-cvs] administration/infra/misc crontab, Sylvain Beucler, 2004/09/17
- [Savannah-cvs] administration/infra/misc crontab,
Sylvain Beucler <=