gforge-commits
[Top][All Lists]
Advanced

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

[Gforge-commits] gforge-plugin-scmcvs/debian changelog, 1.5, 1.6 cron.d,


From: cbayle
Subject: [Gforge-commits] gforge-plugin-scmcvs/debian changelog, 1.5, 1.6 cron.d, 1.1.1.1, 1.2 postinst, 1.2, 1.3
Date: Mon, 11 Oct 2004 09:39:42 -0500

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

Modified Files:
        changelog cron.d postinst 
Log Message:
splited cvs_dump_update.pl in cvs_dump.pl and cvs_update.pl


Index: changelog
===================================================================
RCS file: /cvsroot/gforge/gforge-plugin-scmcvs/debian/changelog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- changelog   28 Jul 2004 21:26:09 -0000      1.5
+++ changelog   11 Oct 2004 14:39:39 -0000      1.6
@@ -1,4 +1,11 @@
-gforge-plugin-scmcvs (0.1-12) unstable; urgency=low
+gforge-plugin-scmcvs (0.1-20) unstable; urgency=low
+
+  * CVS Tab is now commented
+  * Splitted cvs_dump_update.pl in cvs_dump.pl and cvs_update.pl
+
+ -- Christian Bayle <address@hidden>  Mon, 11 Oct 2004 16:21:40 +0200
+
+gforge-plugin-scmcvs (0.1-13) unstable; urgency=low
 
   * Removed cvssh that collide with gforge version and is not really cvs
     specific
@@ -6,7 +13,7 @@
   * Make that the project cvs tab is well selected
   * Added dependency on libipc-signal-perl
 
- -- Christian Bayle <address@hidden>  Wed, 28 Jul 2004 14:11:57 +0200
+ -- Christian Bayle <address@hidden>  Thu, 29 Jul 2004 16:41:43 +0200
 
 gforge-plugin-scmcvs (0.1-1) unstable; urgency=low
 

Index: cron.d
===================================================================
RCS file: /cvsroot/gforge/gforge-plugin-scmcvs/debian/cron.d,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- cron.d      16 May 2004 16:52:23 -0000      1.1.1.1
+++ cron.d      11 Oct 2004 14:39:39 -0000      1.2
@@ -4,4 +4,4 @@
 
 # CVS tarballs
 5 2 * * * root [ -x /usr/lib/gforge/plugins/scmcvs/bin/tarballs.sh ] && 
/usr/lib/gforge/plugins/scmcvs/bin/tarballs.sh generate
-5 * * * * root [ -x /usr/lib/gforge/plugins/scmcvs/bin/cvs_dump_update.pl ] && 
/usr/lib/gforge/plugins/scmcvs/bin/cvs_dump_update.pl
\ No newline at end of file
+5 * * * * root [ -x /usr/lib/gforge/plugins/scmcvs/bin/cvs_dump.pl ] && su -s 
/bin/sh gforge -c /usr/lib/gforge/plugins/scmcvs/bin/cvs_dump.pl && [ -x 
/usr/lib/gforge/plugins/scmcvs/bin/cvs_update.pl ] && 
/usr/lib/gforge/plugins/scmcvs/bin/cvs_update.pl

Index: postinst
===================================================================
RCS file: /cvsroot/gforge/gforge-plugin-scmcvs/debian/postinst,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- postinst    22 Jul 2004 23:12:59 -0000      1.2
+++ postinst    11 Oct 2004 14:39:39 -0000      1.3
@@ -37,7 +37,9 @@
 
        # Making user group and cvs update from database 
        /usr/lib/gforge/bin/update-user-group-cvs.sh
-       /usr/lib/gforge/plugins/scmcvs/bin/cvs_dump_update.pl
+       rm -f /var/lib/gforge/dumps/cvs_dump
+       su -s /bin/sh gforge -c /usr/lib/gforge/plugins/scmcvs/bin/cvs_dump.pl
+       /usr/lib/gforge/plugins/scmcvs/bin/cvs_update.pl
 
        # logs
        chown root:gforge /var/log/gforge/cvs





reply via email to

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