Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | from_celery.setup_self() didn't pay attention to default_conf_file kwarg, fixed. | Christopher Allan Webber | 2012-05-20 | 1 | -4/+5 |
| | |||||
* | Making celeryd consistent: look for mediagoblin_local.ini | Christopher Allan Webber | 2012-04-22 | 1 | -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 here | Christopher Allan Webber | 2012-02-02 | 1 | -1/+1 |
| | |||||
* | Whitespace and formatting cleanup. | Nathan Yergler | 2011-10-01 | 1 | -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 information | Will Kahn-Greene | 2011-09-01 | 1 | -1/+1 |
| | |||||
* | Move mediagoblin.celery_setup -> mediagoblin.init.celery | Elrond | 2011-07-02 | 1 | -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. |