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.
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>
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>