From 458802e02f1d5e295ffc610e8328236d57cc2b43 Mon Sep 17 00:00:00 2001 From: =?utf8?q?S=C3=A9bastien=20Han?= Date: Wed, 23 Nov 2016 15:39:34 +0100 Subject: [PATCH] ceph-ansible-galaxy: update the splitup script MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 --- ceph-ansible-galaxy/build/build | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) 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 -- 2.47.3