[elbe-devel] [PATCH v2] repomanager: fix key unlock for existing repo

Manuel Traut manut at linutronix.de
Tue Apr 30 09:55:06 CEST 2019


> > >              repo_conf = self.fs.read_file("conf/distributions")
> > > -            for l in repo_conf:
> > > +            for l in repo_conf.split('\n'):

splitlines()

as just seen in andreas patch

will send a v2 as soon as we agree on the handling of the 2nd line



More information about the elbe-devel mailing list