pf-tools commit: r764 [parmelan-guest] - in /branches/0.33-stable: conf/pf-tools.conf debian/changelog

parmelan-guest at users.alioth.debian.org parmelan-guest at users.alioth.debian.org
Mon Jun 28 08:06:45 UTC 2010


Author: parmelan-guest
Date: Mon Jun 28 08:06:40 2010
New Revision: 764

URL: http://svn.debian.org/wsvn/pf-tools/?sc=1&rev=764
Log:
* WORK IN PROGRESS, DO NOT RELEASE!!
* conf/pf-tools.conf:
  - $DEPLOY_HOST_REGEXP: match \w{3}\d-spawn instead of "only" cor1-spawn.

Modified:
    branches/0.33-stable/conf/pf-tools.conf
    branches/0.33-stable/debian/changelog

Modified: branches/0.33-stable/conf/pf-tools.conf
URL: http://svn.debian.org/wsvn/pf-tools/branches/0.33-stable/conf/pf-tools.conf?rev=764&op=diff
==============================================================================
--- branches/0.33-stable/conf/pf-tools.conf (original)
+++ branches/0.33-stable/conf/pf-tools.conf Mon Jun 28 08:06:40 2010
@@ -4,7 +4,7 @@
 $CVS_ROOT       	= "/var/lib/cvs";
 $CVS_REPOSITORY 	= $CVS_ROOT . "/repository";
 $CVS_CONFIG     	= "config";
-$DEPLOY_HOST_REGEXP	= '((?:\w{3}\d-r)?deploy|cor1-spawn)';
+$DEPLOY_HOST_REGEXP	= '((?:\w{3}\d-r)?deploy|\w{3}\d-spawn)';
 
 if ( $PFTools::Conf::SUBST{'HOSTNAME'} =~ /^$DEPLOY_HOST_REGEXP\d+/ ) {
     $CVS_COMMAND =

Modified: branches/0.33-stable/debian/changelog
URL: http://svn.debian.org/wsvn/pf-tools/branches/0.33-stable/debian/changelog?rev=764&op=diff
==============================================================================
--- branches/0.33-stable/debian/changelog (original)
+++ branches/0.33-stable/debian/changelog Mon Jun 28 08:06:40 2010
@@ -1,3 +1,12 @@
+pf-tools (0.33.21-0~WIP) unstable; urgency=low
+
+  * 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
+
 pf-tools (0.33.20-1) unstable; urgency=low
 
   [ Christophe Caillet ]




More information about the pf-tools-commits mailing list