On Tue, May 14, 2019 at 08:30:27PM -0300, Jason Gunthorpe wrote: > From: Jason Gunthorpe <jgg@xxxxxxxxxxxx> > > It also does not work with apt-cacher-ng because the server generates > redirects for some reason. > > Signed-off-by: Jason Gunthorpe <jgg@xxxxxxxxxxxx> > --- > buildlib/cbuild | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/buildlib/cbuild b/buildlib/cbuild > index a659a77fc5bb74..e012b08b5fbb76 100755 > --- a/buildlib/cbuild > +++ b/buildlib/cbuild > @@ -360,6 +360,7 @@ class leap(ZypperEnvironment): > aliases = {"leap"}; > > class tumbleweed(ZypperEnvironment): > + proxy = False; It should be set in ZypperEnvironment, because both leap and tumbleweed have this line now. Thanks > docker_parent = "opensuse/tumbleweed:latest"; > pkgs = leap.pkgs; > name = "tumbleweed"; > -- > 2.21.0 >