Blame README.md

Karanbir Singh 0bf461
Welcome to git.centos.org
Karanbir Singh 0bf461
Karanbir Singh 0bf461
This git repo contains the following scripts that make interfacing with git.c.o, reimzul and nazar as easy as possible.
Karanbir Singh 0bf461
Karanbir Singh afa935
Tools:
238939
Karanbir Singh afa935
 * 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.
Karanbir Singh afa935
Pat Riehecky 87c8ae
 * into_srpm.sh:  reconstructs the srpm from a given commit
Pat Riehecky 87c8ae
1fbac7
 * 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.  
ef795c
e9e166
 * return_disttag.sh:  Extracts what appears to be the value of %{dist} from the commit message. NOTE: Requires the package scl-utils-build to be installed to use.
ef795c
ef795c
 * rpm-tree-prep.sh:  A very simple script that prepares a git tree for patching. (runs rpmbuild -bp on the tree)
ef795c
f4a51b
 * show\_possible\_srpms.sh:  when run from inside a package git checkout, shows the list of possible SRPMs available to be built.
ef795c
Karanbir Singh 0bf461
Terms:
Karanbir Singh 2831c6
Karanbir Singh 2831c6
 * Nazar   : the beanstalkd worker queue that runs most build and delivery services for various CentOS components
Karanbir Singh 2831c6
Karanbir Singh 2831c6
 * Reimzul : the buildsystem, it can do
Karanbir Singh 2831c6
  *  source rpm to binary rpm builds
Karanbir Singh 2831c6
  *  manifests + comps.xml to iso media
Karanbir Singh 2831c6
  *  manifests and kickstrt to LiveCD and LiveDVD media
Karanbir Singh 2831c6
  *  manifest to AMI ( for AMP / EC2 )
Karanbir Singh 2831c6
Karanbir Singh 2831c6
 * Git.c.o : the https://git.centos.org/ site where all the code used is hosted
1be27e
1be27e
========================
f4a51b
a0a593
Unless otherwise noted inside the code of an individual script, all scripts in this repository are licensed with the [GPL Version 2.0](http://opensource.org/licenses/GPL-2.0 "GPL Version 2.0") by default.  Community members who initially contribute a script can also choose any [OSI Approved License](http://opensource.org/licenses/alphabetical "Approved OSI Licenses") for their scripts if they would rather have something other than the default.