No description
Find a file
2014-06-26 14:37:41 -05:00
centos.git.repolist.py Added switch to filter output based on branch, add license string 2014-06-24 04:18:12 -05:00
get_sources.sh don't assume specfile name matches package name in get_sources 2014-06-25 14:49:32 -05:00
into_srpm.sh Added script to re-create SRPM from git commit 2014-06-25 12:38:48 -05:00
README.md updating license info for README.md 2014-06-25 17:01:14 -05:00
return_disttag.sh don't rely on directory name for package name fix -r option fix quoting issues verify %{dist} value 2014-06-12 01:07:32 +01:00
rpm-tree-prep.sh make rpm-tree-prep.sh executable by default 2014-06-18 12:25:29 -05:00
show_possible_srpms.sh May want to set defaults from the override file 2014-06-26 14:37:41 -05:00

Welcome to git.centos.org

This git repo contains the following scripts that make interfacing with git.c.o, reimzul and nazar as easy as possible.

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.

  • 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)

  • 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

  • Reimzul : the buildsystem, it can do

  • source rpm to binary rpm builds

  • manifests + comps.xml to iso media

  • manifests and kickstrt to LiveCD and LiveDVD media

  • manifest to AMI ( for AMP / EC2 )

  • Git.c.o : the https://git.centos.org/ site where all the code used is hosted

========================

Unless otherwise noted inside the code of an individual script, all scripts in this repository are licensed with the GPL Version 2.0 by default. Community members who initially contribute a script can also choose any OSI Approved License for their scripts if they would rather have something other than the default.