Fixes: https://github.com/SUSE/teuthology/issues/53
Signed-off-by: Nathan Cutler <ncutler@suse.com>
# GNU Library Public License for more details.
#
function install_deps() {
- git archive --remote=git://git.ceph.com/ceph.git master install-deps.sh | tar -xvf -
+ if [ ! -f install-deps.sh ]; then
+ git archive --remote=git://git.ceph.com/ceph.git master install-deps.sh | tar -xvf -
+ fi
#
# drop the following hack when trusty is not supported anymore
# there is no other way as long as we maintain a debian directory that tries