gforge-commits
[Top][All Lists]
Advanced

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

[Gforge-commits] gforge/debian rules, 1.66, 1.66.2.1 gforge-db-postgresq


From: lo-lan-do
Subject: [Gforge-commits] gforge/debian rules, 1.66, 1.66.2.1 gforge-db-postgresql.cron.d, 1.5, 1.5.2.1
Date: Sat, 10 Jan 2004 15:43:17 -0600

Update of /cvsroot/gforge/gforge/debian
In directory db.perdue.net:/tmp/cvs-serv22068/debian

Modified Files:
      Tag: Branch_3_1
        rules gforge-db-postgresql.cron.d 
Log Message:
Added cronjobs/massmail.php to gforge-db-postgresql.


Index: rules
===================================================================
RCS file: /cvsroot/gforge/gforge/debian/rules,v
retrieving revision 1.66
retrieving revision 1.66.2.1
diff -u -d -r1.66 -r1.66.2.1
--- rules       5 Oct 2003 11:54:12 -0000       1.66
+++ rules       10 Jan 2004 21:43:14 -0000      1.66.2.1
@@ -109,6 +109,7 @@
        #NOT USED#install -m 644 db/user_rating.sql 
$(CURDIR)/debian/gforge-db-postgresql/usr/lib/gforge/db/
        install -m 644 deb-specific/sf-2.6-complete.sql 
$(CURDIR)/debian/gforge-db-postgresql/usr/lib/gforge/db/
        install -m 644 deb-specific/sf2.5-to-sf2.6.sql 
$(CURDIR)/debian/gforge-db-postgresql/usr/lib/gforge/db/
+
        install -m 755 cronjobs/db_trove_maint.php 
$(CURDIR)/debian/gforge-db-postgresql/usr/lib/gforge/bin/
        install -m 755 cronjobs/project_cleanup.php 
$(CURDIR)/debian/gforge-db-postgresql/usr/lib/gforge/bin/
        #install -m 755 cronjobs/project_metric.php 
$(CURDIR)/debian/gforge-db-postgresql/usr/lib/gforge/bin/
@@ -122,8 +123,10 @@
        install -m 755 cronjobs/rotate_activity.php 
$(CURDIR)/debian/gforge-db-postgresql/usr/lib/gforge/bin/
        install -m 755 cronjobs/db_project_sums.php 
$(CURDIR)/debian/gforge-db-postgresql/usr/lib/gforge/bin/
        install -m 755 cronjobs/check_stale_tracker_items.php 
$(CURDIR)/debian/gforge-db-postgresql/usr/lib/gforge/bin/
+       install -m 755 cronjobs/massmail.php 
$(CURDIR)/debian/gforge-db-postgresql/usr/lib/gforge/bin/
 #GF    install -m 755 cronjobs/stats/include/stats_site.inc 
$(CURDIR)/debian/gforge-db-postgresql/usr/lib/gforge/lib/
 #GF    install -m 755 cronjobs/stats/include/stats_projects.inc 
$(CURDIR)/debian/gforge-db-postgresql/usr/lib/gforge/lib/
+
 #GF    install utils/underworld-root/db_top_groups_calc.pl 
$(CURDIR)/debian/gforge-db-postgresql/usr/lib/gforge/bin/db_top_groups_calc.pl
        #install utils/underworld-root/stats_nightly.sh 
$(CURDIR)/debian/gforge-db-postgresql/usr/lib/gforge/bin/stats_nightly.sh
        #install utils/underworld-root/db_stats_prepare.pl 
$(CURDIR)/debian/gforge-db-postgresql/usr/lib/gforge/bin/db_stats_prepare.pl

Index: gforge-db-postgresql.cron.d
===================================================================
RCS file: /cvsroot/gforge/gforge/debian/gforge-db-postgresql.cron.d,v
retrieving revision 1.5
retrieving revision 1.5.2.1
diff -u -d -r1.5 -r1.5.2.1
--- gforge-db-postgresql.cron.d 25 Jul 2003 12:37:36 -0000      1.5
+++ gforge-db-postgresql.cron.d 10 Jan 2004 21:43:15 -0000      1.5.2.1
@@ -47,3 +47,6 @@
 
 # Daily sweep of the HTTP log files for project activity
 15 0 * * * gforge [ -x /usr/lib/gforge/bin/stats_projects_logparse.pl ] && 
/usr/lib/gforge/bin/stats_projects_logparse.pl -d 
include_path=/usr/share/gforge/:/usr/share/gforge/www/include > /dev/null 2>&1
+
+# Hourly sending of mass e-mailings
+48 * * * * gforge [ -x /usr/lib/gforge/bin/massmail.php ] && 
/usr/lib/gforge/bin/massmail.php -d 
include_path=/usr/share/gforge/:/usr/share/gforge/www/include > /dev/null 2>&1





reply via email to

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