mirror of
https://git.centos.org/centos/centpkg.git
synced 2025-02-23 08:12:55 +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
|
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:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue