summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Add solaris express supportZach Lowry2005-07-131-2/+112
| | | | | | | (Logical change 1.250) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1038 ce84e21b-d406-0410-9b95-82705330c041
* fixed bug related to pinging stale hostsJoey Hagedorn2005-07-121-124/+171
| | | | | | | | | | | | | 2005/06/30 14:16:36-05:00 anl.gov!joey fixed problem with pinging nonexistant hosts 2005/06/27 14:04:46-05:00 anl.gov!joey Major cleanup: changed tabs to spaces, PyLinted the code round 2, fixed all conflicting variable names, got rid of unnecessary code (Logical change 1.249) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1032 ce84e21b-d406-0410-9b95-82705330c041
* fix permission codeNarayan Desai2005-06-291-5/+6
| | | | | | | | | | 2005/06/29 15:45:08-05:00 anl.gov!desai typo (Logical change 1.246) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1025 ce84e21b-d406-0410-9b95-82705330c041
* change postinstall command name to "name"Narayan Desai2005-06-291-1/+7
| | | | | | | | | | 2005/06/29 13:08:26-05:00 anl.gov!desai add postinstall methods and integrate with bundles (Logical change 1.244) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1020 ce84e21b-d406-0410-9b95-82705330c041
* make PostInstall elements not bindNarayan Desai2005-06-291-1/+1
| | | | | | | (Logical change 1.244) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1019 ce84e21b-d406-0410-9b95-82705330c041
* bug fix, extra lineJoey Hagedorn2005-06-291-9/+5
| | | | | | | (Logical change 1.243) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1015 ce84e21b-d406-0410-9b95-82705330c041
* add permission to unbound typesNarayan Desai2005-06-291-1/+1
| | | | | | | (Logical change 1.242) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1011 ce84e21b-d406-0410-9b95-82705330c041
* implement permissionsNarayan Desai2005-06-291-5/+38
| | | | | | | | | | | 2005/06/29 10:20:27-05:00 anl.gov!desai fix up perms on "wonderful" gpfs filesystems (and perhaps mount points in general) (Logical change 1.242) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1009 ce84e21b-d406-0410-9b95-82705330c041
* print package versions for incorrect entriesNarayan Desai2005-06-281-1/+4
| | | | | | | (Logical change 1.241) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1006 ce84e21b-d406-0410-9b95-82705330c041
* fix for tg broken dns.Narayan Desai2005-06-281-3/+4
| | | | | | | | | don't use reverse lookups anymore. (Logical change 1.241) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1002 ce84e21b-d406-0410-9b95-82705330c041
* used pylint to clean up code.Joey Hagedorn2005-06-231-86/+93
| | | | | | | (Logical change 1.240) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1001 ce84e21b-d406-0410-9b95-82705330c041
* added command line options to specify alternate config and statistics filesJoey Hagedorn2005-06-221-5/+16
| | | | | | | (Logical change 1.238) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@995 ce84e21b-d406-0410-9b95-82705330c041
* add error handling if server connection failure occursNarayan Desai2005-06-221-1/+5
| | | | | | | (Logical change 1.237) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@994 ce84e21b-d406-0410-9b95-82705330c041
* fix error messageNarayan Desai2005-06-221-4/+8
| | | | | | | | | | | | | 2005/06/22 17:02:52-05:00 anl.gov!desai fix double def 2005/06/22 17:01:33-05:00 anl.gov!desai add CoreInitError (Logical change 1.237) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@991 ce84e21b-d406-0410-9b95-82705330c041
* add error typesNarayan Desai2005-06-221-0/+9
| | | | | | | (Logical change 1.236) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@990 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
* check for undefined imageNarayan Desai2005-06-221-0/+3
| | | | | | | (Logical change 1.236) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@988 ce84e21b-d406-0410-9b95-82705330c041
* fix IOError (broken pipe)Narayan Desai2005-06-221-1/+4
| | | | | | | (Logical change 1.236) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@987 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
* removed some extraneous codeJoey Hagedorn2005-06-211-121/+0
| | | | | | | (Logical change 1.234) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@979 ce84e21b-d406-0410-9b95-82705330c041
* (Logical change 1.233)Joey Hagedorn2005-06-211-0/+379
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@972 ce84e21b-d406-0410-9b95-82705330c041
* Initial revisionJoey Hagedorn2005-06-211-0/+0
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@971 ce84e21b-d406-0410-9b95-82705330c041
* netzero fix for .cat/diff filesNarayan Desai2005-06-031-3/+12
| | | | | | | (Logical change 1.231) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@965 ce84e21b-d406-0410-9b95-82705330c041
* fix Symlink bugNarayan Desai2005-06-011-0/+6
| | | | | | | | | | 2005/05/17 10:42:56-05:00 anl.gov!desai add Reinstall for clobbered entries (Logical change 1.229) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@960 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
* handle xml parse failure.Narayan Desai2005-06-011-1/+6
| | | | | | | (Logical change 1.229) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@955 ce84e21b-d406-0410-9b95-82705330c041
* add sort to global file addition.Narayan Desai2005-05-131-0/+1
| | | | | | | | | fixes _long_ standing bug (Logical change 1.227) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@950 ce84e21b-d406-0410-9b95-82705330c041
* fix for python2.2Narayan Desai2005-05-131-1/+1
| | | | | | | (Logical change 1.227) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@949 ce84e21b-d406-0410-9b95-82705330c041
* pylint fixupsNarayan Desai2005-05-121-18/+19
| | | | | | | (Logical change 1.225) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@944 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
* fix :info file deletionNarayan Desai2005-05-121-1/+2
| | | | | | | (Logical change 1.225) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@941 ce84e21b-d406-0410-9b95-82705330c041
* do string conversion properly.Narayan Desai2005-05-121-3/+4
| | | | | | | | | | 2005/05/12 12:48:46-05:00 anl.gov!desai make attributes actually work without scopes (Logical change 1.225) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@940 ce84e21b-d406-0410-9b95-82705330c041
* add default fetch of nothing for pkgtool invocationsNarayan Desai2005-05-121-1/+1
| | | | | | | (Logical change 1.225) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@939 ce84e21b-d406-0410-9b95-82705330c041
* remove image prioNarayan Desai2005-04-111-1/+1
| | | | | | | (Logical change 1.224) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@938 ce84e21b-d406-0410-9b95-82705330c041
* fix single pass installNarayan Desai2005-04-111-2/+4
| | | | | | | (Logical change 1.223) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@935 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 extra argNarayan Desai2005-04-111-1/+1
| | | | | | | (Logical change 1.222) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@932 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
* pylint fixesNarayan Desai2005-04-111-9/+9
| | | | | | | (Logical change 1.220) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@925 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
* Delete: src/lib/Server/Generators/FS.pyNarayan Desai2005-04-111-17/+0
| | | | | | | }(Logical change 1.220) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@923 ce84e21b-d406-0410-9b95-82705330c041
* pylint fixupsNarayan Desai2005-04-111-10/+160
| | | | | | | (Logical change 1.220) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@922 ce84e21b-d406-0410-9b95-82705330c041
* Delete: src/lib/Server/Generators/Debconf.pyNarayan Desai2005-04-111-59/+0
| | | | | | | }(Logical change 1.220) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@920 ce84e21b-d406-0410-9b95-82705330c041
* pylint fixes and GetDependencies additionNarayan Desai2005-04-111-1/+5
| | | | | | | (Logical change 1.220) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@919 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
* 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
* fix directory installation for wrongperms caseNarayan Desai2005-04-041-7/+14
| | | | | | | (Logical change 1.218) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@914 ce84e21b-d406-0410-9b95-82705330c041
* fixup error messageNarayan Desai2005-04-011-4/+4
| | | | | | | (Logical change 1.217) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@911 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 prio problemNarayan Desai2005-03-301-3/+3
| | | | | | | (Logical change 1.215) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@907 ce84e21b-d406-0410-9b95-82705330c041