summaryrefslogtreecommitdiffstats
path: root/src/lib/Client
Commit message (Collapse)AuthorAgeFilesLines
* fix thinkosNarayan Desai2005-02-021-3/+3
| | | | | | | (Logical change 1.202) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@860 ce84e21b-d406-0410-9b95-82705330c041
* fix et btNarayan Desai2005-02-011-1/+1
| | | | | | | (Logical change 1.198) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@847 ce84e21b-d406-0410-9b95-82705330c041
* implement --r=all|packageNarayan Desai2005-02-011-5/+15
| | | | | | | | | | | | | 2005/01/31 10:46:36-06:00 anl.gov!desai add more verbose display 2005/01/31 10:45:59-06:00 anl.gov!desai fix bug from templeton (Logical change 1.198) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@845 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
* fix pylint warningNarayan Desai2005-01-271-1/+1
| | | | | | | (Logical change 1.195) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@829 ce84e21b-d406-0410-9b95-82705330c041
* add extra service supportNarayan Desai2005-01-191-2/+9
| | | | | | | (Logical change 1.192) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@815 ce84e21b-d406-0410-9b95-82705330c041
* add modified supportNarayan Desai2005-01-121-4/+7
| | | | | | | | | | 2005/01/12 10:44:14-06:00 anl.gov!desai pylint cleanups (Logical change 1.190) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@809 ce84e21b-d406-0410-9b95-82705330c041
* switch installed_this_run to modifiedNarayan Desai2005-01-121-2/+2
| | | | | | | (Logical change 1.190) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@806 ce84e21b-d406-0410-9b95-82705330c041
* Updated so stats won't include a blank <Bad> entry if the config is clean.Brian Pellin2005-01-111-6/+9
| | | | | | | (Logical change 1.188) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@801 ce84e21b-d406-0410-9b95-82705330c041
* Only counts states for statistics purposes.Brian Pellin2005-01-111-8/+2
| | | | | | | (Logical change 1.187) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@799 ce84e21b-d406-0410-9b95-82705330c041
* Made changes to generate more interesting statistics to send to the server.Brian Pellin2005-01-111-8/+29
| | | | | | | (Logical change 1.186) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@794 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
* add apt-get clean callNarayan Desai2005-01-071-0/+1
| | | | | | | (Logical change 1.180) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@776 ce84e21b-d406-0410-9b95-82705330c041
* fix tbNarayan Desai2005-01-071-1/+1
| | | | | | | (Logical change 1.179) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@773 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
* fix nonexistant init script errorsNarayan Desai2004-12-161-3/+8
| | | | | | | (Logical change 1.163) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@724 ce84e21b-d406-0410-9b95-82705330c041
* fix missing parenNarayan Desai2004-12-151-1/+1
| | | | | | | (Logical change 1.160) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@711 ce84e21b-d406-0410-9b95-82705330c041
* add support for restart targets other than reloadNarayan Desai2004-12-031-4/+4
| | | | | | | (Logical change 1.157) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@700 ce84e21b-d406-0410-9b95-82705330c041
* fix mkdir -p caseNarayan Desai2004-12-031-9/+10
| | | | | | | (Logical change 1.157) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@699 ce84e21b-d406-0410-9b95-82705330c041
* fix permission settingNarayan Desai2004-12-021-1/+1
| | | | | | | (Logical change 1.155) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@691 ce84e21b-d406-0410-9b95-82705330c041
* add debugging for Directory VerificationNarayan Desai2004-11-301-0/+8
| | | | | | | (Logical change 1.154) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@689 ce84e21b-d406-0410-9b95-82705330c041
* add another force optionNarayan Desai2004-11-131-1/+1
| | | | | | | (Logical change 1.153) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@682 ce84e21b-d406-0410-9b95-82705330c041
* fix one thinkoNarayan Desai2004-11-131-1/+1
| | | | | | | (Logical change 1.152) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@681 ce84e21b-d406-0410-9b95-82705330c041
* fix some runtime errorsNarayan Desai2004-11-111-4/+4
| | | | | | | (Logical change 1.151) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@669 ce84e21b-d406-0410-9b95-82705330c041
* switch init script targetNarayan Desai2004-11-101-1/+1
| | | | | | | (Logical change 1.150) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@666 ce84e21b-d406-0410-9b95-82705330c041
* tighten up error checkingNarayan Desai2004-11-081-25/+17
| | | | | | | | | | | | | | | | 2004/11/07 19:54:59-06:00 anl.gov!desai remove bogus functions 2004/11/07 11:46:54-06:00 anl.gov!desai pylint fixes 2004/11/04 16:46:02-06:00 anl.gov!desai clean up preinstall config files (Logical change 1.148) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@660 ce84e21b-d406-0410-9b95-82705330c041
* fix most pylint issuesNarayan Desai2004-11-081-52/+42
| | | | | | | | | | | | | 2004/11/07 20:12:24-06:00 anl.gov!desai fix pylint errors 2004/11/05 10:40:31-06:00 anl.gov!desai implement dryrun correctly (Logical change 1.148) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@655 ce84e21b-d406-0410-9b95-82705330c041
* fix Build mode servicesNarayan Desai2004-11-041-2/+6
| | | | | | | (Logical change 1.147) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@651 ce84e21b-d406-0410-9b95-82705330c041
* move to using apt.confNarayan Desai2004-11-041-3/+4
| | | | | | | (Logical change 1.146) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@649 ce84e21b-d406-0410-9b95-82705330c041
* final dpkg fixNarayan Desai2004-11-041-1/+1
| | | | | | | | | | 2004/11/04 10:48:37-06:00 anl.gov!desai try again (Logical change 1.144) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@645 ce84e21b-d406-0410-9b95-82705330c041
* fix noninteractive installsNarayan Desai2004-11-041-1/+1
| | | | | | | (Logical change 1.143) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@642 ce84e21b-d406-0410-9b95-82705330c041
* keep service starts from occuring during buildNarayan Desai2004-11-041-3/+4
| | | | | | | (Logical change 1.142) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@641 ce84e21b-d406-0410-9b95-82705330c041
* fix tai tbNarayan Desai2004-11-021-1/+4
| | | | | | | (Logical change 1.141) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@637 ce84e21b-d406-0410-9b95-82705330c041
* add default caseNarayan Desai2004-11-021-1/+1
| | | | | | | (Logical change 1.139) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@632 ce84e21b-d406-0410-9b95-82705330c041
* kill !# lineNarayan Desai2004-10-302-3/+0
| | | | | | | (Logical change 1.129) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@582 ce84e21b-d406-0410-9b95-82705330c041
* fix for pkg removal caseNarayan Desai2004-10-291-2/+34
| | | | | | | | | | | 2004/10/29 13:10:18-05:00 anl.gov!desai fix two-way for packages fix bundle deps (Logical change 1.124) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@566 ce84e21b-d406-0410-9b95-82705330c041
* fix two-way reporting for packagesNarayan Desai2004-10-291-0/+3
| | | | | | | (Logical change 1.122) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@544 ce84e21b-d406-0410-9b95-82705330c041
* fix LogFailureNarayan Desai2004-10-271-1/+1
| | | | | | | (Logical change 1.120) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@532 ce84e21b-d406-0410-9b95-82705330c041
* fix callNarayan Desai2004-10-271-31/+40
| | | | | | | | | | 2004/10/27 11:07:54-05:00 anl.gov!desai uniform debug support (Logical change 1.119) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@527 ce84e21b-d406-0410-9b95-82705330c041
* Debug/verbose improvementsNarayan Desai2004-10-271-16/+37
| | | | | | | | | | 2004/10/27 10:56:02-05:00 anl.gov!desai pylint fixes, and debugging improvements (Logical change 1.119) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@526 ce84e21b-d406-0410-9b95-82705330c041
* pylint fixupsNarayan Desai2004-10-261-22/+27
| | | | | | | (Logical change 1.118) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@522 ce84e21b-d406-0410-9b95-82705330c041
* make the stub really a stubNarayan Desai2004-10-261-18/+1
| | | | | | | (Logical change 1.118) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@521 ce84e21b-d406-0410-9b95-82705330c041
* pylint fixesNarayan Desai2004-10-262-62/+64
| | | | | | | (Logical change 1.118) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@520 ce84e21b-d406-0410-9b95-82705330c041
* make into a real stubNarayan Desai2004-10-261-18/+1
| | | | | | | (Logical change 1.118) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@519 ce84e21b-d406-0410-9b95-82705330c041
* do nonpkg stuff first on debianNarayan Desai2004-10-261-5/+5
| | | | | | | (Logical change 1.117) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@517 ce84e21b-d406-0410-9b95-82705330c041
* fix calcpermsNarayan Desai2004-10-261-1/+1
| | | | | | | (Logical change 1.116) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@515 ce84e21b-d406-0410-9b95-82705330c041
* fix paranoid mode like Gene wants it.Narayan Desai2004-10-261-2/+5
| | | | | | | | | | 2004/10/26 10:53:19-05:00 anl.gov!desai add fallback case for ConfigFile Installation (Logical change 1.114) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@509 ce84e21b-d406-0410-9b95-82705330c041
* stop using updaterc for service status checkNarayan Desai2004-10-251-58/+69
| | | | | | | | | fix installation algorithm (Logical change 1.113) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@506 ce84e21b-d406-0410-9b95-82705330c041