You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by cl...@apache.org on 2018/03/28 16:06:24 UTC

activemq-artemis git commit: NO-JIRA Script to rebase donation on 1.x

Repository: activemq-artemis
Updated Branches:
  refs/heads/1.x 94877c1cf -> 9d1f762d4


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.


Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/9d1f762d
Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/9d1f762d
Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/9d1f762d

Branch: refs/heads/1.x
Commit: 9d1f762d438742f41b17d6f22cfc5885b6accbee
Parents: 94877c1
Author: Clebert Suconic <cl...@apache.org>
Authored: Wed Mar 28 11:58:24 2018 -0400
Committer: Clebert Suconic <cl...@apache.org>
Committed: Wed Mar 28 11:58:26 2018 -0400

----------------------------------------------------------------------
 scripts/rebase-donation.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/9d1f762d/scripts/rebase-donation.sh
----------------------------------------------------------------------
diff --git a/scripts/rebase-donation.sh b/scripts/rebase-donation.sh
index 1cec299..c5181d5 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