Add rpmbuild utility scripts.
authorSam Hague <shague@redhat.com>
Wed, 14 May 2014 00:16:58 +0000 (20:16 -0400)
committerSam Hague <shague@redhat.com>
Wed, 14 May 2014 00:16:58 +0000 (20:16 -0400)
commit7dfe26db5755d5fb69c2deb1c40302f9270e07af
tree451b145dd79e40456fe3f85cf34d49056e626a8a
parent81ec95372cb27538f6e1b1e5af9ac8e90fbc1486
Add rpmbuild utility scripts.

Three scripts are added to help when working with RPMs:
- setbuildrpm.sh: Used to setup an environment to build RPMs.
- odlrepo.sh: Used to setup a local repo with the built RPMs.
- checkint: Used to validate the RPMs against the integration builds.

All the scripts have "-?" text to show the options and usage.

Change-Id: I512d815242463160e8420d23dcf2b2f621c3dfd1
Signed-off-by: Sam Hague <shague@redhat.com>
packaging/rpm/util/checkint.sh [new file with mode: 0755]
packaging/rpm/util/odlrepo.sh [new file with mode: 0755]
packaging/rpm/util/setbuildrpm.sh [new file with mode: 0755]