Uploaded image for project: 'JBoss Transaction Manager'
  1. JBoss Transaction Manager
  2. JBTM-2533

Possibility to run "scripts/hudson/narayana.sh" on different platforms.

    XMLWordPrintable

Details

    • Task
    • Resolution: Done
    • Blocker
    • 5.2.6.Final
    • 5.2.5.Final
    • Testing
    • None

    Description

      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"

      Attachments

        Activity

          People

            hhovsepy@redhat.com Hayk Hovsepyan
            hhovsepy@redhat.com Hayk Hovsepyan
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: