aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/init/celery/from_celery.py
Commit message (Collapse)AuthorAgeFilesLines
* from_celery.setup_self() didn't pay attention to default_conf_file kwarg, fixed.Christopher Allan Webber2012-05-201-4/+5
|
* Making celeryd consistent: look for mediagoblin_local.iniChristopher Allan Webber2012-04-221-1/+6
| | | | | Use mediagoblin_local.ini as default conf file if it exists, else use mediagoblin.ini, just like everything else.
* It's 2012 all up in hereChristopher Allan Webber2012-02-021-1/+1
|
* Whitespace and formatting cleanup.Nathan Yergler2011-10-011-1/+1
| | | | | | | * Removed trailing whitespace * Line length < 80 where possible * Honor conventions on number of blank lines * Honor conventions about spaces around :, =
* 508. Updates copyright/license informationWill Kahn-Greene2011-09-011-1/+1
|
* Move mediagoblin.celery_setup -> mediagoblin.init.celeryElrond2011-07-021-0/+60
As the first target of the new .init. submodule move celery_setup there. Quite straight forward, just a lot of places to change.