BIND 10 trac2108_3, updated. eb66b3c19f083d918a536b422376217851896d0f [2108] Sort zone files in Makefile.am
BIND 10 source code commits
bind10-changes at lists.isc.org
Mon Sep 10 05:39:34 UTC 2012
The branch, trac2108_3 has been updated
via eb66b3c19f083d918a536b422376217851896d0f (commit)
from 5bd8df4b94383665c2c6de44436b3eeedae7f2d4 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit eb66b3c19f083d918a536b422376217851896d0f
Author: Mukund Sivaraman <muks at isc.org>
Date: Mon Sep 10 11:09:21 2012 +0530
[2108] Sort zone files in Makefile.am
-----------------------------------------------------------------------
Summary of changes:
src/lib/datasrc/memory/tests/testdata/Makefile.am | 31 +++++++++++----------
1 file changed, 16 insertions(+), 15 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/lib/datasrc/memory/tests/testdata/Makefile.am b/src/lib/datasrc/memory/tests/testdata/Makefile.am
index 17fb97a..9fb9986 100644
--- a/src/lib/datasrc/memory/tests/testdata/Makefile.am
+++ b/src/lib/datasrc/memory/tests/testdata/Makefile.am
@@ -3,29 +3,30 @@ CLEANFILES = *.copied
EXTRA_DIST = empty.zone
EXTRA_DIST += example.org.zone
EXTRA_DIST += example.org-empty.zone
-EXTRA_DIST += example.org-multiple.zone
+
EXTRA_DIST += example.org-broken1.zone
EXTRA_DIST += example.org-broken2.zone
-EXTRA_DIST += example.org-rrsig-follows-nothing.zone
-EXTRA_DIST += example.org-rrsig-name-unmatched.zone
-EXTRA_DIST += example.org-rrsig-type-unmatched.zone
-EXTRA_DIST += example.org-rrsigs.zone
-EXTRA_DIST += example.org-duplicate-type.zone
+EXTRA_DIST += example.org-cname-and-not-nsec-1.zone
+EXTRA_DIST += example.org-cname-and-not-nsec-2.zone
+EXTRA_DIST += example.org-dname-ns-apex-1.zone
+EXTRA_DIST += example.org-dname-ns-apex-2.zone
+EXTRA_DIST += example.org-dname-ns-nonapex-1.zone
+EXTRA_DIST += example.org-dname-ns-nonapex-2.zone
EXTRA_DIST += example.org-duplicate-type-bad.zone
+EXTRA_DIST += example.org-duplicate-type.zone
EXTRA_DIST += example.org-multiple-cname.zone
EXTRA_DIST += example.org-multiple-dname.zone
EXTRA_DIST += example.org-multiple-nsec3.zone
EXTRA_DIST += example.org-multiple-nsec3param.zone
-EXTRA_DIST += example.org-nsec3-signed.zone
+EXTRA_DIST += example.org-multiple.zone
+EXTRA_DIST += example.org-nsec3-fewer-labels.zone example.org-nsec3-more-labels.zone
EXTRA_DIST += example.org-nsec3-signed-no-param.zone
+EXTRA_DIST += example.org-nsec3-signed.zone
EXTRA_DIST += example.org-out-of-zone.zone
-EXTRA_DIST += example.org-wildcard-ns.zone
+EXTRA_DIST += example.org-rrsig-follows-nothing.zone
+EXTRA_DIST += example.org-rrsig-name-unmatched.zone
+EXTRA_DIST += example.org-rrsig-type-unmatched.zone
+EXTRA_DIST += example.org-rrsigs.zone
EXTRA_DIST += example.org-wildcard-dname.zone
+EXTRA_DIST += example.org-wildcard-ns.zone
EXTRA_DIST += example.org-wildcard-nsec3.zone
-EXTRA_DIST += example.org-nsec3-fewer-labels.zone example.org-nsec3-more-labels.zone
-EXTRA_DIST += example.org-cname-and-not-nsec-1.zone
-EXTRA_DIST += example.org-cname-and-not-nsec-2.zone
-EXTRA_DIST += example.org-dname-ns-nonapex-1.zone
-EXTRA_DIST += example.org-dname-ns-nonapex-2.zone
-EXTRA_DIST += example.org-dname-ns-apex-1.zone
-EXTRA_DIST += example.org-dname-ns-apex-2.zone
More information about the bind10-changes
mailing list