remove gitblit specific info about centos.git.repolist.py

This commit is contained in:
Johnny Hughes 2019-04-11 11:59:32 -05:00
parent 059392a377
commit 1fbac76eac

View file

@ -8,7 +8,7 @@ Tools:
* into_srpm.sh: reconstructs the srpm from a given commit * into_srpm.sh: reconstructs the srpm from a given commit
* 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) * centos.git.repolist.py: This package gets list of repos from the pagure API, used to grab CentOS sources. Requires the package 'python-requests' which is in the EPEL repo for CentOS-6.
* return_disttag.sh: Extracts what appears to be the value of %{dist} from the commit message. <b>NOTE</b>: Requires the package <b>scl-utils-build</b> to be installed to use. * return_disttag.sh: Extracts what appears to be the value of %{dist} from the commit message. <b>NOTE</b>: Requires the package <b>scl-utils-build</b> to be installed to use.