summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* migrate_dbstats: Fix traceback found by jontenSol Jerome2013-03-221-0/+3
* migrate_perms_to_mode.py: handle info.xml files for SSLCAChris St. Pierre2013-03-211-1/+1
* migrate_perms_to_mode.py: gracefully handle unparseable XML filesChris St. Pierre2013-03-201-2/+12
* migrate_perms_to_mode.py: really seriously handle nested Path tagsChris St. Pierre2013-03-201-1/+1
* migrate_perms_to_mode.py: migrate SSHbase/info.xmlChris St. Pierre2013-03-201-1/+1
* export: Be more consistent with naming guidelinesSol Jerome2013-03-181-11/+27
* migrate_info.py: fixed import of info/:info parsing regexChris St. Pierre2013-03-151-2/+4
* migrate_perms_to_mode.py: fixed migration of nested BoundPath entries in bundlesChris St. Pierre2013-03-151-3/+1
* Core: properly handle Ctrl-CChris St. Pierre2013-02-251-15/+0
* removed obsolete accounts2.xml.pyChris St. Pierre2013-02-042-157/+0
* bcfg2-profile-templates.py: various improvementsChris St. Pierre2013-01-291-60/+44
* add old schema to migrationTim Laszlo2013-01-291-0/+9
* fixed return values from no-op methods in bcfg2_local.pyChris St. Pierre2012-12-201-2/+2
* added builtin support for creating users and groupsChris St. Pierre2012-12-032-0/+77
* added generate-manpages.bash to tools READMEChris St. Pierre2012-11-081-0/+3
* man: Migrate generate-manpages.bash to sphinxSol Jerome2012-11-0712-1609/+11
* export.py: Add bcfg2-selinux spec file for changelogSol Jerome2012-10-301-1/+1
* export.py: Fix BuildRoot for prereleasesSol Jerome2012-10-301-0/+10
* export.py: Add bcfg2-selinux spec file updatesSol Jerome2012-10-301-6/+33
* fixed names of bcfg2-lint comment typesChris St. Pierre2012-10-301-5/+5
* added Git.Update RMI, ability to base bcfg2 VCS repo at a different directory...Chris St. Pierre2012-10-301-0/+6
* Reporting: Allow interactions without a profileTim Laszlo2012-10-291-6/+0
* tools: Add migrate_perms_to_mode toolSol Jerome2012-10-262-0/+72
* migrate_info: Remove trailing whitespaceSol Jerome2012-10-261-1/+1
* Default to a url friendly group nameTim Laszlo2012-10-171-1/+1
* add a higher timeout for caching certain objectsTim Laszlo2012-10-171-1/+1
* Revert "migrate_db: skip db lookup since all should be known"Tim Laszlo2012-10-171-5/+5
* added bcfg2_local.py, a tool to run bcfg2 against a local specificationChris St. Pierre2012-10-172-0/+81
* Remove perms use in migrate_dbstats.pyTim Laszlo2012-10-171-1/+1
* Options: Update mdata option to use 'mode'Sol Jerome2012-10-151-1/+1
* Lint: Migrate Lint to 'mode' attributeSol Jerome2012-10-152-2/+2
* migrate_db: skip db lookup since all should be knownTim Laszlo