From: Loic Dachary Date: Thu, 2 Apr 2015 22:09:57 +0000 (+0200) Subject: fabfile: discard squeeze/oneiric tarbals X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=54834b4130359257d04e557aafbc3bffeabae266;p=autobuild-ceph.git fabfile: discard squeeze/oneiric tarbals They no longer exist and attempting to fetch them will fail the installation. Signed-off-by: Loic Dachary --- 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',