Skip to content
Snippets Groups Projects
Verified Commit 4454805c authored by Antoine R. Dumont's avatar Antoine R. Dumont
Browse files

Migrate to the new debian loader

Related T2025
parent d1992ffd
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,6 @@ storage:
celery:
task_broker: amqp://guest:guest@amqp//
task_modules:
- swh.loader.debian.tasks
- swh.loader.dir.tasks
- swh.loader.git.tasks
- swh.loader.mercurial.tasks
......@@ -14,9 +13,10 @@ celery:
- swh.loader.svn.tasks
- swh.loader.tar.tasks
- swh.deposit.loader.tasks
- swh.loader.package.tasks
task_queues:
- swh.loader.debian.tasks.LoadDebianPackage
- swh.loader.package.tasks.LoadDebian
- swh.loader.dir.tasks.LoadDirRepository
- swh.loader.git.tasks.LoadDiskGitRepository
- swh.loader.git.tasks.UncompressAndLoadDiskGitRepository
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment