[CentOS-devel] [PATCH 2/3] update the readme to make the epel installation step more clear
Brian Stinson
bstinson at ksu.eduSat Jul 5 21:56:09 UTC 2014
- Previous message: [CentOS-devel] [PATCH 1/3] Catch exceptions when running commands for a nicer experience when things go wrong
- Next message: [CentOS-devel] [PATCH 3/3] bump the version number to 0.1 for the first RPM
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
--- README.md | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 725b9a4..9ccf916 100644 --- a/README.md +++ b/README.md @@ -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 -- 1.7.1
- Previous message: [CentOS-devel] [PATCH 1/3] Catch exceptions when running commands for a nicer experience when things go wrong
- Next message: [CentOS-devel] [PATCH 3/3] bump the version number to 0.1 for the first RPM
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the CentOS-devel mailing list