Update readme to reflect current state of development

This commit is contained in:
Carl George 2021-04-13 18:11:04 -05:00
parent a53d12a302
commit 0e7e9648a0

View file

@ -4,32 +4,34 @@ with RPM git repositories like the ones hosted at http://git.centos.org. Rpkg al
some convenience methods/commands for local builds via mock or rpmbuild, for some convenience methods/commands for local builds via mock or rpmbuild, for
interacting with koji, and for generating patches. interacting with koji, and for generating patches.
# Centpkg is in pre-alpha state, as of now this is a proof of concept. Not all typical rpkg commands have been implemented yet. If the command you
For now only a very small subset of rpkg commands are enabled. are looking for doesn't appear to work, please open an issue.
Exception handling at the top level has been disabled for now to get better This repository provides two executable scripts, centpkg and centpkg-sig.
tracebacks during development.
This repository provides two executable scripts centpkg and centpkg-sig.
## centpkg ## centpkg
Executable centpkg allows you to interact with CentOS Stream dist-git and CentOS Stream koji instance. Executable centpkg allows you to interact with CentOS Stream dist-git and CentOS Stream koji instance.
## centpkg-sig ## centpkg-sig
Executable centpkg-sig allows you to interact with CentOS Linux dist-git and CentOS Linux koji instance. Executable centpkg-sig allows you to interact with CentOS Linux dist-git and CentOS Linux koji instance.
## Supported commands ## Supported commands
Here is the list currently supported commands by centpkg: Here is the list currently supported commands by centpkg:
* clone * clone
* sources * sources
* new-sources * new-sources
* fork
Here is the list currently supported commands by centpkg-sig: Here is the list currently supported commands by centpkg-sig:
* clone * clone
## Current workflow ## Current workflow
For a sig working on a package in git.centos.org, the following workflow is For a sig working on a package in git.centos.org, the following workflow is
recommended: recommended: