summaryrefslogtreecommitdiffstats
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* Removed genshi as dependency, and setup.py manipulation in tools/export.py.Luke Cyca2013-05-111-1/+0
|
* Cleaned up setup.py and added missing depsLuke Cyca2013-05-101-14/+15
|
* Version bump to 1.3.1v1.3.1Sol Jerome2013-03-211-1/+1
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Version bump to 1.3.0v1.3.0Sol Jerome2013-03-151-1/+1
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Version bump to 1.3.0rc2v1.3.0rc2Sol Jerome2013-01-291-1/+1
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Version bump to 1.3.0rc1Sol Jerome2013-01-091-1/+1
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* generate XML schema docs from XML schemas themselvesChris St. Pierre2012-12-101-108/+1
|
* Version bump to 1.3.0pre2v1.3.0pre2Sol Jerome2012-10-301-1/+1
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Reporting: Merge new reporting dataTim Laszlo2012-10-081-6/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Move reporting data to a new schema Use south for django migrations Add bcfg2-report-collector daemon Conflicts: doc/development/index.txt doc/server/plugins/connectors/properties.txt doc/server/plugins/generators/packages.txt setup.py src/lib/Bcfg2/Client/Tools/SELinux.py src/lib/Bcfg2/Compat.py src/lib/Bcfg2/Encryption.py src/lib/Bcfg2/Options.py src/lib/Bcfg2/Server/Admin/Init.py src/lib/Bcfg2/Server/Admin/Reports.py src/lib/Bcfg2/Server/BuiltinCore.py src/lib/Bcfg2/Server/Core.py src/lib/Bcfg2/Server/FileMonitor/Inotify.py src/lib/Bcfg2/Server/Plugin/base.py src/lib/Bcfg2/Server/Plugin/interfaces.py src/lib/Bcfg2/Server/Plugins/Cfg/CfgEncryptedGenerator.py src/lib/Bcfg2/Server/Plugins/FileProbes.py src/lib/Bcfg2/Server/Plugins/Ohai.py src/lib/Bcfg2/Server/Plugins/Packages/Collection.py src/lib/Bcfg2/Server/Plugins/Packages/Source.py src/lib/Bcfg2/Server/Plugins/Packages/Yum.py src/lib/Bcfg2/Server/Plugins/Packages/__init__.py src/lib/Bcfg2/Server/Plugins/Probes.py src/lib/Bcfg2/Server/Plugins/Properties.py src/lib/Bcfg2/Server/Reports/backends.py src/lib/Bcfg2/Server/Reports/manage.py src/lib/Bcfg2/Server/Reports/nisauth.py src/lib/Bcfg2/settings.py src/sbin/bcfg2-crypt src/sbin/bcfg2-yum-helper testsuite/Testsrc/Testlib/TestServer/TestPlugins/TestProbes.py testsuite/Testsrc/Testlib/TestServer/TestPlugins/TestSEModules.py
* add SchemaUpdater package to setup.pyChris St. Pierre2012-09-181-0/+1
|
* setup.py: add new Bcfg2.Server.Plugin moduleChris St. Pierre2012-09-141-0/+1
|
* setup.py: Add sqlalchemy to tests_requireSol Jerome2012-09-081-4/+4
| | | | | | This helps get us closer to a successfuly setup.py test run. Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* setup.py: Add mock to tests_require for setup.pySol Jerome2012-09-071-0/+1
| | | | | | | This allows one to run the tests without having to install the dependencies separately. Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* setup.py: Integrate tests with setuptoolsSol Jerome2012-09-071-0/+2
| | | | | | | This allows you to run the testsuite by simply doing a `python setup.py test` from the project directory. Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Version bump to 1.3.0pre1Sol Jerome2012-08-311-1/+1
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* install new POSIX, FileMonitor subpackages in setup.pyChris St. Pierre2012-08-311-0/+2
|
* fixed setup.py execfile() call for py3kChris St. Pierre2012-08-211-1/+7
|
* Version bump to 1.2.3Sol Jerome2012-08-151-0/+1
| | | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> Conflicts: misc/bcfg2.spec setup.py
* added feature to allow clients to declare their version to serverChris St. Pierre2012-07-111-1/+2
|
* modularized CfgChris St. Pierre2012-05-081-0/+1
|
* Update package_dir to fix the pip install -e bugCalvin Cheng2012-05-071-1/+1
|\
| * Try modifying package_dir againCalvin Cheng2012-05-071-1/+1
| |
| * Try modifying package_dir againCalvin Cheng2012-05-071-1/+1
| |
| * revertCalvin Cheng2012-05-071-0/+1
| |
| * what if we remove package_dir?Calvin Cheng2012-05-071-1/+0
| |
| * Trying my luck with package_dirCalvin Cheng2012-05-071-1/+1
| |
| * Revert back to the original src/lib/Bcfg2 pathCalvin Cheng2012-05-071-1/+1
| |
| * Edit package_dir in setup.py so worksCalvin Cheng2012-05-071-1/+1
|/
* bcfg2-test requires noseChris St. Pierre2012-04-131-1/+1
|
* setup.py: build_sphinx works without changing cmdclassSol Jerome2012-04-041-6/+0
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* setup.py: PEP8 fixesSol Jerome2012-04-041-34/+36
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Remove fprint in favor of cleaner setup.pySol Jerome2012-04-041-4/+0
| | | | | | | We only used the new fancy file printing function in one place, but it caused massive ugliness in setup.py. Easier to use file.write() for now. Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Allow to run directly from a git checkout (#1037)Sol Jerome2012-03-241-5/+5
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Fix build errorsSol Jerome2012-03-241-3/+11
| | | | | | | We only need M2Crypto when using python 2.5 or less. Other versions include python ssl. Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Version bump to 1.2.2v1.2.2Sol Jerome2012-03-171-1/+1
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Version bump to 1.2.1v1.2.1Sol Jerome2012-01-271-1/+1
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Remove ssl as a requirement.Raul Cuza2011-12-241-1/+0
| | | | | | | Need a more sophisticated way to handle earlier python versions needs for ssl and other extension built into later python versions.
* Correct bracket in install_requires.Raul Cuza2011-12-241-2/+3
|
* Add two more requirements.Raul Cuza2011-12-241-1/+3
|
* Bumped version to 1.2.1 alpha 1.Raul Cuza2011-12-241-1/+1
| | | | | All work post v1.2.0 tag needs to be versioned greater than v1.2.0. Following PEP 386.
* Revert "Add additional requirements to install_requires."Raul Cuza2011-12-091-3/+1
| | | | This reverts commit 2b47b3721a0abe73908a49288f9ec28d65a1b872.
* Add additional requirements to install_requires.Raul Cuza2011-12-091-1/+3
| | | | | * libxml2 * libxslt
* Switch from distutils to setuptoolsRaul Cuza2011-12-091-2/+2
|
* Add install_requires lxml.Raul Cuza2011-12-091-0/+1
|
* Version bump to 1.2.0v1.2.0Sol Jerome2011-12-071-1/+1
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Version bump to 1.2.0rc2v1.2.0rc2Sol Jerome2011-10-281-1/+1
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* * Added support for yum libraries (if available and configured). ThisChris St. Pierre2011-10-071-0/+1
| | | | | | | | | | | | | | | | | | can dramatically reduce memory usage, and fixed several bugs: * #1014 (Package plugin can't resolve dependencies for rpms with Require: tags for full paths that aren't Provided explicitly) * #991 (Dependency Resolution difference between Package and yum) * #996 (Packages high memory usage) * Added support for Yum package groups when using yum libraries (#1039) * Fixed #911 (bcfg2 output for wrong package version with Packages is misleading) * YUMng turns down the Yum debug level itself depending on the debug/verbosity level requested by bcfg2 so you don't have to reduce the Yum debug level on a global basis * Added support for Pulp repositories, including registering Pulp consumers and binding to repositories * Added ability to disable magic OS groups
* Version bump to 1.2.0rc1v1.2.0rc1Sol Jerome2011-09-011-1/+1
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Version bump to 1.2.0pre3v1.2.0pre3Sol Jerome2011-06-181-1/+1
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* setup: Don't include py3 libs in py2 setupsSol Jerome2011-05-111-1/+7
| | | | | | | | | Including the python3 libraries when running distutils on python2 leads to syntax errors. Since the libraries are only imported conditionally, it is safe to exclude these libraries completely on setups where they are not needed. Signed-off-by: Sol Jerome <sol.jerome@gmail.com>