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 This will download the base image and customize it with the required packages. Next, a build can be performed 'in place'. This is useful to do edit/compile cycles with an alternate distribution. - $ buildlib/cbuild make fc25 + $ buildlib/cbuild make tumbleweed -The build output will be placed in build-fc25 +The build output will be placed in build-tumbleweed Finally, a full package build can be performed inside the container. Note this mode actually creates a source tree inside the container based on the current git HEAD commit, so any uncommitted edits will be lost. - $ buildlib/cbuild pkg fc25 + $ buildlib/cbuild pkg tumbleweed In this case only the final package results are copied outside the container (to ..) and everything else is discarded. -- 2.19.1