mirror of
https://git.centos.org/centos/centpkg.git
synced 2025-02-23 16:22:55 +00:00
Fix line endings with dos2unix
This commit is contained in:
parent
794ab0a8b7
commit
a53d12a302
1 changed files with 48 additions and 48 deletions
96
README.md
96
README.md
|
@ -1,48 +1,48 @@
|
||||||
# Centpkg
|
# Centpkg
|
||||||
Centpkg is a wrapper for [rpkg](https://fedorahosted.org/rpkg/) which interacts
|
Centpkg is a wrapper for [rpkg](https://fedorahosted.org/rpkg/) which interacts
|
||||||
with RPM git repositories like the ones hosted at http://git.centos.org. Rpkg also provides
|
with RPM git repositories like the ones hosted at http://git.centos.org. Rpkg also provides
|
||||||
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.
|
# 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.
|
For now only a very small subset of rpkg commands are enabled.
|
||||||
|
|
||||||
Exception handling at the top level has been disabled for now to get better
|
Exception handling at the top level has been disabled for now to get better
|
||||||
tracebacks during development.
|
tracebacks during development.
|
||||||
|
|
||||||
This repository provides two executable scripts centpkg and centpkg-sig.
|
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
|
||||||
|
|
||||||
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:
|
||||||
|
|
||||||
# In this example a member of the virt sig would like to scratch-build a2ps on EL6
|
# In this example a member of the virt sig would like to scratch-build a2ps on EL6
|
||||||
$ centpkg-sig clone -b virt6 a2ps
|
$ centpkg-sig clone -b virt6 a2ps
|
||||||
$ cd a2ps
|
$ cd a2ps
|
||||||
$ centpkg-sig build --srpm --scratch
|
$ centpkg-sig build --srpm --scratch
|
||||||
|
|
||||||
# Tagged builds can be done also
|
# Tagged builds can be done also
|
||||||
$ centpkg-sig build --srpm
|
$ centpkg-sig build --srpm
|
||||||
|
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
Unless otherwise specified, all files are licensed under GPLv2+.
|
Unless otherwise specified, all files are licensed under GPLv2+.
|
||||||
See COPYING for more license information
|
See COPYING for more license information
|
||||||
|
|
Loading…
Add table
Reference in a new issue