They no longer exist and attempting to fetch them will fail the
installation.
Signed-off-by: Loic Dachary <loic@dachary.org>
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')
'python-dev',
'python-pip',
'python-virtualenv',
+ 'python-sphinx',
'doxygen',
'ditaa',
'graphviz',