[jbossts-issues] [JBoss JIRA] (JBTM-2533) Possibility to run "scripts/hudson/narayana.sh" on different platforms.

Tom Jenkinson (JIRA) issues at jboss.org
Thu Oct 8 08:35:00 EDT 2015


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

Tom Jenkinson commented on JBTM-2533:
-------------------------------------

Hi Hayk,

There isn't an "SLA" (read versioned API) on the script but if you are happy with that caveat, I am happy to review any PR for this.

Thanks,
Tom

> Possibility to run "scripts/hudson/narayana.sh" on different platforms.
> -----------------------------------------------------------------------
>
>                 Key: JBTM-2533
>                 URL: https://issues.jboss.org/browse/JBTM-2533
>             Project: JBoss Transaction Manager
>          Issue Type: Feature Request
>          Components: Testing
>    Affects Versions: 5.2.5.Final
>            Reporter: Hayk Hovsepyan
>            Assignee: Hayk Hovsepyan
>            Priority: Blocker
>             Fix For: 5.next
>
>
> Currently "scripts/hudson/narayana.sh" uses "sed" command with "-i" option, so it looks like:
> "sed -i file -e expression". 
> "-i" option is not supported on some platforms (HP-UX).
> We need to apply workaround here and modify "sed" commands to be in this format:
> "sed -e expression file > file.tmp && mv file.tmp file"



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the jbossts-issues mailing list