Skip to content

globals.py: Made sure that REPOS is both declared in env and initialized when globals is imported

Benjamin Winger requested to merge bmwinger/portmod:env_fixup into master

Not that this actually broke the test setup, but it will cause issues if left, as modules aren't using the env class to get the repo list as they should.

Merge request reports