From 54834b4130359257d04e557aafbc3bffeabae266 Mon Sep 17 00:00:00 2001 From: Loic Dachary Date: Fri, 3 Apr 2015 00:09:57 +0200 Subject: [PATCH] fabfile: discard squeeze/oneiric tarbals They no longer exist and attempting to fetch them will fail the installation. Signed-off-by: Loic Dachary --- fabfile.py | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/fabfile.py b/fabfile.py index 11acbd8..b6f927c 100644 --- a/fabfile.py +++ b/fabfile.py @@ -383,12 +383,6 @@ def _deb_install_extras(): sudo('git clone https://github.com/ceph/ceph-build.git') with cd('ceph-build'): sudo('git pull') - if not exists('debian-base'): - sudo('mkdir debian-base') - with cd('debian-base'): - for dist in ['squeeze','oneiric']: - if not exists('%s.tgz' % (dist)): - sudo('wget -q http://ceph.newdream.net/qa/%s.tgz' % (dist)) sudo('grep -q autobuild-ceph /etc/sudoers || echo "autobuild-ceph ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers') @@ -818,6 +812,7 @@ def gitbuilder_doc(): 'python-dev', 'python-pip', 'python-virtualenv', + 'python-sphinx', 'doxygen', 'ditaa', 'graphviz', -- 2.39.5