summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/Plugins/Packages/Source.py
Commit message (Collapse)AuthorAgeFilesLines
* Packages: Fix pylint testsSol Jerome2014-05-171-2/+4
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Plugins/Packages: ability to overwrite recommended flag per packageAlexander Sulfrian2014-05-111-7/+35
|
* testsuite: fixed most pylint complaintsChris St. Pierre2013-08-091-1/+0
|
* Options: migrated plugins to new options parserChris St. Pierre2013-06-271-6/+3
|
* Merge branch 'maint'Chris St. Pierre2013-05-171-0/+4
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: doc/appendix/guides/centos.txt doc/server/plugins/grouping/metadata.txt setup.py src/lib/Bcfg2/Client/Frame.py src/lib/Bcfg2/Client/Proxy.py src/lib/Bcfg2/Server/Lint/Genshi.py src/lib/Bcfg2/Server/Lint/Validate.py src/lib/Bcfg2/Server/Plugins/Bundler.py src/lib/Bcfg2/Server/Plugins/SSHbase.py src/sbin/bcfg2-lint
| * APT: Allow specification of deb-src lines (Resolves #1148)Sol Jerome2013-05-101-0/+4
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* | Merge branch 'maint'Chris St. Pierre2013-04-241-5/+5
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/lib/Bcfg2/Client/Client.py src/lib/Bcfg2/Client/Frame.py src/lib/Bcfg2/Client/Tools/YUM.py src/lib/Bcfg2/Options.py src/lib/Bcfg2/Server/Admin/Perf.py src/lib/Bcfg2/Server/Admin/Xcmd.py src/lib/Bcfg2/Server/Admin/__init__.py src/lib/Bcfg2/Server/Core.py src/lib/Bcfg2/Server/FileMonitor/Fam.py src/lib/Bcfg2/Server/Lint/RequiredAttrs.py src/lib/Bcfg2/Server/Plugin/helpers.py src/lib/Bcfg2/Server/Plugins/Base.py src/lib/Bcfg2/Server/Plugins/Bundler.py src/lib/Bcfg2/Server/Plugins/Cfg/CfgPrivateKeyCreator.py src/lib/Bcfg2/Server/Plugins/Cvs.py src/lib/Bcfg2/Server/Plugins/Darcs.py src/lib/Bcfg2/Server/Plugins/Decisions.py src/lib/Bcfg2/Server/Plugins/FileProbes.py src/lib/Bcfg2/Server/Plugins/Fossil.py src/lib/Bcfg2/Server/Plugins/Git.py src/lib/Bcfg2/Server/Plugins/Metadata.py src/lib/Bcfg2/Server/Plugins/NagiosGen.py src/lib/Bcfg2/Server/Plugins/Packages/PackagesSources.py src/lib/Bcfg2/Server/Plugins/Packages/Source.py src/lib/Bcfg2/Server/Plugins/Packages/Yum.py src/lib/Bcfg2/Server/Plugins/Properties.py src/lib/Bcfg2/Server/Plugins/__init__.py src/lib/Bcfg2/Server/__init__.py src/sbin/bcfg2-build-reports src/sbin/bcfg2-crypt testsuite/Testsrc/Testlib/TestServer/TestPlugin/Testhelpers.py testsuite/Testsrc/Testlib/TestServer/TestPlugins/TestMetadata.py testsuite/Testsrc/Testlib/TestServer/TestPlugins/TestProperties.py
| * Packages: Read cache files using binary formatSol Jerome2013-04-111-1/+1
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
| * Packages: Write Packages cache in binary formatSol Jerome2013-04-111-1/+1
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
| * testsuite: fixed issues found by latest version of pylintChris St. Pierre2013-03-261-1/+1
| |
| * testsuite: fixed issues found by latest version of pep8Chris St. Pierre2013-03-261-2/+2
| |
| * Revert "Packages: properly implemented deepcopy() for PackagesSources objects"Chris St. Pierre2013-03-251-6/+1
| | | | | | | | This reverts commit 432f448983ff27452d82d62314d91c942f31bce5.
| * Packages: properly implemented deepcopy() for PackagesSources objectsChris St. Pierre2013-03-251-1/+6
| |
* | moved some libraries in Bcfg2/ into more specific (Server/ or Client/) placesChris St. Pierre2013-02-051-1/+2
| |
* | Merge branch '1.3.1' into 1.4.xChris St. Pierre2013-01-171-4/+3
|\ \ | | | | | | | | | | | | | | | | | | Conflicts: src/lib/Bcfg2/Server/Plugins/Packages/Collection.py src/lib/Bcfg2/Server/Plugins/Packages/PackagesSources.py src/lib/Bcfg2/Server/Plugins/Packages/__init__.py
| * | removed passing of optionparser object amongst Packages pluginChris St. Pierre2013-01-171-4/+3
| |/
* / removed magic groupsChris St. Pierre2013-01-171-33/+9
|/
* testsuite: test for exceptions raised without messagesChris St. Pierre2012-12-101-1/+1
|
* Packages: added stats trackingChris St. Pierre2012-10-101-0/+1
|
* run pylint for errors on almost everything, full runs on some selected stuffChris St. Pierre2012-09-251-4/+7
|
* Packages: deprecated magic groups, disabled by defaultChris St. Pierre2012-09-211-1/+1
|
* Packages: fixed reload on server startupChris St. Pierre2012-09-201-0/+2
|
* Packages: fixed process_files() used to process Apt and Pacman metadataChris St. Pierre2012-09-201-22/+22
|
* Packages: fixed unknown_filterChris St. Pierre2012-09-201-8/+15
|
* documented packages backendsChris St. Pierre2012-09-201-10/+11
|
* documented PackagesSourcesChris St. Pierre2012-09-201-10/+10
|
* documented Packages base classChris St. Pierre2012-09-201-4/+6
|
* Source fully documentedChris St. Pierre2012-09-201-86/+394
|
* deduplicated Packages code, more docsChris St. Pierre2012-09-201-12/+110
|
* development docs for Packages: Collection docs writtenChris St. Pierre2012-09-201-7/+4
|
* renamed Bcfg2Py3k to CompatChris St. Pierre2012-08-271-1/+1
|
* Packages: made url_map consistent across all source typesChris St. Pierre2012-08-271-2/+22
|
* fixed determination of repo name from source component nameChris St. Pierre2012-08-221-3/+2
|
* removed more calls to file()Chris St. Pierre2012-08-151-2/+2
|
* fixed repo names for sources that apply globally to all clients (#1120)Chris St. Pierre2012-07-301-2/+7
|
* merged maintChris St. Pierre2012-06-191-8/+20
|
* fixed some stringification issuesChris St. Pierre2012-05-181-0/+3
|
* moved plugin-specific configs to main config file; propagate "setup" object ↵Chris St. Pierre2012-05-111-4/+4
| | | | to server Core
* add essentialpkgs to all Source objectsChris St. Pierre2012-05-041-0/+1
|
* fixed repo name generationChris St. Pierre2012-05-041-2/+3
|
* Merge branch 'maint'Sol Jerome2012-04-191-2/+3
| | | | | | | Conflicts: src/sbin/bcfg2-info Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Packages: Add Essential packages to specification (#1084)Sol Jerome2012-04-171-0/+1
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Allow to run directly from a git checkout (#1037)Sol Jerome2012-03-241-0/+278
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>