On Wed, Nov 21, 2018 at 08:18:39PM +0200, Jason Gunthorpe wrote: > On Wed, Nov 21, 2018 at 08:08:20PM +0200, Leon Romanovsky wrote: > > From: Leon Romanovsky <leonro@xxxxxxxxxxxx> > > > > Fedora 25 is outdated a long time ago and cbuild doesn't have > > such OS. This situation confused newcomers and raised a lot > > of questions how to use it. > > > > Rename fc25 to be tumbleweed, because the name of that OS doesn't > > change. > > > > Signed-off-by: Leon Romanovsky <leonro@xxxxxxxxxxxx> > > --- > > buildlib/cbuild | 8 ++++---- > > 1 file changed, 4 insertions(+), 4 deletions(-) > > > > diff --git a/buildlib/cbuild b/buildlib/cbuild > > index c0ebfb0d..71b70b2d 100755 > > --- a/buildlib/cbuild > > +++ b/buildlib/cbuild > > @@ -10,22 +10,22 @@ building for a wide range of distributions without having to install them. > > Each target distribution has a base docker image and a set of packages to > > install. The first step is to build the customized docker container: > > > > - $ buildlib/cbuild build-images fc25 > > + $ buildlib/cbuild build-images tumbleweed > > I think I would prefer to use the new fedora alias here > > I've found the suse images to be less reliable to build than the > fedora images. No problem, I'm updating PR now. > > Jason