Dan Mick [Wed, 13 Aug 2014 01:21:12 +0000 (18:21 -0700)]
build-ceph-rpm.sh: copy "*.patch" from topdir into SOURCES
This allows patches to be applied when building the RPMs; the addition
of the ceph patch to disable /etc/init.d/ceph from autostarting Ceph
daemons leads to the desire for a .patch file, conditionally applied
by the .spec. See the Ceph sources.
Get SHA1 from branches.sh instead of running rev-parse.
Doing a git-rev parse gives the wrong (non-detatched) sha1 of the
actual tag instead of the commit which means for tags we get the
wrong sha1. Instead use branches.sh with -v which gives the
expected sha1.
Signed-off-by: Sandon Van Ness <sandon@inktank.com>
Sandon Van Ness [Tue, 3 Jun 2014 21:35:58 +0000 (14:35 -0700)]
Create generic symlinks for rpm kernels (like deb) for teuthology.
Teuthology expects generic names (no versioning) when pulling from kernel
gitbuilders for installation which is already the case on debian kernel
gitbuilders but was not the case for rpm.
Signed-off-by: Sandon Van Ness <sandon@inktank.com>