]> git.apps.os.sepia.ceph.com Git - autobuild-ceph.git/log
autobuild-ceph.git
11 years agoUse more proper git method instead of shell fugliness. wip-sandon 9/head
Sandon Van Ness [Thu, 16 Jan 2014 01:05:15 +0000 (17:05 -0800)]
Use more proper git method instead of shell fugliness.

Signed-off-by: Sandon Van Ness <sandon@inktank.com>
11 years agoAdd additional packages needed for RPM gitbuilders.
Sandon Van Ness [Wed, 15 Jan 2014 01:26:30 +0000 (17:26 -0800)]
Add additional packages needed for RPM gitbuilders.

Signed-off-by: Sandon Van Ness <sandon@inktank.com>
11 years agoUse --remove-section so empty entires don't keep increasing.
Sandon Van Ness [Wed, 15 Jan 2014 01:22:43 +0000 (17:22 -0800)]
Use --remove-section so empty entires don't keep increasing.

Signed-off-by: Sandon Van Ness <sandon@inktank.com>
11 years agoUse format() for lsb codename or distro/verison string.
Sandon Van Ness [Tue, 14 Jan 2014 01:14:10 +0000 (17:14 -0800)]
Use format() for lsb codename or distro/verison string.

Signed-off-by: Sandon Van Ness <sandon@inktank.com>
11 years agoClean repo after unsetting .git/config settings.
Sandon Van Ness [Tue, 14 Jan 2014 01:13:39 +0000 (17:13 -0800)]
Clean repo after unsetting .git/config settings.

Signed-off-by: Sandon Van Ness <sandon@inktank.com>
11 years agoRemove submodule .git/config submodules for .gitmodules reimport.
Sandon Van Ness [Tue, 14 Jan 2014 00:06:26 +0000 (16:06 -0800)]
Remove submodule .git/config submodules for .gitmodules reimport.

When the submodules init is done it takes values from .gitmodules
and imports them into .git/config so when .gitmodules is updated
old values/URLs are sitll used. Instead remove the entries from
.git/config so they can be re-added from .gitmodules.

11 years agoHave copy of backport deps in /srv instead of apt-cache.
Sandon Van Ness [Tue, 14 Jan 2014 00:01:16 +0000 (16:01 -0800)]
Have copy of backport deps in /srv instead of apt-cache.

Instead of pulling from /var/apt-cache (assuming the files
exist) instead run a apt-get --reinstall and copy files to
/srv/extras-backports and import for the repo from there.

Signed-off-by: Sandon Van Ness <sandon@inktank.com>
11 years agoKeep builds around for 4 days instead of 2.
Sandon Van Ness [Mon, 13 Jan 2014 23:56:40 +0000 (15:56 -0800)]
Keep builds around for 4 days instead of 2.

Gitbuilder-archive should have enough space and this will
help jobs to complete running if they get delayed over
the weekend.

Signed-off-by: Sandon Van Ness <sandon@inktank.com>
11 years agoUse correct format for rpm gitbuilders rsync-target
Sandon Van Ness [Mon, 13 Jan 2014 21:15:42 +0000 (13:15 -0800)]
Use correct format for rpm gitbuilders rsync-target

The codename value from lsb_release is not unique enough
nor our currently used format for the directory on the
gitbulder-archive machine. Instead use distro name
with the version (without . in them) like we are currently
doing.

Signed-off-by: Sandon Van Ness <sandon@inktank.com>
11 years agoAdded new Fedora Gitbuilders.
Sandon Van Ness [Mon, 13 Jan 2014 21:10:59 +0000 (13:10 -0800)]
Added new Fedora Gitbuilders.

Signed-off-by: Sandon Van Ness <sandon@inktank.com>