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

parmelan-guest at users.alioth.debian.org parmelan-guest at users.alioth.debian.org
Mon Mar 16 13:52:24 UTC 2009


Author: parmelan-guest
Date: Mon Mar 16 13:52:23 2009
New Revision: 699

URL: http://svn.debian.org/wsvn/pf-tools/?sc=1&rev=699
Log:
* conf/pf-tools.conf:
  - adjust $DEPLOY_HOST_REGEXP to include the rdeploy hosts.
* debian/control:
  - added myself as uploader, to please dch.
  - pf-host: depends: libdigest-crc-perl

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

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=699&op=diff
==============================================================================
--- branches/0.33-stable/conf/pf-tools.conf (original)
+++ branches/0.33-stable/conf/pf-tools.conf Mon Mar 16 13:52:23 2009
@@ -4,7 +4,7 @@
 $CVS_ROOT       	= "/var/lib/cvs";
 $CVS_REPOSITORY 	= $CVS_ROOT . "/repository";
 $CVS_CONFIG     	= "config";
-$DEPLOY_HOST_REGEXP	= '(deploy|cor1-spawn)' ;
+$DEPLOY_HOST_REGEXP	= '((?:\w{3}\d-r)?deploy|cor1-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=699&op=diff
==============================================================================
--- branches/0.33-stable/debian/changelog (original)
+++ branches/0.33-stable/debian/changelog Mon Mar 16 13:52:23 2009
@@ -2,7 +2,12 @@
 
   * WORK IN PROGRESS, DO NOT RELEASE!
 
-  * debian/control: added myself as uploader, to please dch.
+  * conf/pf-tools.conf:
+    - adjust $DEPLOY_HOST_REGEXP to include the rdeploy hosts.
+
+  * debian/control:
+    - added myself as uploader, to please dch.
+    - pf-host: depends: libdigest-crc-perl
 
   * lib/PFTools/Net.pm:
     - also export cmpif() and Host_class().
@@ -15,7 +20,7 @@
   * tools/kvmlaunch:
     - new script.
 
- -- Thomas Parmelan <tom+pf-tools at ankh.fr.EU.org>  Tue, 10 Mar 2009 23:49:02 +0100
+ -- Thomas Parmelan <tom+pf-tools at ankh.fr.EU.org>  Mon, 16 Mar 2009 14:41:21 +0100
 
 pf-tools (0.33.16-1) unstable; urgency=low
 

Modified: branches/0.33-stable/debian/control
URL: http://svn.debian.org/wsvn/pf-tools/branches/0.33-stable/debian/control?rev=699&op=diff
==============================================================================
--- branches/0.33-stable/debian/control (original)
+++ branches/0.33-stable/debian/control Mon Mar 16 13:52:23 2009
@@ -16,7 +16,7 @@
 
 Package: pf-host
 Architecture: all
-Depends: perl, libmd5-perl, libexpect-perl, libnetwork-ipv4addr-perl, cvs, ssh, iproute, debconf, psmisc, vlan, bridge-utils, uml-utilities, screen, pf-tools (>= 0.30-1), sitalibs-config-perl (>= 0.7.2), libnet-ip-perl
+Depends: perl, libmd5-perl, libdigest-crc-perl, libexpect-perl, libnetwork-ipv4addr-perl, cvs, ssh, iproute, debconf, psmisc, vlan, bridge-utils, uml-utilities, screen, pf-tools (>= 0.30-1), sitalibs-config-perl (>= 0.7.2), libnet-ip-perl
 Description: Outils de gestion d'une plateforme, partie host 
- Deploiement de machines virtuelles UML.
+ Deploiement de machines virtuelles.
 




More information about the pf-tools-commits mailing list