BIND 10 trac2934, updated. 58639475bb07feaf4755b83942a572abb2943743 [2934] add in-tree path to loadzone so the test can be more self contained.

BIND 10 source code commits bind10-changes at lists.isc.org
Mon May 20 16:28:57 UTC 2013


The branch, trac2934 has been updated
       via  58639475bb07feaf4755b83942a572abb2943743 (commit)
      from  e488b9b74d562517bf430b1de30747d575966b07 (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 58639475bb07feaf4755b83942a572abb2943743
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Mon May 20 09:20:54 2013 -0700

    [2934] add in-tree path to loadzone so the test can be more self contained.
    
    also introduced Makefile.am in tests/lettuce so setup_interface_bind10.sh
    will be auto-regenerated.

-----------------------------------------------------------------------

Summary of changes:
 configure.ac                            |    1 +
 tests/Makefile.am                       |    2 +-
 tests/lettuce/Makefile.am               |    1 +
 tests/lettuce/setup_intree_bind10.sh.in |    2 +-
 4 files changed, 4 insertions(+), 2 deletions(-)
 create mode 100644 tests/lettuce/Makefile.am
 mode change 100644 => 100755 tests/lettuce/setup_intree_bind10.sh.in

-----------------------------------------------------------------------
diff --git a/configure.ac b/configure.ac
index 7912819..a3063e2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1330,6 +1330,7 @@ AC_CONFIG_FILES([Makefile
                  tests/tools/perfdhcp/Makefile
                  tests/tools/perfdhcp/tests/Makefile
                  tests/tools/perfdhcp/tests/testdata/Makefile
+                 tests/lettuce/Makefile
                  m4macros/Makefile
                  dns++.pc
                ])
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 9f1025b..7c6de04 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -1 +1 @@
-SUBDIRS = tools
+SUBDIRS = tools lettuce
diff --git a/tests/lettuce/Makefile.am b/tests/lettuce/Makefile.am
new file mode 100644
index 0000000..82f3e3a
--- /dev/null
+++ b/tests/lettuce/Makefile.am
@@ -0,0 +1 @@
+noinst_SCRIPTS = setup_intree_bind10.sh
diff --git a/tests/lettuce/setup_intree_bind10.sh.in b/tests/lettuce/setup_intree_bind10.sh.in
old mode 100644
new mode 100755
index b8e85d4..ffe0434
--- a/tests/lettuce/setup_intree_bind10.sh.in
+++ b/tests/lettuce/setup_intree_bind10.sh.in
@@ -20,7 +20,7 @@ export PYTHON_EXEC
 
 BIND10_PATH=@abs_top_builddir@/src/bin/bind10
 
-PATH=@abs_top_builddir@/src/bin/bind10:@abs_top_builddir@/src/bin/bindctl:@abs_top_builddir@/src/bin/msgq:@abs_top_builddir@/src/bin/auth:@abs_top_builddir@/src/bin/resolver:@abs_top_builddir@/src/bin/cfgmgr:@abs_top_builddir@/src/bin/cmdctl:@abs_top_builddir@/src/bin/stats:@abs_top_builddir@/src/bin/xfrin:@abs_top_builddir@/src/bin/xfrout:@abs_top_builddir@/src/bin/zonemgr:@abs_top_builddir@/src/bin/ddns:@abs_top_builddir@/src/bin/dhcp6:@abs_top_builddir@/src/bin/sockcreator:$PATH
+PATH=@abs_top_builddir@/src/bin/bind10:@abs_top_builddir@/src/bin/bindctl:@abs_top_builddir@/src/bin/msgq:@abs_top_builddir@/src/bin/auth:@abs_top_builddir@/src/bin/resolver:@abs_top_builddir@/src/bin/cfgmgr:@abs_top_builddir@/src/bin/cmdctl:@abs_top_builddir@/src/bin/stats:@abs_top_builddir@/src/bin/xfrin:@abs_top_builddir@/src/bin/xfrout:@abs_top_builddir@/src/bin/zonemgr:@abs_top_builddir@/src/bin/ddns:@abs_top_builddir@/src/bin/dhcp6:@abs_top_builddir@/src/bin/sockcreator:@abs_top_builddir@/src/bin/loadzone:$PATH
 export PATH
 
 PYTHONPATH=@abs_top_builddir@/src/bin:@abs_top_builddir@/src/lib/python/isc/log_messages:@abs_top_builddir@/src/lib/python/isc/cc:@abs_top_builddir@/src/lib/python:@abs_top_builddir@/src/lib/dns/python/.libs:@abs_top_builddir@/src/lib/xfr/.libs:@abs_top_builddir@/src/lib/log/.libs:@abs_top_builddir@/src/lib/util/io/.libs:@abs_top_builddir@/src/lib/python/isc/config:@abs_top_builddir@/src/lib/python/isc/acl/.libs:@abs_top_builddir@/src/lib/python/isc/datasrc/.libs:$PYTHONPATH



More information about the bind10-changes mailing list