Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bcfg2-admin: set appropriate return values on error | Chris St. Pierre | 2013-06-03 | 1 | -2/+2 |
| | |||||
* | Revert "bcfg2-admin: set appropriate return values on error" | Chris St. Pierre | 2013-06-03 | 1 | -2/+2 |
| | | | | | | This reverts commit dae8f399151052fd2a0ce43ac61a56f399a28252. Splitting this into two commits. | ||||
* | bcfg2-admin: set appropriate return values on error | Chris St. Pierre | 2013-06-03 | 1 | -2/+2 |
| | |||||
* | added PEP-8 style checks to test suite | Chris St. Pierre | 2013-03-11 | 1 | -0/+1 |
| | |||||
* | expanded pylint coverage to Admin modes, removed some old/broken admin modes | Chris St. Pierre | 2012-10-17 | 1 | -15/+16 |
| | |||||
* | renamed Bcfg2Py3k to Compat | Chris St. Pierre | 2012-08-27 | 1 | -1/+1 |
| | |||||
* | bcfg2-admin: Make help message consistent | Sol Jerome | 2012-08-18 | 1 | -2/+7 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | made logging to syslog configurable and default for all logging | Chris St. Pierre | 2012-08-15 | 1 | -1/+2 |
| | |||||
* | fixed option alignment issues | Chris St. Pierre | 2012-06-15 | 1 | -1/+0 |
| | |||||
* | bcfg2-admin: Logging broken for reports | Tim Laszlo | 2012-05-23 | 1 | -3/+7 |
| | |||||
* | fixed option group stuff | Chris St. Pierre | 2012-05-21 | 1 | -2/+2 |
| | |||||
* | added option groups | Chris St. Pierre | 2012-05-21 | 1 | -12/+3 |
| | |||||
* | Added inotify filemonitor driver | Chris St. Pierre | 2012-05-18 | 1 | -0/+1 |
| | | | | Moved list of files to ignore into config | ||||
* | moved plugin-specific configs to main config file; propagate "setup" object ↵ | Chris St. Pierre | 2012-05-11 | 1 | -2/+1 |
| | | | | to server Core | ||||
* | bcfg2-admin: Remove duplicate 'Usage' | Sol Jerome | 2012-04-02 | 1 | -2/+1 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | made bcfg2-admin accept -Q flag and a few others; general code cleanup | Chris St. Pierre | 2012-01-26 | 1 | -1/+7 |
| | |||||
* | suppress error message from bcfg2-admin Reports module if Reports not ↵ | Chris St. Pierre | 2012-01-26 | 1 | -3/+2 |
| | | | | configured (#1056) | ||||
* | consistent help messages from bcfg2-admin/bcfg2-info (bug #1033) | Chris St. Pierre | 2012-01-10 | 1 | -2/+4 |
| | |||||
* | bcfg2-admin: Fix conditional for help message | Sol Jerome | 2011-09-10 | 1 | -1/+1 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | bcfg2-admin: Fix modes which don't require additional arguments | Sol Jerome | 2011-09-10 | 1 | -1/+1 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | bcfg2-admin: Revert some changes that are not py3k compatible | Sol Jerome | 2011-07-21 | 1 | -2/+3 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | Miscellaneous bcfg2-admin bug fixes: | Chris St. Pierre | 2011-07-21 | 1 | -27/+28 |
| | | | | | | * Fixed mode argument parsing when a config file is supplied * Fixed loading help messages when Reports is not configured * Improved option parsing; used Bcfg2.Options.OptionParser | ||||
* | bcfg2-admin: Fix traceback when help argument omitted | Sol Jerome | 2011-06-29 | 1 | -0/+3 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | src/sbin: Add full PY3K compatibility | Sol Jerome | 2011-04-27 | 1 | -4/+6 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | bcfg2-admin: Fix multiple errors | Sol Jerome | 2011-01-10 | 1 | -1/+4 |
| | | | | | | | | * Handle keyboard interrupts (fixes a traceback) * Fix default plugin list (missing punctuation) * Various PEP8 fixes Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | bcfg2-admin: explicitly shutdown the core at exit. fixes thread hangs. | Tim Laszlo | 2010-10-07 | 1 | -0/+2 |
| | | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@6084 ce84e21b-d406-0410-9b95-82705330c041 | ||||
* | Updated files to match PEP 257 | Fabian Affolter | 2010-06-21 | 1 | -2/+2 |
| | | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5952 ce84e21b-d406-0410-9b95-82705330c041 | ||||
* | Updated files to match PEP 257 | Fabian Affolter | 2010-06-07 | 1 | -3/+3 |
| | | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5895 ce84e21b-d406-0410-9b95-82705330c041 | ||||
* | Pylint/PEP 8 Code cleanups | Sol Jerome | 2009-10-07 | 1 | -3/+5 |
| | | | | | | Signed-off-by: Sol Jerome <solj@ices.utexas.edu> git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5477 ce84e21b-d406-0410-9b95-82705330c041 | ||||
* | Merged bcfg2-admin init fixes in from my branch. | Kamil Kisiel | 2009-07-18 | 1 | -33/+41 |
| | | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5362 ce84e21b-d406-0410-9b95-82705330c041 | ||||
* | bcfg2-admin: Fix typo | Sol Jerome | 2009-07-13 | 1 | -1/+1 |
| | | | | | | Signed-off-by: Sol Jerome <solj@ices.utexas.edu> git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5323 ce84e21b-d406-0410-9b95-82705330c041 | ||||
* | Handle import errors in the help path (Resolves Ticket #653) | Narayan Desai | 2009-05-07 | 1 | -2/+5 |
| | | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5210 ce84e21b-d406-0410-9b95-82705330c041 | ||||
* | More python 2to3 updates along with pylint/code cleanups | Sol Jerome | 2009-04-23 | 1 | -4/+8 |
| | | | | | | Signed-off-by: Sol Jerome <solj@ices.utexas.edu> git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5173 ce84e21b-d406-0410-9b95-82705330c041 | ||||
* | Fix some simple python 2to3 changes | Sol Jerome | 2009-04-23 | 1 | -5/+5 |
| | | | | | | Signed-off-by: Sol Jerome <solj@ices.utexas.edu> git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5170 ce84e21b-d406-0410-9b95-82705330c041 | ||||
* | Add bcfg2-admin option information to help message (reported by Gabe Turner) ↵ | Sol Jerome | 2008-11-26 | 1 | -3/+7 |
| | | | | | | [bugfix] git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@4988 ce84e21b-d406-0410-9b95-82705330c041 | ||||
* | Use print instead of sys.out.write | Sol Jerome | 2008-09-14 | 1 | -3/+3 |
| | | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@4913 ce84e21b-d406-0410-9b95-82705330c041 | ||||
* | Improve help messages for bcfg2-admin (and modes) | Sol Jerome | 2008-09-12 | 1 | -6/+6 |
| | | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@4910 ce84e21b-d406-0410-9b95-82705330c041 | ||||
* | bcfg2-admin: Turn down logging verbosity | Narayan Desai | 2008-08-06 | 1 | -1/+1 |
| | | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@4859 ce84e21b-d406-0410-9b95-82705330c041 | ||||
* | applied logging->logger patch | James Yang | 2008-08-05 | 1 | -2/+2 |
| | | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@4852 ce84e21b-d406-0410-9b95-82705330c041 | ||||
* | Probe data loaded whenever Metadata plugin is used | Andrew Brestick | 2008-06-20 | 1 | -5/+3 |
| | | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@4702 ce84e21b-d406-0410-9b95-82705330c041 | ||||
* | fix imports and variable shadowing in bcfg2-admin | Narayan Desai | 2008-01-08 | 1 | -4/+4 |
| | | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@4202 ce84e21b-d406-0410-9b95-82705330c041 | ||||
* | Switch over to more Options usage and complete tests (everything appears to ↵ | Narayan Desai | 2007-12-31 | 1 | -7/+3 |
| | | | | | | work now) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@4142 ce84e21b-d406-0410-9b95-82705330c041 | ||||
* | add SENDMAIL_PATH | Robert Gogolok | 2007-12-30 | 1 | -2/+1 |
| | | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@4137 ce84e21b-d406-0410-9b95-82705330c041 | ||||
* | bcfg2-admin: use Bcfg2.Settings | Robert Gogolok | 2007-12-30 | 1 | -1/+6 |
| | | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@4133 ce84e21b-d406-0410-9b95-82705330c041 | ||||
* | remove redundant code | Robert Gogolok | 2007-12-30 | 1 | -2/+1 |
| | | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@4130 ce84e21b-d406-0410-9b95-82705330c041 | ||||
* | bcfg2-admin: print usage if no arguments | Robert Gogolok | 2007-12-29 | 1 | -3/+2 |
| | | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@4129 ce84e21b-d406-0410-9b95-82705330c041 | ||||
* | Refactor of bcfg2-admin (all modes moved to discrete modules in ↵ | Narayan Desai | 2007-12-29 | 1 | -612/+31 |
| | | | | | | Bcfg2.Server.Admin git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@4125 ce84e21b-d406-0410-9b95-82705330c041 | ||||
* | Remove all vestiges of server-side toolset, it hasn't been used since 0.8.5 ↵ | Narayan Desai | 2007-12-28 | 1 | -8/+8 |
| | | | | | | (Resolves Ticket #455) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@4121 ce84e21b-d406-0410-9b95-82705330c041 | ||||
* | don't crash if no permission to write config file | Robert Gogolok | 2007-12-24 | 1 | -1/+4 |
| | | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@4109 ce84e21b-d406-0410-9b95-82705330c041 | ||||
* | Stop installing Svcmgr bits and include new reporting bits for bcfg2.conf ↵ | Narayan Desai | 2007-11-08 | 1 | -2/+17 |
| | | | | | | (in bcfg2-admin init) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@3941 ce84e21b-d406-0410-9b95-82705330c041 |