From: Sébastien Han Date: Wed, 23 Nov 2016 14:39:34 +0000 (+0100) Subject: ceph-ansible-galaxy: update the splitup script X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F564%2Fhead;p=ceph-build.git ceph-ansible-galaxy: update the splitup script We now use the latest version of the splitup.sh script that now pushes branches and tags from ceph-ansible to ansible-ceph-* repositories. Signed-off-by: Sébastien Han --- diff --git a/ceph-ansible-galaxy/build/build b/ceph-ansible-galaxy/build/build index c0b31808..ea396d78 100644 --- a/ceph-ansible-galaxy/build/build +++ b/ceph-ansible-galaxy/build/build @@ -1,10 +1,5 @@ #!/bin/bash -# the following method exists in scripts/build_utils.sh -pkgs=( "ansible" ) -install_python_packages "pkgs[@]" - -cd "$WORKSPACE"/ceph-ansible # propagates the change in the necessary Ansible Galaxy repos. # i.e. https://github.com/ceph/ansible-ceph-common -$VENV/ansible-playbook -i dummy-ansible-hosts contrib/splitup.yml --tags update +bash "$WORKSPACE"/contrib/push-roles-to-ansible-galaxy.sh