Merge remote-tracking branch 'cwebber/celerysql'
authorElrond <elrond+mediagoblin.org@samba-tng.org>
Mon, 27 Feb 2012 20:55:02 +0000 (21:55 +0100)
committerElrond <elrond+mediagoblin.org@samba-tng.org>
Mon, 27 Feb 2012 20:55:02 +0000 (21:55 +0100)
commit34344f1d85be72741a9421a8a3af12ced35bbe35
treed1dee55b3f624531a6f361c21715fdcd8040c562
parent6b38a38a91a72e24362a0f7760942958096b6fce
parenta9a63a686e934e3189179dcf01faad39a330a378
Merge remote-tracking branch 'cwebber/celerysql'

* cwebber/celerysql:
  Adjust unit tests to match new celery/kombu sqlalchemy setup
  "database" is not the sqlalchemy kombu transport... should be "sqlalchemy"
  Celery and kombu databases should also be .gitignore'd
  kombu-sqlalchemy a requirement in order for kombu sqlalchemy transport to work
  Move mediagoblin dbs out of user_dev for race condition directory-creation reasons.
  Give kombu its own db.  Responding to Elrond "sqlite will lock all the time!" :)
  Apparently an absolute path is three slashes after sqlite:.  Thx elrond.
  Should be all that's needed to switch celery/kombu settings to sqlalchemy