From 9d1f762d438742f41b17d6f22cfc5885b6accbee Mon Sep 17 00:00:00 2001 From: Clebert Suconic Date: Wed, 28 Mar 2018 11:58:24 -0400 Subject: [PATCH] NO-JIRA Script to rebase donation on 1.x This is useful when looking for old JIRAs fixed in HornetQ and looking for root cause of old changes. --- scripts/rebase-donation.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/rebase-donation.sh b/scripts/rebase-donation.sh index 1cec2997c1..c5181d5336 100755 --- a/scripts/rebase-donation.sh +++ b/scripts/rebase-donation.sh @@ -25,7 +25,7 @@ set -e git fetch temp-hornetq git fetch temp-upstream git checkout temp-hornetq/apache-donation -B donation -git checkout temp-upstream/master -B master-donation +git checkout temp-upstream/1.x -B master-donation-1.x git rebase donation git remote rm temp-hornetq git remote rm temp-upstream