You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2014/03/19 04:25:43 UTC

[jira] [Commented] (CB-6307) minor bugs in coho when non-standard release

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

ASF subversion and git services commented on CB-6307:
-----------------------------------------------------

Commit 32ab0c9a634070fb74246b9caab3d7f4f0c9f163 in cordova-coho's branch refs/heads/master from [~cmarcelk]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-coho.git;h=32ab0c9 ]

CB-6307 minor bugs

- re-execing with the modified ulimit would hide all the output and mask
  non-zero rc when there was an error. It should show the output and let the
  non-zero rc cascade out.
- the "--sign" argv for create-archive was not properly typed to boolean. So
  doing "--sign false" did not have the intended result.
- if not signing the archive, it still failed if 'gpg' was not present.
- when unzipping the zip archive of the source, there is no leading prefix.
  Thus when unzipping multiple repo archives, they will step on each other
  unless you first manually create separate subdirectories for each repo zip.
  Although this isn't technically an error, I think it would more friendly if
  the zips were already separated into different subdirectories when you unzip
  them.


> minor bugs in coho when non-standard release
> --------------------------------------------
>
>                 Key: CB-6307
>                 URL: https://issues.apache.org/jira/browse/CB-6307
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Coho
>            Reporter: Marcel Kinard
>            Assignee: Marcel Kinard
>            Priority: Minor
>             Fix For: 3.5.0
>
>
> While using coho on our own distribution, I ran into a few minor bugs:
> - re-execing with the modified ulimit would hide all the output and mask non-zero rc when there was an error. It should show the output and let the non-zero rc cascade out.
> - the "\-\-sign" argv for create-archive was not properly typed to boolean. So doing "\-\-sign false" did not have the intended result.
> - if not signing the archive, it still failed if 'gpg' was not present.
> - when unzipping the zip archive of the source, there is no leading prefix. Thus when unzipping multiple repo archives, they will step on each other unless you first manually create separate subdirectories for each repo zip. Although this isn't technically an error, I think it would more friendly if the zips were already separated into different subdirectories when you unzip them. If there is a reason why my modified behavior in undesirable, please let me know.



--
This message was sent by Atlassian JIRA
(v6.2#6252)