pf-tools commit: r783 [ccaillet-guest] - in /branches/0.33-stable: debian/changelog lib/PFTools/Update.pm

parmelan-guest at users.alioth.debian.org parmelan-guest at users.alioth.debian.org
Mon Jul 26 09:14:13 UTC 2010


Author: ccaillet-guest
Date: Mon Jul 26 09:14:11 2010
New Revision: 783

URL: http://svn.debian.org/wsvn/pf-tools/?sc=1&rev=783
Log:
* lib/PFTools/Update.pm
  - FIX: use our instead of my definition var for CVS definition. These
  vars are defined into pf-tools.conf file

Modified:
    branches/0.33-stable/debian/changelog
    branches/0.33-stable/lib/PFTools/Update.pm

Modified: branches/0.33-stable/debian/changelog
URL: http://svn.debian.org/wsvn/pf-tools/branches/0.33-stable/debian/changelog?rev=783&op=diff
==============================================================================
--- branches/0.33-stable/debian/changelog (original)
+++ branches/0.33-stable/debian/changelog Mon Jul 26 09:14:11 2010
@@ -1,11 +1,17 @@
 pf-tools (0.33.21-0~WIP) unstable; urgency=low
 
+  [ Thomas Parmelan ]
   * WORK IN PROGRESS, DO NOT RELEASE!!
 
   * conf/pf-tools.conf:
     - $DEPLOY_HOST_REGEXP: match \w{3}\d-spawn instead of "only" cor1-spawn.
 
- -- Thomas Parmelan <tom+pf-tools at ankh.fr.EU.org>  Mon, 28 Jun 2010 10:03:41 +0200
+  [ Christophe Caillet ]
+  * lib/PFTools/Update.pm
+    - FIX: use our instead of my definition var for CVS definition. These
+    vars are defined into pf-tools.conf file
+
+ -- Christophe Caillet <quadchris at free.fr>  Mon, 26 Jul 2010 11:10:06 +0200
 
 pf-tools (0.33.20-1) unstable; urgency=low
 

Modified: branches/0.33-stable/lib/PFTools/Update.pm
URL: http://svn.debian.org/wsvn/pf-tools/branches/0.33-stable/lib/PFTools/Update.pm?rev=783&op=diff
==============================================================================
--- branches/0.33-stable/lib/PFTools/Update.pm (original)
+++ branches/0.33-stable/lib/PFTools/Update.pm Mon Jul 26 09:14:11 2010
@@ -86,16 +86,16 @@
 #$PKGLIST         = "/var/lib/apt/lists";
 
 # Conf Par Defaut
-my $PF_STATUS_DIR = "/var/lib/pftools";
-
-my $CVS_USER       = "cvsguest";
-my $CVS_RSH        = "/usr/local/sbin/cvs_rsh";
-my $CVS_SERVER     = "cvs.private";
-my $CVS_ROOT       = "/var/lib/cvs";
-my $CVS_REPOSITORY = $CVS_ROOT . "/repository";
-my $CVS_CONFIG     = "config";
+our $PF_STATUS_DIR = "/var/lib/pftools";
+
+our $CVS_USER       = "cvsguest";
+our $CVS_RSH        = "/usr/local/sbin/cvs_rsh";
+our $CVS_SERVER     = "cvs.private";
+our $CVS_ROOT       = "/var/lib/cvs";
+our $CVS_REPOSITORY = $CVS_ROOT . "/repository";
+our $CVS_CONFIG     = "config";
 our $CVS_COMMAND;
-my $CVS_BRANCHE;
+our $CVS_BRANCHE;
 
 # End Conf Par Defaut!
 




More information about the pf-tools-commits mailing list