Page MenuHomeSoftware Heritage

Remove the autoreload option
ClosedPublic

Authored by vsellier on May 31 2022, 7:34 PM.

Details

Summary

It's not necessary in a immutable environment

Related to T4134

Diff Detail

Repository
R259 Software Heritage virtual environment packaging manifests
Branch
master
Lint
No Linters Available
Unit
No Unit Test Coverage
Build Status
Buildable 29658
Build 46351: arc lint + arc unit

Event Timeline

vsellier created this revision.
vlorentz added a subscriber: vlorentz.

it used to be mutable in the dev docker env :(

This revision is now accepted and ready to land.Jun 1 2022, 9:24 AM

The target of this repository is staging / production or even test environments.

For now this repository will be focused on deployments of test/staging/production environment. We try to keep it simple until we have something working.
if by any chance we decide to use this for development one day, we could put it back behind a flag. In any case, it will need some work to make it smooth for development,

This revision was automatically updated to reflect the committed changes.