summaryrefslogtreecommitdiffstats
path: root/src/lib/Client/Redhat.py
Commit message (Collapse)AuthorAgeFilesLines
* Merge of the client/refactor branch (revisions r2218-r2400)Narayan Desai2006-10-061-172/+0
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2401 ce84e21b-d406-0410-9b95-82705330c041
* Fix importNarayan Desai2006-09-291-1/+1
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2343 ce84e21b-d406-0410-9b95-82705330c041
* Fix RPM.Refresh when rpm is already in use (Resolves Ticket #134)Narayan Desai2006-09-291-2/+7
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2342 ce84e21b-d406-0410-9b95-82705330c041
* Add --allmatches to rpm -e calls (Resolves Ticket #86)Narayan Desai2006-08-151-1/+1
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2069 ce84e21b-d406-0410-9b95-82705330c041
* Change extra entries messages to be less scaryNarayan Desai2006-07-281-2/+2
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2011 ce84e21b-d406-0410-9b95-82705330c041
* Skip checksum verification for multiarch packagesNarayan Desai2006-07-201-1/+1
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1976 ce84e21b-d406-0410-9b95-82705330c041
* Fix multiarch package verificationNarayan Desai2006-07-191-1/+1
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1971 ce84e21b-d406-0410-9b95-82705330c041
* Two bugfixes from Ti's bugreportsNarayan Desai2006-07-101-1/+1
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1920 ce84e21b-d406-0410-9b95-82705330c041
* Patch to suppress mtime verify failures (from Jason Pepas)Narayan Desai2006-07-051-1/+5
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1909 ce84e21b-d406-0410-9b95-82705330c041
* Implement multiarch support (resolves Ticket #52)Narayan Desai2006-06-301-0/+13
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1908 ce84e21b-d406-0410-9b95-82705330c041
* change to current_exists in case where entries are not installedNarayan Desai2006-06-301-1/+1
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1907 ce84e21b-d406-0410-9b95-82705330c041
* * Add specific info reporting code for Extra elements Narayan Desai2006-06-291-4/+15
| | | | | | | | * Add data collection for redhat toolset (rpm/chkconfig) * Add data collection for debian toolset (apt/glob) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1904 ce84e21b-d406-0410-9b95-82705330c041
* * Pylint cleanupsNarayan Desai2006-05-021-0/+2
| | | | | | | * Add more debug level logging for install runs git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1858 ce84e21b-d406-0410-9b95-82705330c041
* Fix potential toolset failureNarayan Desai2006-04-191-1/+4
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1845 ce84e21b-d406-0410-9b95-82705330c041
* * Fix rh service verification for cases where the service is not yet ↵Narayan Desai2006-03-291-1/+1
| | | | | | installed (Fixed ticket #38) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1814 ce84e21b-d406-0410-9b95-82705330c041
* Fix up logging in dryrun modeNarayan Desai2006-03-011-2/+3
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1785 ce84e21b-d406-0410-9b95-82705330c041
* Whitespace changes in Logging.pyNarayan Desai2006-03-011-2/+1
| | | | | | | Fix saferun usage for pkg index building in Redhat.py git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1783 ce84e21b-d406-0410-9b95-82705330c041
* Switch more client toolsets over to the new logging infrastructureNarayan Desai2006-02-281-18/+14
| | | | | | | Depricate os.system and os.popen in favor of Toolset.saferun git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1778 ce84e21b-d406-0410-9b95-82705330c041
* Update to new logging infrastructureNarayan Desai2006-02-211-12/+15
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1760 ce84e21b-d406-0410-9b95-82705330c041
* Fix relative imports and improve verbosityNarayan Desai2006-02-171-0/+1
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1744 ce84e21b-d406-0410-9b95-82705330c041
* Fix erroneous report of extra configuration entities after they have been ↵Narayan Desai2006-02-021-0/+1
| | | | | | removed (resolves Ticket #6) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1723 ce84e21b-d406-0410-9b95-82705330c041
* last step of repo switchesNarayan Desai2006-01-231-1/+1
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1716 ce84e21b-d406-0410-9b95-82705330c041
* fix two minor problemsNarayan Desai2005-12-131-2/+2
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1626 ce84e21b-d406-0410-9b95-82705330c041
* set keyword attributes on most filesNarayan Desai2005-12-131-5/+6
| | | | | | | | | added Ed's client and server cleanups Modified the debian and redhat toolsets to produce nicer output ** Broke performance reports git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1623 ce84e21b-d406-0410-9b95-82705330c041
* begin client hardeningNarayan Desai2005-12-091-1/+1
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1617 ce84e21b-d406-0410-9b95-82705330c041
* Stop services on debian if they are enabled but shouldn't beNarayan Desai2005-12-081-0/+3
| | | | | | | Produce a reasonable error message if the server completely bound service entries git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1616 ce84e21b-d406-0410-9b95-82705330c041
* add reinventory upon extra package deletionNarayan Desai2005-11-031-1/+2
| | | | | | | | | | 2005/10/28 13:48:28-05:00 anl.gov!desai fix last chkconfig instance (Logical change 1.350) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1453 ce84e21b-d406-0410-9b95-82705330c041
* typoNarayan Desai2005-10-241-21/+7
| | | | | | | | | | | | | 2005/10/24 05:05:47-05:00 anl.gov!desai simplify 2005/10/24 04:53:17-05:00 anl.gov!desai simplify pkg verification logic (Logical change 1.343) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1417 ce84e21b-d406-0410-9b95-82705330c041
* add full path for chkconfigNarayan Desai2005-10-181-1/+1
| | | | | | | (Logical change 1.339) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1393 ce84e21b-d406-0410-9b95-82705330c041
* fix extra package removalNarayan Desai2005-10-061-1/+1
| | | | | | | (Logical change 1.335) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1368 ce84e21b-d406-0410-9b95-82705330c041
* add extra service supportNarayan Desai2005-09-301-0/+9
| | | | | | | (Logical change 1.329) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1344 ce84e21b-d406-0410-9b95-82705330c041
* add extra reporting/removal supportNarayan Desai2005-09-291-0/+19
| | | | | | | (Logical change 1.328) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1337 ce84e21b-d406-0410-9b95-82705330c041
* add spaceNarayan Desai2005-09-131-2/+2
| | | | | | | | | | 2005/09/13 10:55:08-05:00 anl.gov!desai version bump (Logical change 1.310) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1266 ce84e21b-d406-0410-9b95-82705330c041
* fix all of Cory's problemsNarayan Desai2005-09-131-2/+7
| | | | | | | (Logical change 1.306) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1256 ce84e21b-d406-0410-9b95-82705330c041
* relocation supportNarayan Desai2005-09-131-0/+7
| | | | | | | | | They should even get installed group-wise per relocation (Logical change 1.305) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1250 ce84e21b-d406-0410-9b95-82705330c041
* add type pkgtool supportNarayan Desai2005-09-121-1/+1
| | | | | | | (Logical change 1.304) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1247 ce84e21b-d406-0410-9b95-82705330c041
* fix version detectionNarayan Desai2005-09-011-28/+29
| | | | | | | | | | 2005/09/01 14:40:39-05:00 anl.gov!desai simplify and optimize package performance (Logical change 1.292) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1163 ce84e21b-d406-0410-9b95-82705330c041
* kill --level in chkconfig callNarayan Desai2005-07-231-1/+1
| | | | | | | (Logical change 1.270) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1097 ce84e21b-d406-0410-9b95-82705330c041
* add missing parenZach Lowry2005-07-141-1/+1
| | | | | | | (Logical change 1.259) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1064 ce84e21b-d406-0410-9b95-82705330c041
* fix odata bugZach Lowry2005-07-131-1/+1
| | | | | | | (Logical change 1.255) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1050 ce84e21b-d406-0410-9b95-82705330c041
* improve error messageNarayan Desai2005-06-221-2/+2
| | | | | | | (Logical change 1.236) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@989 ce84e21b-d406-0410-9b95-82705330c041
* switch to url from nameNarayan Desai2005-05-121-1/+1
| | | | | | | (Logical change 1.225) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@943 ce84e21b-d406-0410-9b95-82705330c041
* pylint cleanupsNarayan Desai2005-04-111-147/+2
| | | | | | | (Logical change 1.220) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@918 ce84e21b-d406-0410-9b95-82705330c041
* fix code for TGNarayan Desai2005-02-141-25/+16
| | | | | | | (Logical change 1.204) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@871 ce84e21b-d406-0410-9b95-82705330c041
* fix popen spinNarayan Desai2005-01-311-2/+3
| | | | | | | (Logical change 1.196) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@837 ce84e21b-d406-0410-9b95-82705330c041
* fix pipe hanging for large package descriptionsNarayan Desai2005-01-271-0/+2
| | | | | | | (Logical change 1.195) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@833 ce84e21b-d406-0410-9b95-82705330c041
* I guess ! is not a python operator.Brian Pellin2005-01-101-1/+1
| | | | | | | (Logical change 1.184) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@785 ce84e21b-d406-0410-9b95-82705330c041
* Fixed service verification for services that are not installed.Brian Pellin2005-01-061-1/+8
| | | | | | | | | Added check for invalid service verification. (Logical change 1.175) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@762 ce84e21b-d406-0410-9b95-82705330c041
* Rewrote mostly to follow inventory model.Brian Pellin2005-01-061-29/+163
| | | | | | | (Logical change 1.174) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@760 ce84e21b-d406-0410-9b95-82705330c041
* pylint fixesNarayan Desai2004-10-261-31/+32
| | | | | | | (Logical change 1.118) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@520 ce84e21b-d406-0410-9b95-82705330c041