Page MenuHomeSoftware Heritage

docker-dev: Make the mimetype indexer work.
ClosedPublic

Authored by vlorentz on Dec 20 2018, 6:37 PM.

Details

Summary

Depends on D873 and D874

Test Plan
docker-compose up
python3 -m swh.loader.git.loader --origin-url https://github.com/SoftwareHeritage/swh-storage.git
echo 'indexer_mimetype;oneshot;[["6dfe5dd2ab86d1ad3677285155027332fb35e9e5"]];{"policy_update": "update-dups"}' | python3 -m swh.scheduler.cli --cls remote --url http://localhost:5008/ task schedule /dev/stdin -c type -c policy -c args -c kwargs -d ';'

Diff Detail

Repository
rCDFD Dockerfiles for developers
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.

Event Timeline

ardumont retitled this revision from Make the mimetype indexer work. to docker-dev: Make the mimetype indexer work..
This revision is now accepted and ready to land.Dec 20 2018, 6:43 PM
This revision was automatically updated to reflect the committed changes.