summaryrefslogtreecommitdiffstats
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch '1.4.x'Chris St. Pierre2013-04-231-10/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: debian/bcfg2-server.install doc/server/plugins/grouping/metadata.txt src/lib/Bcfg2/Client/Client.py src/lib/Bcfg2/Client/Tools/Portage.py src/lib/Bcfg2/Client/Tools/RcUpdate.py src/lib/Bcfg2/Client/Tools/YUM24.py src/lib/Bcfg2/Client/Tools/__init__.py src/lib/Bcfg2/Client/Tools/launchd.py src/lib/Bcfg2/Options.py src/lib/Bcfg2/Server/Core.py src/lib/Bcfg2/Server/Plugin/helpers.py src/lib/Bcfg2/Server/Plugins/Metadata.py src/lib/Bcfg2/Server/models.py src/lib/Bcfg2/Utils.py src/sbin/bcfg2-info src/sbin/bcfg2-test testsuite/Testsrc/Testlib/TestClient/TestTools/Test_init.py testsuite/Testsrc/test_code_checks.py
| * Merge branch 'master' into 1.4.xChris St. Pierre2013-02-201-1/+1
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: doc/appendix/contributors.txt schemas/bundle.xsd src/lib/Bcfg2/Client/Tools/__init__.py src/lib/Bcfg2/Server/Encryption.py src/lib/Bcfg2/Server/Lint/Genshi.py src/lib/Bcfg2/Server/Plugins/Bundler.py src/lib/Bcfg2/Server/Plugins/Decisions.py src/lib/Bcfg2/Server/Plugins/TemplateHelper.py src/sbin/bcfg2-test testsuite/Testsrc/Testlib/TestClient/TestTools/TestPOSIX/Test__init.py testsuite/Testsrc/Testlib/TestClient/TestTools/TestPOSIXUsers.py testsuite/Testsrc/Testlib/TestServer/TestPlugin/Testhelpers.py testsuite/Testsrc/Testlib/TestServer/TestPlugins/TestProperties.py tools/bcfg2-profile-templates.py
| * | made genshi a requirementChris St. Pierre2013-01-221-1/+1
| | |
| * | removed deprecated plugins: TGenshi, TCheetah, Account, Hostbase, Snapshots, ↵Chris St. Pierre2013-01-171-9/+0
| | | | | | | | | | | | Statistics, Editor
* | | Version bump to 1.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>