Page MenuHomeSoftware Heritage

Add swh-search to docker env
ClosedPublic

Authored by vlorentz on Nov 13 2019, 3:00 PM.

Details

Summary

Note that swh-web does not use it for now.

Diff Detail

Repository
rCDFD Dockerfiles for developers
Branch
add-swh-search
Lint
No Linters Available
Unit
No Unit Test Coverage
Build Status
Buildable 8996
Build 13146: arc lint + arc unit

Event Timeline

ardumont added inline comments.
services/swh-search/entrypoint.sh
29

wsgi module is back!

we removed those from everywhere else...
It's unrelated to this diff though, more swh-search repository in general.

Might as well reference it here though.

Related T2080#38517

It'd be better to remove the wsgi module to align with other swh modules.

Other than that, everything seems fine.

This revision is now accepted and ready to land.Nov 13 2019, 5:17 PM

use app factory instead of wsgi module.

This revision was automatically updated to reflect the committed changes.