summaryrefslogtreecommitdiffstats
path: root/tools/upgrade/1.3/migrate_info.py
Commit message (Collapse)AuthorAgeFilesLines
* tools: Fix issue introduced in cd14868d with new parser for OptionsAlexander Sulfrian2015-07-201-2/+4
| | | | | | The new parser creates the the full plugin classes out of the options, so we need to use the __name__ attribute to get the name of the plugin and the directory containing the files in the repository.
* Options: migrated tools to new parserChris St. Pierre2013-06-271-8/+18
|
* tools: make migrate_info.py migrate "perms" ↵Chris St. Pierre2013-05-221-1/+5
| | | | (http://trac.mcs.anl.gov/projects/bcfg2/ticket/1150)
* migrate_info.py: fixed import of info/:info parsing regexChris St. Pierre2013-03-151-2/+4
|
* migrate_info: Remove trailing whitespaceSol Jerome2012-10-261-1/+1
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* added tool to convert from :info/info to info.xmlChris St. Pierre2012-08-151-0/+45