summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Few more fixesNarayan Desai2006-03-291-2/+2
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1821 ce84e21b-d406-0410-9b95-82705330c041
* Fix for new repo setup (fixed the problem with tagging current releases)Narayan Desai2006-03-291-10/+13
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1820 ce84e21b-d406-0410-9b95-82705330c041
* Version bumps for 0.8.2pre2Narayan Desai2006-03-292-1/+7
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1818 ce84e21b-d406-0410-9b95-82705330c041
* * Remove build dep on python-devNarayan Desai2006-03-293-3/+15
| | | | | | | * Improve error handing when no ssl key is available git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1817 ce84e21b-d406-0410-9b95-82705330c041
* * Fix fam integration with svnNarayan Desai2006-03-292-6/+4
| | | | | | | * Fix traceback handing in logging infrastructure (from Cobalt repo) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1816 ce84e21b-d406-0410-9b95-82705330c041
* * Fix revision handling (for cases where the server doesn't supply a ↵Narayan Desai2006-03-291-1/+1
| | | | | | revision) (fixes Ticket #39) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1815 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 parent directory creation for directory entries (resolving Ticket #37)Narayan Desai2006-03-291-0/+22
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1813 ce84e21b-d406-0410-9b95-82705330c041
* * Fix package list schema to allow hosts and nested groupsNarayan Desai2006-03-281-3/+5
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1812 ce84e21b-d406-0410-9b95-82705330c041
* fix parse errorsNarayan Desai2006-03-231-1/+4
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1811 ce84e21b-d406-0410-9b95-82705330c041
* * Version bumpNarayan Desai2006-03-234-3/+12
| | | | | | | * Verbosity improvements git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1810 ce84e21b-d406-0410-9b95-82705330c041
* * Print error message and exit if no component location information exists ↵Narayan Desai2006-03-231-1/+5
| | | | | | in the config file (fixes Ticket #34) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1809 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
* * Implement configuration specification revision passing between client and ↵Narayan Desai2006-03-172-23/+4
| | | | | | server git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1807 ce84e21b-d406-0410-9b95-82705330c041
* * Implement svn repository revision detectionNarayan Desai2006-03-172-2/+18
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1806 ce84e21b-d406-0410-9b95-82705330c041
* * Fix implicit groups for CoryNarayan Desai2006-03-171-1/+6
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1805 ce84e21b-d406-0410-9b95-82705330c041
* * add more display stuffNarayan Desai2006-03-171-5/+10
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1804 ce84e21b-d406-0410-9b95-82705330c041
* * Fix bundle displayNarayan Desai2006-03-171-1/+5
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1803 ce84e21b-d406-0410-9b95-82705330c041
* * Differentiate between groups, profile instances and bundles of the same nameNarayan Desai2006-03-171-13/+24
| | | | | | | * Automatically run dot, directly generating a png git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1802 ce84e21b-d406-0410-9b95-82705330c041
* Documentation updatesNarayan Desai2006-03-162-6/+153
| | | | | | | Add bundle and client support to groups-to-dot.py git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1801 ce84e21b-d406-0410-9b95-82705330c041
* * Fix error message before logging is initializedNarayan Desai2006-03-091-2/+2
| | | | | | | * Fix error message when new stats file is created git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1800 ce84e21b-d406-0410-9b95-82705330c041
* * Remove messages describing extra configuration elements when running in ↵Narayan Desai2006-03-094-12/+44
| | | | | | | | | 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
* Remove two old (broken utilities)Narayan Desai2006-03-072-232/+0
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1798 ce84e21b-d406-0410-9b95-82705330c041
* try to fix keyword expansion problemNarayan Desai2006-03-071-1/+1
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1797 ce84e21b-d406-0410-9b95-82705330c041
* Add new group diagram toolNarayan Desai2006-03-071-0/+35
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1796 ce84e21b-d406-0410-9b95-82705330c041
* this is to make the python version binary package builder for debian Rick Bradshow2006-03-062-1/+28
| | | | | | | | packages non static git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1795 ce84e21b-d406-0410-9b95-82705330c041
* Kill old readmeNarayan Desai2006-03-031-33/+0
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1794 ce84e21b-d406-0410-9b95-82705330c041
* Version bump to 0.8.1 (final)Narayan Desai2006-03-013-4/+10
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1790 ce84e21b-d406-0410-9b95-82705330c041
* Fix syslog priority/facility encoding in log messagesNarayan Desai2006-03-011-2/+4
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1789 ce84e21b-d406-0410-9b95-82705330c041
* bump version to 0.8.1pre9Narayan Desai2006-03-012-1/+7
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1787 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
* Fix up logging in dryrun modeNarayan Desai2006-03-012-14/+20
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1785 ce84e21b-d406-0410-9b95-82705330c041
* Resolve daemon issues (resolves ticket #30)Narayan Desai2006-03-012-11/+11
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1784 ce84e21b-d406-0410-9b95-82705330c041
* Whitespace changes in Logging.pyNarayan Desai2006-03-012-3/+2
| | | | | | | 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
* Add missing importNarayan Desai2006-02-281-1/+1
| | | | | | | Resolves ticket #31 git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1782 ce84e21b-d406-0410-9b95-82705330c041
* cleanup error handling and message fragmentationNarayan Desai2006-02-281-21/+18
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1781 ce84e21b-d406-0410-9b95-82705330c041
* version bump to 0.8.1pre8Narayan Desai2006-02-282-1/+7
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1779 ce84e21b-d406-0410-9b95-82705330c041
* Switch more client toolsets over to the new logging infrastructureNarayan Desai2006-02-284-59/+61
| | | | | | | 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
* Reconnect syslog handler when the syslog daemon is restartedNarayan Desai2006-02-281-4/+12
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1777 ce84e21b-d406-0410-9b95-82705330c041
* Fix tickets #26 and #27Narayan Desai2006-02-271-2/+2
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1776 ce84e21b-d406-0410-9b95-82705330c041
* add extra info for ubuntuNarayan Desai2006-02-271-1/+1
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1775 ce84e21b-d406-0410-9b95-82705330c041
* Fix problems reported by Rick and PedroNarayan Desai2006-02-271-7/+9
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1774 ce84e21b-d406-0410-9b95-82705330c041
* Improve error handling for server problemsNarayan Desai2006-02-272-6/+18
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1773 ce84e21b-d406-0410-9b95-82705330c041
* I updated all my repo scripts for the latest changes in the 0.8 version of Rick Bradshow2006-02-273-542/+130
| | | | | | | | the repo. these are still very specific to my repo, but should give a good idea of what is needed. git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1772 ce84e21b-d406-0410-9b95-82705330c041
* typoNarayan Desai2006-02-271-1/+1
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1771 ce84e21b-d406-0410-9b95-82705330c041
* Complain if a bogus value for -r is used. Resolves ticket #25Narayan Desai2006-02-271-0/+2
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1770 ce84e21b-d406-0410-9b95-82705330c041
* Documentation updates based on Sandra's suggestionsNarayan Desai2006-02-245-190/+198
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1769 ce84e21b-d406-0410-9b95-82705330c041
* m2crypto -> pyOpenSSLNarayan Desai2006-02-241-8/+4
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1767 ce84e21b-d406-0410-9b95-82705330c041
* version bump to 0.8.1pre7Narayan Desai2006-02-242-1/+7
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1766 ce84e21b-d406-0410-9b95-82705330c041
* fix host within group validationNarayan Desai2006-02-241-0/+2
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1765 ce84e21b-d406-0410-9b95-82705330c041