summaryrefslogtreecommitdiffstats
path: root/src/lib/Server/Generators
Commit message (Collapse)AuthorAgeFilesLines
* 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
* 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
* 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
* 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
* 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
* 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
* 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
* add client metadata into the mixNarayan Desai2005-03-291-2/+3
| | | | | | | (Logical change 1.213) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@902 ce84e21b-d406-0410-9b95-82705330c041
* fix tiebreaksNarayan Desai2005-03-171-1/+9
| | | | | | | (Logical change 1.212) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@900 ce84e21b-d406-0410-9b95-82705330c041
* move to efficient caching. now it both does the right thing, and itNarayan Desai2005-03-171-5/+39
| | | | | | | | | | | | | works fast (~1.7 s for initial config gen, ~.5 for all subsequent; compared with 1.8 all of the time) 2005/03/17 14:45:00-06:00 anl.gov!desai working multidomain version (slow) (Logical change 1.212) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@896 ce84e21b-d406-0410-9b95-82705330c041
* switch to all dynamic ssh_known_hosts generation (don't useNarayan Desai2005-03-021-22/+6
| | | | | | | | | repo/ssh_known_hosts as a base) (Logical change 1.208) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@886 ce84e21b-d406-0410-9b95-82705330c041
* update for GeneNarayan Desai2005-02-141-14/+23
| | | | | | | (Logical change 1.204) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@866 ce84e21b-d406-0410-9b95-82705330c041
* (Logical change 1.200)Narayan Desai2005-02-011-0/+109
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@855 ce84e21b-d406-0410-9b95-82705330c041
* Initial revisionNarayan Desai2005-02-011-0/+0
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@851 ce84e21b-d406-0410-9b95-82705330c041
* fixup problems from chibaNarayan Desai2005-01-271-9/+5
| | | | | | | (Logical change 1.194) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@828 ce84e21b-d406-0410-9b95-82705330c041
* kill old debug messageNarayan Desai2005-01-271-5/+11
| | | | | | | | | | 2005/01/20 17:13:51-06:00 anl.gov!desai tighten up fam event propagation (Logical change 1.194) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@826 ce84e21b-d406-0410-9b95-82705330c041
* add simplefile optionNarayan Desai2005-01-201-2/+7
| | | | | | | | | | 2005/01/19 13:15:05-06:00 anl.gov!desai fix variable (Logical change 1.193) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@824 ce84e21b-d406-0410-9b95-82705330c041
* fix localhost lineNarayan Desai2005-01-201-6/+4
| | | | | | | | | | | | | 2005/01/20 15:50:02-06:00 anl.gov!desai fix one hardcoded domain problem 2005/01/20 13:41:28-06:00 anl.gov!desai fix public key perms (Logical change 1.193) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@821 ce84e21b-d406-0410-9b95-82705330c041
* clean up :info handlingNarayan Desai2005-01-201-7/+10
| | | | | | | (Logical change 1.193) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@820 ce84e21b-d406-0410-9b95-82705330c041
* add log on errNarayan Desai2005-01-191-0/+2
| | | | | | | (Logical change 1.192) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@817 ce84e21b-d406-0410-9b95-82705330c041
* add Pkgmgr errors for null package indicesNarayan Desai2005-01-191-2/+10
| | | | | | | | | | | | | 2005/01/18 20:56:31-06:00 anl.gov!desai scope message 2005/01/18 20:56:13-06:00 anl.gov!desai add error handling for package setup failure (Logical change 1.192) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@813 ce84e21b-d406-0410-9b95-82705330c041
* switch to equivalenceNarayan Desai2005-01-191-3/+3
| | | | | | | (Logical change 1.192) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@812 ce84e21b-d406-0410-9b95-82705330c041
* This should handle the created event.Brian Pellin2005-01-111-1/+1
| | | | | | | (Logical change 1.185) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@789 ce84e21b-d406-0410-9b95-82705330c041
* Made ConfigFileEntry handle exists events for initial data read in.Brian Pellin2005-01-101-7/+13
| | | | | | | | | | Adding message to log events that don't correspond to known files in ConfigFileEntry. (Logical change 1.183) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@783 ce84e21b-d406-0410-9b95-82705330c041
* Fixed escaping on hyphen in regex.Brian Pellin2005-01-101-1/+1
| | | | | | | (Logical change 1.182) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@779 ce84e21b-d406-0410-9b95-82705330c041
* fix for files with - in the nameNarayan Desai2005-01-101-1/+1
| | | | | | | (Logical change 1.181) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@777 ce84e21b-d406-0410-9b95-82705330c041
* add error handlingNarayan Desai2004-12-201-54/+8
| | | | | | | (Logical change 1.171) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@747 ce84e21b-d406-0410-9b95-82705330c041
* fixup bugsNarayan Desai2004-12-171-7/+9
| | | | | | | | | | 2004/12/17 10:58:48-06:00 anl.gov!desai fix quoting (Logical change 1.170) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@745 ce84e21b-d406-0410-9b95-82705330c041
* fix quotingNarayan Desai2004-12-171-3/+3
| | | | | | | (Logical change 1.169) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@743 ce84e21b-d406-0410-9b95-82705330c041
* fix xml quoting issuesNarayan Desai2004-12-171-5/+5
| | | | | | | | | | 2004/12/17 10:01:23-06:00 anl.gov!desai switch to __name__ (Logical change 1.168) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@741 ce84e21b-d406-0410-9b95-82705330c041
* fix debconf nameNarayan Desai2004-12-171-1/+1
| | | | | | | (Logical change 1.167) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@739 ce84e21b-d406-0410-9b95-82705330c041
* I fixed this once again.Rick Bradshow2004-12-161-1/+1
| | | | | | | (Logical change 1.165) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@735 ce84e21b-d406-0410-9b95-82705330c041
* this is the hot new X stuffRick Bradshow2004-12-161-5/+24
| | | | | | | | | | | | | 2004/12/16 15:34:47-06:00 anl.gov!bradshaw Change mode to -rw-r--r-- 2004/10/20 13:20:21-05:00 anl.gov!bradshaw added the probe for the VGA card into the generator. THis is untested. (Logical change 1.164) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@732 ce84e21b-d406-0410-9b95-82705330c041
* update comments and move to single repoNarayan Desai2004-12-161-4/+5
| | | | | | | (Logical change 1.162) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@720 ce84e21b-d406-0410-9b95-82705330c041
* Add Generator prefix to log messagesNarayan Desai2004-12-161-18/+19
| | | | | | | | | | 2004/12/14 20:44:11-06:00 anl.gov!desai pylint cleanups (Logical change 1.162) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@719 ce84e21b-d406-0410-9b95-82705330c041
* minor code cleanupNarayan Desai2004-12-151-12/+11
| | | | | | | (Logical change 1.161) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@716 ce84e21b-d406-0410-9b95-82705330c041
* add error handlingNarayan Desai2004-12-151-3/+7
| | | | | | | (Logical change 1.160) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@714 ce84e21b-d406-0410-9b95-82705330c041
* fix error messageNarayan Desai2004-12-151-2/+1
| | | | | | | | | | 2004/12/14 19:34:45-06:00 anl.gov!desai switch to generator logging "infrastructure" (Logical change 1.160) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@712 ce84e21b-d406-0410-9b95-82705330c041
* unify Cfg generator and RepositoryNarayan Desai2004-12-151-39/+21
| | | | | | | | | | 2004/12/14 18:40:03-06:00 anl.gov!desai switch to GeneratorError for Cfg Repo failures (Logical change 1.160) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@710 ce84e21b-d406-0410-9b95-82705330c041
* fix client-specific pkglistsNarayan Desai2004-12-151-4/+4
| | | | | | | | | switch to GeneratorError (Logical change 1.160) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@708 ce84e21b-d406-0410-9b95-82705330c041
* switch to \S to catch all categoriesNarayan Desai2004-11-301-1/+1
| | | | | | | | | | 2004/11/30 14:53:33-06:00 anl.gov!desai fixup regex from ccsched (Logical change 1.154) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@685 ce84e21b-d406-0410-9b95-82705330c041
* host specific package listsNarayan Desai2004-11-301-0/+5
| | | | | | | (Logical change 1.154) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@684 ce84e21b-d406-0410-9b95-82705330c041
* fix loggingNarayan Desai2004-11-111-5/+4
| | | | | | | (Logical change 1.151) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@673 ce84e21b-d406-0410-9b95-82705330c041
* add syslog importsNarayan Desai2004-11-111-5/+9
| | | | | | | | | | 2004/11/10 16:06:00-06:00 anl.gov!desai fix lookup error (Logical change 1.151) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@670 ce84e21b-d406-0410-9b95-82705330c041
* more cleanupsNarayan Desai2004-11-081-49/+56
| | | | | | | | | | | | | | | | | | | 2004/11/07 20:31:10-06:00 anl.gov!desai pylint fixes 2004/11/07 10:47:02-06:00 anl.gov!desai slight refactor 2004/11/07 10:31:51-06:00 anl.gov!desai more fixes 2004/11/05 16:18:30-06:00 anl.gov!desai fix basefile handling (Logical change 1.148) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@662 ce84e21b-d406-0410-9b95-82705330c041
* pylint fixesNarayan Desai2004-11-081-9/+10
| | | | | | | | | | 2004/11/05 13:05:55-06:00 anl.gov!desai kill __setup__ usage (Logical change 1.148) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@659 ce84e21b-d406-0410-9b95-82705330c041
* fix docstringNarayan Desai2004-11-081-1/+3
| | | | | | | | | | 2004/11/05 13:06:19-06:00 anl.gov!desai kill __setup__ usage (Logical change 1.148) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@657 ce84e21b-d406-0410-9b95-82705330c041
* pylint fixesNarayan Desai2004-11-083-22/+26
| | | | | | | (Logical change 1.148) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@652 ce84e21b-d406-0410-9b95-82705330c041
* ditch old commentNarayan Desai2004-11-021-1/+0
| | | | | | | (Logical change 1.138) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@628 ce84e21b-d406-0410-9b95-82705330c041