aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Harkin <ryan.harkin@linaro.org>2017-07-27 20:27:32 +0100
committerRyan Harkin <ryan.harkin@linaro.org>2017-07-27 20:27:32 +0100
commit118c527f99f5c77ec40f33104ea6aa0685e9c639 (patch)
treebb033bc35071ccc30f037ba2794e29fcbe1c6b53
parente0d1b95837336060d50cd642761c16e0a9d891f5 (diff)
Push latest-armlt- topic branches
We should push the topic branches to the kernel-testing repo too. Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
-rwxr-xr-xplatforms-rebase-latest.sh10
1 files changed, 10 insertions, 0 deletions
diff --git a/platforms-rebase-latest.sh b/platforms-rebase-latest.sh
index d4abae5..90ff350 100755
--- a/platforms-rebase-latest.sh
+++ b/platforms-rebase-latest.sh
@@ -89,6 +89,16 @@ test test test
# Push everything...
git push -f armlt latest-armlt:testing-latest-armlt
git push -f armlt
+
+# Push the topic branches to kernel-testing
+git push -f armlt latest-armlt-base
+git push -f armlt latest-armlt-configs
+git push -f armlt latest-armlt-fvp
+git push -f armlt latest-armlt-hdlcd
+git push -f armlt latest-armlt-juno
+git push -f armlt latest-armlt-misc
+git push -f armlt latest-armlt-scmi
+
# Might be nice to keep a 'master' branch up-to-date with upstream we use
git branch -f master ${NEW_UPSTREAM}
git push -f armlt master