aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/gmg_commands/migrate.py
Commit message (Collapse)AuthorAgeFilesLines
* Make gmg's -cf option a global optionElrond2011-10-231-2/+1
| | | | | | | | | All gmg's subcommands used to have a -cf option to set the config file. Instead make this a gmg global option. This means: bin/gmg migrate -cf mediagoblin_2.ini gets bin/gmg -cf mediagoblin_2.ini migrate
* Refactor gmg's cf option into a functionElrond2011-10-231-3/+2
| | | | | | | Many (all?) gmg subcommands take a -cf option to change the used config file. This options used to be created in each subcommand's parse_setup. Add a helper function and use it around.
* 508. Updates copyright/license informationWill Kahn-Greene2011-09-011-1/+1
|
* app.py and migrate.py must import migrations in order to load said migrations...Christopher Allan Webber2011-07-141-1/+3
|
* Elrond thinks we should use one of print/sys.stdout.write and .flush()Christopher Allan Webber2011-07-131-1/+5
| | | | I don't see the harm, so... done.
* Use new migrations system in ./bin/gmg migrateChristopher Allan Webber2011-07-101-14/+22
|
* Updating migrate.py to actually run the indexing commandsChristopher Allan Webber2011-06-271-2/+18
|
* ./bin/gmg commands upgraded to work with the new setup.Christopher Allan Webber2011-06-181-3/+0
|
* mediagoblin.globals->mediagoblin.mg_globalsChristopher Allan Webber2011-06-121-1/+0
|
* User migration works (but the rest of the system isn't updated for new user ↵Christopher Allan Webber2011-05-221-0/+45
setup yet)