[Opendnssec-develop] [OpenDNSSEC] #240: Remove $Id tags from configuration files
OpenDNSSEC
owner-dnssec-trac at kirei.se
Wed May 18 11:32:53 UTC 2011
#240: Remove $Id tags from configuration files
------------------------------------------+---------------------------------
Reporter: Ondřej Surý <ondrej@…> | Owner: rb
Type: enhancement | Status: new
Priority: trivial | Component: Unknown
Version: trunk | Keywords:
------------------------------------------+---------------------------------
Hi,
this is more wishlist-like bug. It would make things simpler if the
installed .xml files didn't have $Id tags. The problem is that $Id tag
creates changes in the conffile even when there are no real changes.
Example diff from 1.2.1 -> 1.3.0rc2
{{{
diff --git a/conf/kasp.xml.in b/conf/kasp.xml.in
index 674cc39..68a4325 100644
--- a/conf/kasp.xml.in
+++ b/conf/kasp.xml.in
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!-- $Id: kasp.xml.in 4294 2011-01-13 19:58:29Z jakob $ -->
+<!-- $Id: kasp.xml.in 4998 2011-04-21 12:29:27Z jakob $ -->
<!--
diff --git a/conf/kasp2html.xsl b/conf/kasp2html.xsl
index 05d3e11..e24f9dc 100644
--- a/conf/kasp2html.xsl
+++ b/conf/kasp2html.xsl
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!--$Id: kasp2html.xsl 4294 2011-01-13 19:58:29Z jakob $ -->
+<!--$Id: kasp2html.xsl 4998 2011-04-21 12:29:27Z jakob $ -->
<!--
diff --git a/conf/signconf.xml.in b/conf/signconf.xml.in
index 25b1bd4..86d8510 100644
--- a/conf/signconf.xml.in
+++ b/conf/signconf.xml.in
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!-- $Id: signconf.xml.in 4294 2011-01-13 19:58:29Z jakob $ -->
+<!-- $Id: signconf.xml.in 4998 2011-04-21 12:29:27Z jakob $ -->
<SignerConfiguration>
<Zone name="opendnssec.org">
}}}
Again this is something I can handle in the package scripts, but it would
be nice to have (and all users would benefit from this).
O.
--
Ticket URL: <http://trac.opendnssec.org/ticket/240>
OpenDNSSEC <http://www.opendnssec.org/>
OpenDNSSEC
More information about the Opendnssec-develop
mailing list