]> git.apps.os.sepia.ceph.com Git - autobuild-ceph.git/commitdiff
fabfile: discard squeeze/oneiric tarbals
authorLoic Dachary <ldachary@redhat.com>
Thu, 2 Apr 2015 22:09:57 +0000 (00:09 +0200)
committerLoic Dachary <ldachary@redhat.com>
Fri, 3 Apr 2015 00:00:56 +0000 (02:00 +0200)
They no longer exist and attempting to fetch them will fail the
installation.

Signed-off-by: Loic Dachary <loic@dachary.org>
fabfile.py

index 11acbd8bd59d626dd3d5b12c4063ece4d85b7ad6..b6f927cd177a15989850b3d1d9b5d8ca1e493fa6 100644 (file)
@@ -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',