From: Thierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Date: Fri, 4 Feb 2011 13:20:54 +0000 (+0100)
Subject: Setting tag myplc-5.0-15
X-Git-Tag: myplc-5.0-15^0
X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=8e830a6745e1dd98bbfe5424886d1e1c134edeea;p=myplc.git

Setting tag myplc-5.0-15
ignore steps in db-config.d if they have a '.' or '~' in their name
---

diff --git a/myplc-docs.spec b/myplc-docs.spec
index 7c1c99e..970b0c9 100644
--- a/myplc-docs.spec
+++ b/myplc-docs.spec
@@ -1,6 +1,6 @@
 %define name myplc-docs
 %define version 5.0
-%define taglevel 14
+%define taglevel 15
 
 %define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}}
 
@@ -95,6 +95,9 @@ rm -rf $RPM_BUILD_ROOT
 /var/www/html/planetlab/doc/
 
 %changelog
+* Fri Feb 04 2011 Thierry Parmentelat <thierry.parmentelat@sophia.inria.fr> - myplc-5.0-15
+- ignore steps in db-config.d if they have a '.' or '~' in their name
+
 * Wed Jan 26 2011 Thierry Parmentelat <thierry.parmentelat@sophia.inria.fr> - myplc-5.0-14
 - can redo myplc-docs without the doc for monitor
 
diff --git a/myplc-release.spec b/myplc-release.spec
index 24b2c42..d38596d 100644
--- a/myplc-release.spec
+++ b/myplc-release.spec
@@ -1,6 +1,6 @@
 %define name myplc-release
 %define version 5.0
-%define taglevel 14
+%define taglevel 15
 
 %define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}}
 
@@ -52,6 +52,9 @@ rm -rf $RPM_BUILD_ROOT
 /etc/myplc-release
 
 %changelog
+* Fri Feb 04 2011 Thierry Parmentelat <thierry.parmentelat@sophia.inria.fr> - myplc-5.0-15
+- ignore steps in db-config.d if they have a '.' or '~' in their name
+
 * Wed Jan 26 2011 Thierry Parmentelat <thierry.parmentelat@sophia.inria.fr> - myplc-5.0-14
 - can redo myplc-docs without the doc for monitor
 
diff --git a/myplc.spec b/myplc.spec
index 37f500a..5a5b6d2 100644
--- a/myplc.spec
+++ b/myplc.spec
@@ -1,6 +1,6 @@
 %define name myplc
 %define version 5.0
-%define taglevel 14
+%define taglevel 15
 
 %define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}}
 %global python_sitearch	%( python -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)" )
@@ -248,6 +248,9 @@ fi
 
 
 %changelog
+* Fri Feb 04 2011 Thierry Parmentelat <thierry.parmentelat@sophia.inria.fr> - myplc-5.0-15
+- ignore steps in db-config.d if they have a '.' or '~' in their name
+
 * Wed Jan 26 2011 Thierry Parmentelat <thierry.parmentelat@sophia.inria.fr> - myplc-5.0-14
 - can redo myplc-docs without the doc for monitor