summaryrefslogtreecommitdiffstats
path: root/src/lib/Client/Debian.py
Commit message (Collapse)AuthorAgeFilesLines
* Merge of the client/refactor branch (revisions r2218-r2400)Narayan Desai2006-10-061-147/+0
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2401 ce84e21b-d406-0410-9b95-82705330c041
* Implement interactive mode for the clientChris Vuletich2006-08-241-2/+2
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2107 ce84e21b-d406-0410-9b95-82705330c041
* Add -k (kevlar) option, and move objectionable debian behavion in here.Narayan Desai2006-08-221-5/+4
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2088 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
* Don't execute the apt maintenance commands in dry-run modeNarayan Desai2006-07-281-5/+6
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2010 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-0/+6
| | | | | | | | * 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
* * Add dpkg.cfg to list of important (read: preinstalled) filesNarayan Desai2006-03-201-1/+1
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1808 ce84e21b-d406-0410-9b95-82705330c041
* * Remove messages describing extra configuration elements when running in ↵Narayan Desai2006-03-091-4/+6
| | | | | | | | | bundle mode * Handle garbage filenames in Cfg more gracefully git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1799 ce84e21b-d406-0410-9b95-82705330c041
* Fix same display bug in DebianNarayan Desai2006-03-011-1/+1
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1786 ce84e21b-d406-0410-9b95-82705330c041
* Switch more client toolsets over to the new logging infrastructureNarayan Desai2006-02-281-2/+2
| | | | | | | 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-11/+16
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1760 ce84e21b-d406-0410-9b95-82705330c041
* Fix sshbase tbNarayan Desai2006-02-161-15/+12
| | | | | | | Set stdin to /dev/null for debian toolset git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1742 ce84e21b-d406-0410-9b95-82705330c041
* make apt foreably remove packagesNarayan Desai2006-02-141-1/+1
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1732 ce84e21b-d406-0410-9b95-82705330c041
* version bumpNarayan Desai2005-12-131-1/+1
| | | | | | | remove bogus import from Debian.py git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1624 ce84e21b-d406-0410-9b95-82705330c041
* set keyword attributes on most filesNarayan Desai2005-12-131-20/+29
| | | | | | | | | 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-8/+9
| | | | 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/+1
| | | | | | | 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
* pylint fixesNarayan Desai2005-10-241-9/+2
| | | | | | | | | remove duped code (Logical change 1.343) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1419 ce84e21b-d406-0410-9b95-82705330c041
* remove local extra_services defNarayan Desai2005-09-301-1/+0
| | | | | | | (Logical change 1.329) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1343 ce84e21b-d406-0410-9b95-82705330c041
* add support for extra config reportingNarayan Desai2005-09-291-3/+4
| | | | | | | (Logical change 1.328) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1335 ce84e21b-d406-0410-9b95-82705330c041
* typoNarayan Desai2005-09-161-1/+1
| | | | | | | (Logical change 1.316) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1287 ce84e21b-d406-0410-9b95-82705330c041
* another typoNarayan Desai2005-09-131-1/+1
| | | | | | | (Logical change 1.311) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1268 ce84e21b-d406-0410-9b95-82705330c041
* add default package typeNarayan Desai2005-09-131-0/+2
| | | | | | | (Logical change 1.306) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1254 ce84e21b-d406-0410-9b95-82705330c041
* add typed debian pkgtool supportNarayan Desai2005-09-121-2/+2
| | | | | | | (Logical change 1.304) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1244 ce84e21b-d406-0410-9b95-82705330c041
* fix glob bug and verbose reportingNarayan Desai2005-06-221-2/+2
| | | | | | | (Logical change 1.236) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@984 ce84e21b-d406-0410-9b95-82705330c041
* add noninteractive force to all apt-get callsNarayan Desai2005-06-011-1/+1
| | | | | | | (Logical change 1.229) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@959 ce84e21b-d406-0410-9b95-82705330c041
* fix service stuffNarayan Desai2005-04-111-3/+9
| | | | | | | (Logical change 1.223) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@933 ce84e21b-d406-0410-9b95-82705330c041
* fix inventory callNarayan Desai2005-04-111-1/+1
| | | | | | | (Logical change 1.222) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@930 ce84e21b-d406-0410-9b95-82705330c041
* move to using Toolset.InstallNarayan Desai2005-04-111-141/+5
| | | | | | | | | | 2005/04/06 11:14:33-05:00 anl.gov!desai pylint fixes and consolidation (Logical change 1.220) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@924 ce84e21b-d406-0410-9b95-82705330c041
* fixed statistics/clean problemNarayan Desai2005-04-051-2/+7
| | | | | | | (Logical change 1.219) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@917 ce84e21b-d406-0410-9b95-82705330c041
* add service removalNarayan Desai2005-03-311-1/+6
| | | | | | | (Logical change 1.216) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@910 ce84e21b-d406-0410-9b95-82705330c041
* fix var nameNarayan Desai2005-02-161-1/+1
| | | | | | | (Logical change 1.207) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@880 ce84e21b-d406-0410-9b95-82705330c041
* make 2 way print conditionallyNarayan Desai2005-02-141-6/+8
| | | | | | | (Logical change 1.204) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@870 ce84e21b-d406-0410-9b95-82705330c041
* fix extra printingNarayan Desai2005-02-021-3/+3
| | | | | | | (Logical change 1.203) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@863 ce84e21b-d406-0410-9b95-82705330c041
* 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
* 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 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
* 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
* 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
* 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
* 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
* 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