- 29 Jan, 2010 3 commits
-
-
Jeremy C. Reed authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@614 e5f2f494-b856-4b98-b285-d166d9295462
-
Jeremy C. Reed authored
can be ran from source tree. Rename bind10.py to bind10.py.in -- this is the bind10 tool. It has the python and python module path added to it. The python script will actually startup from installed directory. TODO: bind10 will run daemons from @libexecdir@ (I will commit those daemon install changes shortly). TODO: don't need special python handling. TODO: split out all functionality to a bind10 specific module git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@613 e5f2f494-b856-4b98-b285-d166d9295462
-
Jeremy C. Reed authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@612 e5f2f494-b856-4b98-b285-d166d9295462
-
- 28 Jan, 2010 27 commits
-
-
Jeremy C. Reed authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@610 e5f2f494-b856-4b98-b285-d166d9295462
-
Likun Zhang authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@609 e5f2f494-b856-4b98-b285-d166d9295462
-
Likun Zhang authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@608 e5f2f494-b856-4b98-b285-d166d9295462
-
Likun Zhang authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@607 e5f2f494-b856-4b98-b285-d166d9295462
-
Jelte Jansen authored
The reason is so that we can omit /cpp/ from #include statements, and that we can have common base names for python modules (like isc) from different directories. This extension creates, in the build directory, two directories that contain symlinks. The relevant symlinks are made one by one, as i haven't thought of a way to derive that information automatically. If we add a directory that contains stuff another part depends on, we'll need to add it here. It currently is not used by the python scripts and cpp makefiles. To do so do the following: C++: In your Makefile.am, change AM_CPPFLAGS = -I$(top_srcdir)/src/lib to AM_CPPFLAGS = -I$(top_builddir)/include and remove all /cpp parts from the relevant include statements Python: change your startup script .in file to have PYTHONPATH=@top_builddir@/pyshared instead of the paths with the /python at the end. git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@606 e5f2f494-b856-4b98-b285-d166d9295462
-
Jelte Jansen authored
rename src/lib/config/python/isc/config/CCSession.py to src/lib/config/python/isc/config/ccsession.py rename src/lib/config/python/isc/config/DataDefinition.py to src/lib/config/python/isc/config/datadefinition.py git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@604 e5f2f494-b856-4b98-b285-d166d9295462
-
Jelte Jansen authored
fixed the calls to Message module to use the lowercased module name git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@603 e5f2f494-b856-4b98-b285-d166d9295462
-
Jelte Jansen authored
rename src/lib/cc/python/ISC/CC/Message.py to src/lib/cc/python/ISC/CC/message.py git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@602 e5f2f494-b856-4b98-b285-d166d9295462
-
Jelte Jansen authored
rename parkinglot binary to b10-parkinglot git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@601 e5f2f494-b856-4b98-b285-d166d9295462
-
Jelte Jansen authored
renamed src/bin/cmd-ctrld to src/bin/cmdctl renamed src/bin/cmd-ctrld/cmd-ctrld.in to src/bin/cmdctl/b10-cmdctl.in renamed src/bin/cmd-ctrld/cmd-ctrld.py to src/bin/cmdctl/b10-cmdctl.py git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@600 e5f2f494-b856-4b98-b285-d166d9295462
-
Jelte Jansen authored
renamed src/bin/bind-cfgd to src/bin/cfgmgr moved src/lib/config/python/bind-cfgd.py to src/bin/cfgmgr/b10-cfgmgr git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@599 e5f2f494-b856-4b98-b285-d166d9295462
-
Jeremy C. Reed authored
Update AC_CONFIG_FILES. git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@598 e5f2f494-b856-4b98-b285-d166d9295462
-
Jeremy C. Reed authored
my last commit. This is incomplete because I don't commit the configure.ac changes at this time. git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@597 e5f2f494-b856-4b98-b285-d166d9295462
-
Jeremy C. Reed authored
I didn't commit the change to parent Makefile.am git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@596 e5f2f494-b856-4b98-b285-d166d9295462
-
Jeremy C. Reed authored
It isn't useful ran by itself. (This won't break bind10.py since its current wrapper only looks in src tree.) Also add a TODO comment about builtin_bench. git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@595 e5f2f494-b856-4b98-b285-d166d9295462
-
Jelte Jansen authored
linking dependencies should be on build dir, not source dir (now building in a build/ directory should work) git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@594 e5f2f494-b856-4b98-b285-d166d9295462
-
Likun Zhang authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@592 e5f2f494-b856-4b98-b285-d166d9295462
-
Likun Zhang authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@587 e5f2f494-b856-4b98-b285-d166d9295462
-
JINMEI Tatuya authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@586 e5f2f494-b856-4b98-b285-d166d9295462
-
JINMEI Tatuya authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@585 e5f2f494-b856-4b98-b285-d166d9295462
-
JINMEI Tatuya authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@584 e5f2f494-b856-4b98-b285-d166d9295462
-
JINMEI Tatuya authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@583 e5f2f494-b856-4b98-b285-d166d9295462
-
Michael Graff authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@582 e5f2f494-b856-4b98-b285-d166d9295462
-
Jelte Jansen authored
CCSession constructor now does not take a module_name argument anymore, the module name is read from the .spec file (in both python and cpp) git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@578 e5f2f494-b856-4b98-b285-d166d9295462
-
Likun Zhang authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@577 e5f2f494-b856-4b98-b285-d166d9295462
-
Jelte Jansen authored
added CCSession to Boss module removed hard-coded boss stuff from cmd-ctrld and bindctl removed a few unnecessary subscriptions from default channels git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@576 e5f2f494-b856-4b98-b285-d166d9295462
-
Likun Zhang authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@575 e5f2f494-b856-4b98-b285-d166d9295462
-
- 27 Jan, 2010 10 commits
-
-
JINMEI Tatuya authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@573 e5f2f494-b856-4b98-b285-d166d9295462
-
JINMEI Tatuya authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@571 e5f2f494-b856-4b98-b285-d166d9295462
-
Jeremy C. Reed authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@570 e5f2f494-b856-4b98-b285-d166d9295462
-
Jelte Jansen authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@569 e5f2f494-b856-4b98-b285-d166d9295462
-
Jelte Jansen authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@568 e5f2f494-b856-4b98-b285-d166d9295462
-
Jelte Jansen authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@567 e5f2f494-b856-4b98-b285-d166d9295462
-
Jelte Jansen authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@566 e5f2f494-b856-4b98-b285-d166d9295462
-
Jelte Jansen authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@565 e5f2f494-b856-4b98-b285-d166d9295462
-
JINMEI Tatuya authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@564 e5f2f494-b856-4b98-b285-d166d9295462
-
JINMEI Tatuya authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@563 e5f2f494-b856-4b98-b285-d166d9295462
-