You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by "Glen Mazza (JIRA)" <ji...@apache.org> on 2012/11/26 03:18:58 UTC

[jira] [Created] (ROL-1951) switch from pushd/popd to cd in Roller build shell scripts

Glen Mazza created ROL-1951:
-------------------------------

             Summary: switch from pushd/popd to cd in Roller build shell scripts
                 Key: ROL-1951
                 URL: https://issues.apache.org/jira/browse/ROL-1951
             Project: Roller
          Issue Type: Improvement
            Reporter: Glen Mazza
            Assignee: Roller Unassigned
            Priority: Minor
         Attachments: buildScripts.patch

Ubuntu Linux cannot handle the pushd/popd commands in the three build-{servlet container}-release.sh scripts kept in the Roller trunk folder, because it uses the dash instead of the usual bash shell and the former doesn't have those commands (https://jira.secondlife.com/browse/OPEN-82?, https://wiki.ubuntu.com/DashAsBinSh).  While there are workarounds (http://rystraum.com/blog/2010/05/ubuntu-workarounds-fixes-1-of-many/) it takes a while for people to google and figure out the solution.  I've noticed that using "cd" works OOTB with both bash and dash shells so think it would be good to just switch to that command instead.

--
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

[jira] [Resolved] (ROL-1951) switch from pushd/popd to cd in Roller build shell scripts

Posted by "Glen Mazza (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ROL-1951?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Glen Mazza resolved ROL-1951.
-----------------------------

    Resolution: Fixed

Patch applied.
                
> switch from pushd/popd to cd in Roller build shell scripts
> ----------------------------------------------------------
>
>                 Key: ROL-1951
>                 URL: https://issues.apache.org/jira/browse/ROL-1951
>             Project: Roller
>          Issue Type: Improvement
>            Reporter: Glen Mazza
>            Assignee: Roller Unassigned
>            Priority: Minor
>         Attachments: buildScripts.patch
>
>
> Ubuntu Linux cannot handle the pushd/popd commands in the three build-{servlet container}-release.sh scripts kept in the Roller trunk folder, because it uses the dash instead of the usual bash shell and the former doesn't have those commands (https://jira.secondlife.com/browse/OPEN-82?, https://wiki.ubuntu.com/DashAsBinSh).  While there are workarounds (http://rystraum.com/blog/2010/05/ubuntu-workarounds-fixes-1-of-many/) it takes a while for people to google and figure out the solution.  I've noticed that using "cd" works OOTB with both bash and dash shells so think it would be good to just switch to that command instead.

--
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

[jira] [Closed] (ROL-1951) switch from pushd/popd to cd in Roller build shell scripts

Posted by "Glen Mazza (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ROL-1951?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Glen Mazza closed ROL-1951.
---------------------------

           Assignee: Glen Mazza  (was: Roller Unassigned)
    Level of effort: I was schwitzing, I tell you...

Fixed.
                
> switch from pushd/popd to cd in Roller build shell scripts
> ----------------------------------------------------------
>
>                 Key: ROL-1951
>                 URL: https://issues.apache.org/jira/browse/ROL-1951
>             Project: Roller
>          Issue Type: Improvement
>            Reporter: Glen Mazza
>            Assignee: Glen Mazza
>            Priority: Minor
>         Attachments: buildScripts.patch
>
>
> Ubuntu Linux cannot handle the pushd/popd commands in the three build-{servlet container}-release.sh scripts kept in the Roller trunk folder, because it uses the dash instead of the usual bash shell and the former doesn't have those commands (https://jira.secondlife.com/browse/OPEN-82?, https://wiki.ubuntu.com/DashAsBinSh).  While there are workarounds (http://rystraum.com/blog/2010/05/ubuntu-workarounds-fixes-1-of-many/) it takes a while for people to google and figure out the solution.  I've noticed that using "cd" works OOTB with both bash and dash shells so think it would be good to just switch to that command instead.

--
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

[jira] [Updated] (ROL-1951) switch from pushd/popd to cd in Roller build shell scripts

Posted by "Glen Mazza (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ROL-1951?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Glen Mazza updated ROL-1951:
----------------------------

    Attachment: buildScripts.patch

patch switches from pushd/popd to cd commands.
                
> switch from pushd/popd to cd in Roller build shell scripts
> ----------------------------------------------------------
>
>                 Key: ROL-1951
>                 URL: https://issues.apache.org/jira/browse/ROL-1951
>             Project: Roller
>          Issue Type: Improvement
>            Reporter: Glen Mazza
>            Assignee: Roller Unassigned
>            Priority: Minor
>         Attachments: buildScripts.patch
>
>
> Ubuntu Linux cannot handle the pushd/popd commands in the three build-{servlet container}-release.sh scripts kept in the Roller trunk folder, because it uses the dash instead of the usual bash shell and the former doesn't have those commands (https://jira.secondlife.com/browse/OPEN-82?, https://wiki.ubuntu.com/DashAsBinSh).  While there are workarounds (http://rystraum.com/blog/2010/05/ubuntu-workarounds-fixes-1-of-many/) it takes a while for people to google and figure out the solution.  I've noticed that using "cd" works OOTB with both bash and dash shells so think it would be good to just switch to that command instead.

--
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