Gentoo Build Publisher Command-Line Interface
Project description
CLI for Gentoo Build Publisher
Introduction
This is a command-line interface for Gentoo Build Publisher, a system that combines Gentoo Linux and CI/CD so that updating a Gentoo predictable and consistent.
This is a pip-installable Python package:
$ pip install gbpcli
Usage
The full command set supported:
usage: Command-line interface to Gentoo Build Publisher
Commands:
* build - Schedule a build for the given machine in CI/CD
* diff - Handler for subcommand
* inspect - Show the machines builds as a tree
* keep - Keep (or release) a build
* latest - Show the latest build number for a machine
* list - List a machine's builds
* logs - Show build logs
* machines - List machines with builds
* notes - Show, search, and edit build notes
* packages - List a build's packages
* publish - Publish a build
* pull - Pull a build
* status - Show build details
* tag - Add tags builds
positional arguments:
{build,diff,inspect,keep,latest,list,logs,machines,notes,packages,publish,pull,status,tag}
options:
-h, --help show this help message and exit
--version show program's version number and exit
--url URL GBP url
--color WHEN color output
--my-machines MY_MACHINES
The URL for the Gentoo Build Publisher may be provided via the command line or
by using the BUILD_PUBLISHER_URL
environment variable.
To list the machines which have builds:
The "Latest" column shows the latest build ID for the given machine. If the ID is in bold it that denotes that the latest build is published (available for emerges).
To list the available builds for a given machine:
In the above example, the P
output for build 150
signifies that this build
is currently published. The *
flag means that the respective build has new
binary packages. The K
for build 64
means that the build is marked for
keeping and will not be removed during the purge process. Build 2
has also
been given a "first" tag. The N
flag for build 151
means that the build
has a note attached.
Edit/delete build notes using the gbp notes
command.
The status
subcommand displays metadata about a given build. If the build
number is not given, it defaults to the latest build for that machine.
The diff
subcommand display differences between two build.
If the second build number is not given, it defaults to the latest build for that machine. If the first build number is not given, it defaults to the published build for that machine.
The publish
subcommand makes the given build available for syncing and
updating/downgrading.
$ gbp publish arm64-base 151
If the build nubmer is not given, it defaults to the latest build for that machine.
The build
subcommand can schedule a build in CI/CD for the given machine,
e.g.:
$ gbp build babette
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.