You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@climate.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2015/01/22 19:21:34 UTC

[jira] [Commented] (CLIMATE-566) Output redirects in Easy-OCW clobber install log

    [ https://issues.apache.org/jira/browse/CLIMATE-566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14287900#comment-14287900 ] 

ASF GitHub Bot commented on CLIMATE-566:
----------------------------------------

GitHub user MJJoyce opened a pull request:

    https://github.com/apache/climate/pull/147

    CLIMATE-566 - Fix output redirect log clobbering bugs

    - Stderr redirects should now properly use an append so the install log doesn't get clobbered

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/MJJoyce/climate CLIMATE-566

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/climate/pull/147.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #147
    
----
commit c8f78a6cd696c90af11446733d178a109fc21e7b
Author: Michael Joyce <jo...@apache.org>
Date:   2015-01-22T18:20:05Z

    CLIMATE-566 - Fix output redirect log clobbering bugs

----


> Output redirects in Easy-OCW clobber install log
> ------------------------------------------------
>
>                 Key: CLIMATE-566
>                 URL: https://issues.apache.org/jira/browse/CLIMATE-566
>             Project: Apache Open Climate Workbench
>          Issue Type: Bug
>          Components: easy-ocw
>    Affects Versions: 0.5
>            Reporter: Michael Joyce
>             Fix For: 1.0.0
>
>
> Some of the output redirection isn't appending to the install log and is instead clobbering it. For instance:
> {code}
> wget -O basemap-1.0.7.tar.gz "..." 2> install_log
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)