]> git.apps.os.sepia.ceph.com Git - autobuild-ceph.git/log
autobuild-ceph.git
10 years agobuild-*: clean up rocksdb submodule too
Sage Weil [Mon, 28 Jul 2014 21:15:21 +0000 (14:15 -0700)]
build-*: clean up rocksdb submodule too

Signed-off-by: Sage Weil <sage@inktank.com>
11 years agofabfile: drop s/--assume-yes --no-install-recommends/-y/ to apt
Sage Weil [Fri, 11 Jul 2014 22:45:50 +0000 (15:45 -0700)]
fabfile: drop s/--assume-yes --no-install-recommends/-y/ to apt

trusty doesn't like those options... and -y does the trick.

Signed-off-by: Sage Weil <sage@inktank.com>
11 years agoGet SHA1 from branches.sh instead of running rev-parse.
Sandon Van Ness [Thu, 10 Jul 2014 22:57:24 +0000 (15:57 -0700)]
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>
11 years agokernel-config: enable CONFIG_LOCKDEP
Ilya Dryomov [Mon, 9 Jun 2014 08:26:39 +0000 (12:26 +0400)]
kernel-config: enable CONFIG_LOCKDEP

Enable CONFIG_LOCKDEP.

Signed-off-by: Ilya Dryomov <ilya.dryomov@inktank.com>
11 years agoCreate generic symlinks for rpm kernels (like deb) for teuthology.
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>