mirror of
https://git.centos.org/centos-git-common.git
synced 2025-02-23 16:22:56 +00:00
update README.md for centos-git-common
This commit is contained in:
parent
a6a2bc047e
commit
ef795ccc6d
1 changed files with 8 additions and 0 deletions
|
@ -5,6 +5,14 @@ This git repo contains the following scripts that make interfacing with git.c.o,
|
|||
Tools:
|
||||
* get_sources.sh: when run from inside a package git checkout, will download the relevant non-text sources from the lookaside cache and drop them into the SOURCES/ dir; note: it will generate 0 byte files in place, rather than download them.
|
||||
|
||||
* centos.git.repolist.py: This package gets list of repos from gitblit RPC, used to grab CentOS sources. Requires the package 'python-requests' which is in the EPEL repo for CentOS-6. Has a -b switch to pick a specific branch (defaults to master, but you might want to use -b c7)
|
||||
|
||||
* return_disttag.sh: Extracts what appears to be the value of %{dist} from the commit message
|
||||
|
||||
* rpm-tree-prep.sh: A very simple script that prepares a git tree for patching. (runs rpmbuild -bp on the tree)
|
||||
|
||||
* show_possible_srpms.sh: when run from inside a package git checkout, shows the list of possible SRPMs available to be built.
|
||||
|
||||
Terms:
|
||||
|
||||
* Nazar : the beanstalkd worker queue that runs most build and delivery services for various CentOS components
|
||||
|
|
Loading…
Add table
Reference in a new issue