You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@aurora.apache.org by "Kevin Sweeney (JIRA)" <ji...@apache.org> on 2014/09/08 23:24:29 UTC

[jira] [Commented] (AURORA-632) distZip includes a META-INF/about.txt

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

Kevin Sweeney commented on AURORA-632:
--------------------------------------

The source distribution contains a top-level dir META-INF with about.txt that pollutes the work dir it is extracted into:

{noformat}
% ./gradlew distZip
...
% cd dist/distributions
% unzip aurora-scheduler-0.5.1-SNAPSHOT.zip 
Archive:  aurora-scheduler-0.5.1-SNAPSHOT.zip
   creating: aurora-scheduler-0.5.1-SNAPSHOT/
   creating: aurora-scheduler-0.5.1-SNAPSHOT/lib/
  inflating: aurora-scheduler-0.5.1-SNAPSHOT/lib/aurora-0.5.1-SNAPSHOT.jar  
  inflating: aurora-scheduler-0.5.1-SNAPSHOT/lib/aopalliance-1.0.jar  
...
  inflating: aurora-scheduler-0.5.1-SNAPSHOT/lib/stax-api-1.0-2.jar  
  inflating: aurora-scheduler-0.5.1-SNAPSHOT/lib/activation-1.1.jar  
  inflating: aurora-scheduler-0.5.1-SNAPSHOT/lib/slf4j-api-1.6.6.jar  
  inflating: aurora-scheduler-0.5.1-SNAPSHOT/lib/commons-logging-1.1.1.jar  
   creating: aurora-scheduler-0.5.1-SNAPSHOT/bin/
  inflating: aurora-scheduler-0.5.1-SNAPSHOT/bin/aurora-scheduler  
  inflating: aurora-scheduler-0.5.1-SNAPSHOT/bin/aurora-scheduler.bat  
   creating: META-INF/
  inflating: META-INF/about.txt      
{noformat}

> distZip includes a META-INF/about.txt
> -------------------------------------
>
>                 Key: AURORA-632
>                 URL: https://issues.apache.org/jira/browse/AURORA-632
>             Project: Aurora
>          Issue Type: Bug
>          Components: Build
>            Reporter: Kevin Sweeney
>            Priority: Minor
>




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