From c5b3a2fff157a1e32fba4830cda9d12f7ccf45b4 Mon Sep 17 00:00:00 2001 From: Stephen Rothwell Date: Fri, 15 Apr 2016 15:19:09 +1000 Subject: [PATCH] to_ozlabs: prune the remote repos --- to_ozlabs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/to_ozlabs b/to_ozlabs index 3b15d3e..268c09e 100755 --- a/to_ozlabs +++ b/to_ozlabs @@ -9,7 +9,7 @@ ssh ozlabs.org "cd kernels/linus.git; git remote update" for i in $GIT_REPOS; do echo "Pushing $i" - ( cd $i; git push bilbo ) + ( cd $i; git push --prune bilbo ) [ "${i%.git}" = "$i" ] && ssh ozlabs.org "cd kernels/next/$i; git reset --hard" done -- 2.39.2