mirror of
https://git.centos.org/centos/centpkg.git
synced 2025-02-23 08:12:55 +00:00
update the readme to make the epel installation step more clear
This commit is contained in:
parent
13c432caf0
commit
4e702f9ae2
1 changed files with 4 additions and 3 deletions
|
@ -12,10 +12,10 @@ tracebacks during development.
|
|||
|
||||
|
||||
|
||||
## Installing
|
||||
## Installing from Git
|
||||
Centpkg currently requires the [EPEL](https://fedoraproject.org/wiki/EPEL) repository for pyrpkg and other dependencies.
|
||||
|
||||
root# <Install and configure EPEL-Release>
|
||||
root# <Download and configure the relevant epel-release RPM>
|
||||
root# yum install pyrpkg
|
||||
root# git clone https://bitbucket.org/bstinsonmhk/centpkg.git
|
||||
root# cd centpkg
|
||||
|
@ -36,10 +36,11 @@ Centpkg currently requires the [EPEL](https://fedoraproject.org/wiki/EPEL) repos
|
|||
$ centpkg sources # Downloads the binary sources from lookaside and checks hashes
|
||||
$ centpkg clean # Removes untracked files
|
||||
|
||||
### rpmbuild Operations
|
||||
### Build Operations
|
||||
$ centpkg local # Runs a full rpmbuild
|
||||
$ centpkg compile # Runs rpmbuild -bc
|
||||
$ centpkg verify-files # Runs rpmbuild -bl
|
||||
$ centpkg mockbuild # Runs a local mockbuild
|
||||
|
||||
## License
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue