summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* added option groupsChris St. Pierre2012-05-219-177/+105
|
* Fix PY3K syntax errorSol Jerome2012-05-211-1/+2
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Packages: Print more information when a source type fails to loadTim Laszlo2012-05-211-2/+2
| | | | | | | If a yum type is used on python 2.4 and simplejson is not installed, this message is the only error Packages: Unknown source type Yum
* Fix reference to COPYRIGHTSol Jerome2012-05-211-1/+1
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Bundler: Fix genshi importSol Jerome2012-05-211-2/+2
| | | | | | | | | | | | | | Wasn't properly importing genshi previously. >>> import genshi.template.base.TemplateError Traceback (most recent call last): File "<input>", line 1, in <module> ImportError: No module named TemplateError >>> import genshi.template.base >>> genshi.template.base.TemplateError <class 'genshi.template.base.TemplateError'> Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Packages: Unicode-objects must be encoded before hashingSol Jerome2012-05-212-1/+6
| | | | | | Fixes a traceback in PY3K. Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* more fixes for missing genshiChris St. Pierre2012-05-212-20/+15
|
* fixes for missing genshiChris St. Pierre2012-05-213-7/+13
|
* fixed bug in pseudo fm, deduplicated codeChris St. Pierre2012-05-213-26/+16
|
* fixed tb when genshi is not installedChris St. Pierre2012-05-211-0/+1
|
* doc: Fix build warningsSol Jerome2012-05-202-5/+5
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Options: Add vim temporary files to ignore listSol Jerome2012-05-201-3/+2
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* testsuite: Fix Option testsuite errorsSol Jerome2012-05-191-10/+13
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Update packaging with pyinotify dependencySol Jerome2012-05-192-3/+2
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Merge branch 'master' of https://github.com/dikim33/bcfg2Sol Jerome2012-05-190-0/+0
|\
| * Store group="name" rather than gid="GID" at the attribute of UnixUser.DongInn Kim2012-05-141-2/+7
| | | | | | | | | | This fixes the wrong behavior of creating the usergroup data. Thanks emias for helping me out this problem.
* | Reports: Use config file from the command lineTim Laszlo2012-05-182-1/+7
| | | | | | | | | | If a config file is specified on the command line, use it in settings.py instead of the hardcoded ones.
* | bcfg2-admin: reports command isn't printing all optionsTim Laszlo2012-05-181-2/+2
| |
* | fixed some stringification issuesChris St. Pierre2012-05-182-1/+4
| |
* | Added inotify filemonitor driverChris St. Pierre2012-05-1816-359/+449
| | | | | | | | Moved list of files to ignore into config
* | CfgLegacyInfo: Missing path attributeTim Laszlo2012-05-181-0/+4
| |
* | Allow Cfg loader to work with python 2.4Tim Laszlo2012-05-181-1/+13
| |
* | Merge branch 'YUMng_DBStats' of https://github.com/reddywhp/bcfg2Sol Jerome2012-05-171-0/+7
|\ \
| * | Adding DBStats hooks into YUMngJohn 'Skip' Reddy2012-05-171-0/+7
| | | | | | | | | | | | | | | YUMng did not have any hooks to save data via the DBStats plugin, so no statistics have been saved.
* | | Adding DB2 support for StatisticsJohn 'Skip' Reddy2012-05-171-0/+3
|/ / | | | | | | | | Adding DB2 support for Statistics, following guidance from http://code.google.com/p/ibm-db/wiki/ibm_db_django_README
* | fixed encrypted genshi/cheetah generatorsChris St. Pierre2012-05-177-36/+38
| |
* | fixed merge error with Lint.DeltasChris St. Pierre2012-05-171-0/+0
| |
* | added Cfg drivers for encrypted genshi/cheetah templatesChris St. Pierre2012-05-163-17/+71
| |
* | add_option properly adds an option to OptionParser after initial parsingChris St. Pierre2012-05-162-3/+11
| |
* | Added ability to store Cfg files with AES encryptionChris St. Pierre2012-05-153-0/+204
| |
* | merged maintChris St. Pierre2012-05-1515-31/+80
|\ \
| * | added len() to PackagesSources objectChris St. Pierre2012-05-151-0/+3
| | |
| * | use XML parser that strips whitespace to avoid xml concatenation ↵Chris St. Pierre2012-05-1511-24/+52
| | | | | | | | | | | | pretty_print issue
| * | disabling metadata implies disabling the resolverChris St. Pierre2012-05-072-2/+9
| | |
| * | check for bcfg2-yum-helper in $PATH firstChris St. Pierre2012-05-042-6/+21
| | |
* | | fixed event handling for bcfg2.confChris St. Pierre2012-05-151-1/+1
| | |
* | | Store group="name" rather than gid="GID" at the attribute of UnixUser.DongInn Kim2012-05-141-2/+7
| | | | | | | | | | | | | | | This fixes the wrong behavior of creating the usergroup data. Thanks emias for helping me out this problem.
* | | added docs for selectively disabling Cfg validationChris St. Pierre2012-05-141-7/+13
| | |
* | | fixed docs for packages.conf/rules.confChris St. Pierre2012-05-142-36/+27
| | |
* | | fixed OptionParser FAM race conditionChris St. Pierre2012-05-141-1/+5
| | |
* | | fixed bug in list_accept_choices in CfgChris St. Pierre2012-05-141-1/+1
| | |
* | | Merge branch 'master' of https://github.com/dikim33/bcfg2Sol Jerome2012-05-141-12/+34
|\ \ \ | | |/ | |/|
| * | Better approach to get /etc/group updated with the exisitng accountDongInn Kim2012-05-141-12/+34
| | | | | | | | | | | | data.
* | | Merge branch 'master' of https://github.com/dikim33/bcfg2Sol Jerome2012-05-131-0/+120
|\| |
| * | Add a script to generate accounts.xml from the existing /etc/passwd file.DongInn Kim2012-05-131-0/+120
| | |
* | | reports: Fix typoSol Jerome2012-05-131-1/+1
| | | | | | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* | | doc: Clarify group-specific file documentationSol Jerome2012-05-131-9/+9
|/ / | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* | added ability to disable Cfg file validationChris St. Pierre2012-05-113-23/+44
| |
* | moved plugin-specific configs to main config file; propagate "setup" object ↵Chris St. Pierre2012-05-1120-212/+225
| | | | | | | | to server Core
* | added short-lived caching of Packages Collection objectsChris St. Pierre2012-05-112-19/+54
| |