Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bcfg2.spec: Remove unnecessary replacement | Sol Jerome | 2013-11-18 | 1 | -1/+1 |
| | | | | | | | Our cron job is smart enough to work in any libexec directory. These replacements are unnecessary. Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | Fix compatibility with Django 1.6. | Simon Ruderich | 2013-11-11 | 1 | -4/+5 |
| | |||||
* | tools: skip ignored files (e.g., .svn) in migrate_perms_to_mode (from Matt ↵ | Chris St. Pierre | 2013-11-08 | 1 | -1/+14 |
| | | | | Baker) | ||||
* | tools: fix incorrect reference to config file in migrate_configs.py (from ↵ | Chris St. Pierre | 2013-11-08 | 1 | -4/+4 |
| | | | | Matt Baker) | ||||
* | export: Add missing newlines for solaris manifests | Sol Jerome | 2013-11-06 | 1 | -2/+2 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | export: Fix pre/rc behavior for spec files | Sol Jerome | 2013-11-06 | 1 | -15/+32 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | export: Fix Release bug | Sol Jerome | 2013-11-06 | 1 | -0/+2 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | removed unused redhat specfile, export.sh | Chris St. Pierre | 2013-11-06 | 3 | -69/+1 |
| | |||||
* | posixusers_baseline.py: Handle users with nonexistent primary groups | Chris St. Pierre | 2013-09-17 | 1 | -3/+8 |
| | |||||
* | bcfg2_local.py: Fixed addresspair port | Chris St. Pierre | 2013-09-04 | 1 | -1/+4 |
| | |||||
* | tools: added git_commit.py script | Chris St. Pierre | 2013-08-14 | 2 | -1/+184 |
| | |||||
* | Core: apply FAM blocking option to all commands that start a server | Chris St. Pierre | 2013-07-09 | 2 | -2/+2 |
| | |||||
* | Revert "Core: properly handle Ctrl-C" | Sol Jerome | 2013-06-26 | 1 | -0/+15 |
| | | | | | | | | | | | | | | This reverts commit 4568c44372c99ba809826e016680da9b881bd8e8. Trying to handle ^c in the core is difficult and can break STDOUT for interactive programs that invoke the core. Signed-off-by: Sol Jerome <sol.jerome@gmail.com> Conflicts: src/lib/Bcfg2/Server/Core.py src/sbin/bcfg2-test tools/bcfg2-profile-templates.py | ||||
* | export: Update all solaris-ips versions | Sol Jerome | 2013-06-05 | 1 | -15/+30 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | Update export.py to version tag IPS manifests | Dan Foster | 2013-06-02 | 1 | -0/+9 |
| | |||||
* | Merge pull request #81 from kincl/jasons-hacking | Chris St. Pierre | 2013-05-28 | 2 | -0/+73 |
|\ | | | | | Upgrade script to move from XML to DB for Probes | ||||
| * | adding doc | Jason Kincl | 2013-05-22 | 2 | -0/+10 |
| | | |||||
| * | 1.3 Upgrade Tools: Added script to facilitate upgrading from Probe XML to ↵ | Jason Kincl | 2013-05-22 | 1 | -0/+63 |
| | | | | | | | | database backend | ||||
* | | tools: make migrate_info.py migrate "perms" ↵ | Chris St. Pierre | 2013-05-22 | 1 | -1/+5 |
|/ | | | | (http://trac.mcs.anl.gov/projects/bcfg2/ticket/1150) | ||||
* | Merge branch 'maint' of https://github.com/lukecyca/bcfg2 into maint | Sol Jerome | 2013-05-13 | 1 | -3/+0 |
|\ | |||||
| * | Removed genshi as dependency, and setup.py manipulation in tools/export.py. | Luke Cyca | 2013-05-11 | 1 | -3/+0 |
| | | |||||
* | | tools: Fix python2 syntax error | Sol Jerome | 2013-05-10 | 1 | -1/+1 |
|/ | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | tools: pylint/pep8 fixes | Sol Jerome | 2013-05-10 | 1 | -10/+9 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | POSIXUsers: allow better <MemberOf group="foo"/> syntax | Chris St. Pierre | 2013-05-07 | 1 | -2/+2 |
| | |||||
* | added remaining required Core.load_plugins() calls | Chris St. Pierre | 2013-05-07 | 1 | -1/+2 |
| | |||||
* | selinux: Don't create Bound entries for SEModules | Sol Jerome | 2013-05-04 | 1 | -1/+4 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | bcfg2-profile-templates.py: lots of improvements | Chris St. Pierre | 2013-05-01 | 1 | -35/+60 |
| | | | | | | | | calculate mean, median, and standard deviation display templates with high stdev properly calculate rendering times of templates on multiple clients better logging make number of runs per template configurable | ||||
* | tools: write all changed files when migrating perms to mode | Chris St. Pierre | 2013-04-16 | 1 | -2/+3 |
| | |||||
* | selinux: Fix selinux_baseline.py | Sol Jerome | 2013-04-04 | 1 | -1/+1 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | fix bogus bundle_quick option handling in bcfg2_local.py | Chris St. Pierre | 2013-04-02 | 1 | -1/+2 |
| | |||||
* | bcfg2_local.py: remove duplicate -Q options | Chris St. Pierre | 2013-03-28 | 1 | -0/+5 |
| | |||||
* | migrate_dbstats: Fix traceback found by jonten | Sol Jerome | 2013-03-22 | 1 | -0/+3 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | migrate_perms_to_mode.py: handle info.xml files for SSLCA | Chris St. Pierre | 2013-03-21 | 1 | -1/+1 |
| | |||||
* | migrate_perms_to_mode.py: gracefully handle unparseable XML files | Chris St. Pierre | 2013-03-20 | 1 | -2/+12 |
| | |||||
* | migrate_perms_to_mode.py: really seriously handle nested Path tags | Chris St. Pierre | 2013-03-20 | 1 | -1/+1 |
| | |||||
* | migrate_perms_to_mode.py: migrate SSHbase/info.xml | Chris St. Pierre | 2013-03-20 | 1 | -1/+1 |
| | |||||
* | export: Be more consistent with naming guidelines | Sol Jerome | 2013-03-18 | 1 | -11/+27 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | migrate_info.py: fixed import of info/:info parsing regex | Chris St. Pierre | 2013-03-15 | 1 | -2/+4 |
| | |||||
* | migrate_perms_to_mode.py: fixed migration of nested BoundPath entries in bundles | Chris St. Pierre | 2013-03-15 | 1 | -3/+1 |
| | |||||
* | Core: properly handle Ctrl-C | Chris St. Pierre | 2013-02-25 | 1 | -15/+0 |
| | |||||
* | removed obsolete accounts2.xml.py | Chris St. Pierre | 2013-02-04 | 2 | -157/+0 |
| | |||||
* | bcfg2-profile-templates.py: various improvements | Chris St. Pierre | 2013-01-29 | 1 | -60/+44 |
| | |||||
* | add old schema to migration | Tim Laszlo | 2013-01-29 | 1 | -0/+9 |
| | |||||
* | fixed return values from no-op methods in bcfg2_local.py | Chris St. Pierre | 2012-12-20 | 1 | -2/+2 |
| | |||||
* | added builtin support for creating users and groups | Chris St. Pierre | 2012-12-03 | 2 | -0/+77 |
| | |||||
* | added generate-manpages.bash to tools README | Chris St. Pierre | 2012-11-08 | 1 | -0/+3 |
| | |||||
* | man: Migrate generate-manpages.bash to sphinx | Sol Jerome | 2012-11-07 | 12 | -1609/+11 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | export.py: Add bcfg2-selinux spec file for changelog | Sol Jerome | 2012-10-30 | 1 | -1/+1 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | export.py: Fix BuildRoot for prereleases | Sol Jerome | 2012-10-30 | 1 | -0/+10 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | export.py: Add bcfg2-selinux spec file updates | Sol Jerome | 2012-10-30 | 1 | -6/+33 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> |