- 31 Aug, 2012 1 commit
-
-
Jeremy C. Reed authored
Use "make maintainer-clean" instead of "make distclean" to remove the manpages. This fixes problem where enduser using tarball does a "make clean" and loses the maintainer-tarball-provided manpages.
-
- 03 Aug, 2012 2 commits
-
-
Mukund Sivaraman authored
This is usually $prefix/var/bind10-devel/. We set mode to 2770 oct.
-
Jeremy C. Reed authored
-
- 02 Aug, 2012 2 commits
-
-
Jeremy C. Reed authored
-
Mukund Sivaraman authored
-
- 01 Aug, 2012 2 commits
-
-
Michal 'vorner' Vaner authored
Include the default sqlite3 database as well. This is easier than documenting everything and it would just work.
-
Michal 'vorner' Vaner authored
The warning would be provoked by checking a MasterFiles type data source. The client list skips it, because cache is disabled, and it complains it won't be able to serve. That is not a problem while checking configuration, so the zones are stolen from it.
-
- 31 Jul, 2012 1 commit
-
-
Michal 'vorner' Vaner authored
The exception about invalid RR class is not very helpful, so provide a better one.
-
- 28 Jul, 2012 4 commits
-
-
Michal 'vorner' Vaner authored
They are skipped in the ClientList, so not checked at all.
-
Michal 'vorner' Vaner authored
A small bugfix in the validation is included. There's no test for it directly - it is tested implicitly in the plugin test, but I wasn't able to reproduce it on small test spec files. If we weren't planning for replacement of the whole thing, it would need some investigation.
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
-
- 22 Jul, 2012 1 commit
-
-
Jelte Jansen authored
as opposed to searching the import path; this gives us more flexibility over cfgmgr plugin names, and makes sure they don't conflict with actual modules.
-
- 12 Jul, 2012 2 commits
-
-
Michal 'vorner' Vaner authored
A file was not cleaned.
-
Michal 'vorner' Vaner authored
It caused some naming collisions and the system tests failed because of this. This is a workaround, the real solution needs to be done anyway.
-
- 04 Jul, 2012 1 commit
-
-
Michal 'vorner' Vaner authored
So users don't have to set it up, but they can disable it if they want.
-
- 30 Jun, 2012 2 commits
-
-
Michal 'vorner' Vaner authored
The cache-enable and cache-zones options are now in the datasrc spec file.
-
Michal 'vorner' Vaner authored
The file was written previously and not committed to git. Fixing.
-
- 20 Jun, 2012 2 commits
-
-
Jeremy C. Reed authored
-
Jeremy C. Reed authored
also some minor formatting
-
- 18 Jun, 2012 1 commit
-
-
Michal 'vorner' Vaner authored
-
- 31 May, 2012 1 commit
-
-
Jeremy C. Reed authored
This was noticed when I tried to commit some merged code. My git hook noticed the whitespace issues.
-
- 30 May, 2012 1 commit
-
-
Mukund Sivaraman authored
-
- 16 May, 2012 2 commits
-
-
Jeremy C. Reed authored
catch up for docbook file's changes
-
Jeremy C. Reed authored
reviewed by jelte
-
- 03 May, 2012 1 commit
-
-
Jelte Jansen authored
Depending on whether config_file is specified, use either the builtin default or os.getcwd() for the data path (so that you can use relative config file names. If an absolute config file is given, data path is ignored). Also added an info log message specifying which file cfgmgr ends up using.
-
- 29 Mar, 2012 2 commits
-
-
Jeremy C. Reed authored
This reverts commit 6a9dbeff. Most builder systems use Python 3.1. This verbosity feature was added in Python 3.2.
-
Mukund Sivaraman authored
-
- 22 Mar, 2012 1 commit
-
-
Jelte Jansen authored
- if self.clear_config is None was wrong, should just be if self.clear_config - 'back up' should have been 'create backup of' - default value for unused parameter rename_config_file in b10-cfgmgr_test.py.in MyConfigManager should have been False, not None - reordered message file
-
- 21 Mar, 2012 1 commit
-
-
Jelte Jansen authored
also extend log message a bit
-
- 09 Mar, 2012 1 commit
-
-
Mukund Sivaraman authored
-
- 16 Feb, 2012 1 commit
-
-
Jeremy C. Reed authored
Later steps will make sure these are generated for "make dist" to be included in tarball.
-
- 12 Dec, 2011 1 commit
-
-
Stephen Morris authored
By default, the logging layer should now flush after each message.
-
- 12 Oct, 2011 1 commit
-
-
Jeremy C. Reed authored
Use python_PYTHON for the python scripts. This results in installing byte compiled version. Removed files from EXTRA_DIST as they are now in dist by default. Added CLEANFILES to clean up .pyc in build directory. Note that I am keeping the installation directory the same.
-
- 27 Sep, 2011 1 commit
-
-
Jelte Jansen authored
-
- 14 Sep, 2011 1 commit
-
-
JINMEI Tatuya authored
test's Makefile.am (usual MacOS nit); made sure PY_SSIZE_T_CLEAN is defined when 'y#' is used with PyArg_ParseTuple. For the latter, see http://docs.python.org/py3k/c-api/arg.html#strings-and-buffers
-
- 09 Sep, 2011 1 commit
-
-
JINMEI Tatuya authored
for python logging message scripts.
-
- 25 Aug, 2011 1 commit
-
-
Michal 'vorner' Vaner authored
When they are regenerated by make (not during initial configure run), they were not set executable, which was useless. This way they are set executable twice during the initial configure-make-make check, but at last it works.
-
- 24 Aug, 2011 1 commit
-
-
Michal 'vorner' Vaner authored
Instead of EXTRA_DIST, this allows make to regenerate them on .in change.
-
- 28 Jun, 2011 1 commit
-
-
Jelte Jansen authored
-