]> git.apps.os.sepia.ceph.com Git - autobuild-ceph.git/log
autobuild-ceph.git
10 years agoUse auto build script on RPM.
Sandon Van Ness [Tue, 29 Jul 2014 15:32:09 +0000 (08:32 -0700)]
Use auto build script on RPM.

Signed-off-by: Sandon Van Ness <sandon@inktank.com>
10 years agoSnappy dev package missing from deb_builder()
Sandon Van Ness [Tue, 29 Jul 2014 15:31:42 +0000 (08:31 -0700)]
Snappy dev package missing from deb_builder()

Signed-off-by: Sandon Van Ness <sandon@inktank.com>
10 years agoRhel7 updates.
Sandon Van Ness [Tue, 29 Jul 2014 15:31:05 +0000 (08:31 -0700)]
Rhel7 updates.

Signed-off-by: Sandon Van Ness <sandon@inktank.com>
11 years agoMerge branch 'master' of github.com:ceph/autobuild-ceph
Sandon Van Ness [Wed, 16 Jul 2014 09:06:01 +0000 (02:06 -0700)]
Merge branch 'master' of github.com:ceph/autobuild-ceph

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 agoFix Path.
Sandon Van Ness [Tue, 10 Jun 2014 18:01:04 +0000 (11:01 -0700)]
Fix Path.

Signed-off-by: Sandon Van Ness <sandon@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>