Page MenuHomeSoftware Heritage

Fix loader config
AbandonedPublic

Authored by legau on Mar 24 2020, 3:57 PM.

Details

Reviewers
None
Group Reviewers
Reviewers
Summary

Removing validate brought back error reported in (D2705)

Diff Detail

Repository
rDENV Development environment
Branch
master
Lint
No Linters Available
Unit
No Unit Test Coverage
Build Status
Buildable 11316
Build 17111: arc lint + arc unit

Event Timeline

To the contrary, this should no longer be needed.

Try and rebuild your docker containers.

I usually run from time to time to take the latest versions of the swh modules pushed to pypi.org:

docker build --build-arg=CASS_DRIVER_NO_CYTHON=1 --no-cache -t swh/stack .

Also note the the launchpad lister is not upstream yet so this needs to be removed from this diff ;)

Cheers,

Also note the the launchpad lister is not upstream yet so this needs to be removed from this diff ;)

and it's done ;)