mirror of
https://git.centos.org/centos/centpkg.git
synced 2025-02-23 00:02:57 +00:00
Update readme to reflect current state of development
This commit is contained in:
parent
a53d12a302
commit
0e7e9648a0
1 changed files with 8 additions and 6 deletions
14
README.md
14
README.md
|
@ -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
|
||||
interacting with koji, and for generating patches.
|
||||
|
||||
# Centpkg is in pre-alpha state, as of now this is a proof of concept.
|
||||
For now only a very small subset of rpkg commands are enabled.
|
||||
Not all typical rpkg commands have been implemented yet. If the command you
|
||||
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
|
||||
tracebacks during development.
|
||||
|
||||
This repository provides two executable scripts centpkg and centpkg-sig.
|
||||
This repository provides two executable scripts, centpkg and centpkg-sig.
|
||||
|
||||
## centpkg
|
||||
|
||||
Executable centpkg allows you to interact with CentOS Stream dist-git and CentOS Stream koji instance.
|
||||
|
||||
## centpkg-sig
|
||||
|
||||
Executable centpkg-sig allows you to interact with CentOS Linux dist-git and CentOS Linux koji instance.
|
||||
|
||||
## Supported commands
|
||||
|
||||
Here is the list currently supported commands by centpkg:
|
||||
|
||||
* clone
|
||||
* sources
|
||||
* new-sources
|
||||
* fork
|
||||
|
||||
Here is the list currently supported commands by centpkg-sig:
|
||||
|
||||
* clone
|
||||
|
||||
## Current workflow
|
||||
|
||||
For a sig working on a package in git.centos.org, the following workflow is
|
||||
recommended:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue