[jbossts-issues] [JBoss JIRA] (JBTM-1281) Improve Narayana.sh to auto-merge when pulling upstream AS changes

Paul Robinson (JIRA) jira-events at lists.jboss.org
Fri Oct 12 10:25:03 EDT 2012


    [ https://issues.jboss.org/browse/JBTM-1281?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12724666#comment-12724666 ] 

Paul Robinson edited comment on JBTM-1281 at 10/12/12 10:24 AM:
----------------------------------------------------------------

Re-opening as the current fix is git 1.7.3 onwards only:

{code}
git pull --rebase --ff-only -s recursive -Xours upstream master
{code}

>From Git v1.7.3 Release Notes:

"git rebase --strategy <s>" learned "-X" option to pass extra options
   that are understood by the chosen merge strategy.

half the Linux CI nodes are still running git 1.7.1 and can't be upgraded due to this being the highest version that the latest CentOS supports. We could compile it ourselves if we really wanted to.

                
      was (Author: paul.robinson):
    Re-opening as the current fix is git 1.7.3 onwards only:

{code}
git pull --rebase --ff-only -s recursive -Xours upstream master
{code}

>From Git v1.7.3 Release Notes:

"git rebase --strategy <s>" learned "-X" option to pass extra options
   that are understood by the chosen merge strategy.

half the Linux CI nodes are still running git 1.7.1.

                  
> Improve Narayana.sh to auto-merge when pulling upstream AS changes
> ------------------------------------------------------------------
>
>                 Key: JBTM-1281
>                 URL: https://issues.jboss.org/browse/JBTM-1281
>             Project: JBoss Transaction Manager
>          Issue Type: Task
>      Security Level: Public(Everyone can see) 
>          Components: Build System
>            Reporter: Paul Robinson
>            Assignee: Paul Robinson
>            Priority: Minor
>             Fix For: 4.17.1, 5.0.0.M2
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jbossts-issues mailing list