Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
version=version,
)
elif version_kind == 'testing':
- url = 'http://ceph.com/rpm-testing/'
+ url = 'http://ceph.com/rpm-testing/el6/'
elif version_kind == 'dev':
url = 'http://gitbuilder.ceph.com/ceph-rpm-centos{release}-{machine}-basic/ref/{version}/'.format(
release=release.split(".",1)[0],
distro=distro,
)
elif version_kind == 'testing':
- url = 'http://ceph.com/rpm-testing/{distro}'.format(distro=distro)
+ url = 'http://ceph.com/rpm-testing/{distro}/'.format(distro=distro)
elif version_kind == 'dev':
url = 'http://gitbuilder.ceph.com/ceph-rpm-{distro}{release}-{machine}-basic/ref/{version}/'.format(
distro=distro,