You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bloodhound.apache.org by Apache Bloodhound <bl...@incubator.apache.org> on 2012/10/24 17:48:46 UTC

[Apache Bloodhound] #245: Make sure that files that are not part of the release are not included.

#245: Make sure that files that are not part of the release are not included.
-----------------------+-----------------------
 Reporter:  gjm        |      Owner:  nobody
     Type:  task       |     Status:  new
 Priority:  major      |  Milestone:  Release 3
Component:  dashboard  |    Version:
 Keywords:             |
-----------------------+-----------------------
 brane noted that a {{{.DS_Store}}} file had made it through to the release
 artefact.

 In future we should find a way to make sure that this does not happen.
 Adding the {{{--exclude=.DS_Store}}} option to the tar should do this but
 we either need to get this automated or recommend a way to validate the
 tarball does not contain extra files prior to uploading for evaluation.

-- 
Ticket URL: <https://issues.apache.org/bloodhound/ticket/245>
Apache Bloodhound <https://issues.apache.org/bloodhound/>
The Apache Bloodhound (incubating) issue tracker

Re: [Apache Bloodhound] #245: Make sure that files that are not part of the release are not included.

Posted by Apache Bloodhound <bl...@incubator.apache.org>.
#245: Make sure that files that are not part of the release are not included.
------------------------+-----------------------
  Reporter:  gjm        |      Owner:  nobody
      Type:  task       |     Status:  new
  Priority:  major      |  Milestone:  Release 3
 Component:  dashboard  |    Version:
Resolution:             |   Keywords:
------------------------+-----------------------

Comment (by brane):

 `.DS_Store` is created by Finder. The simplest way to ensure it doesn't
 get into the tarball on Mac is to simply avoid looking at the exported
 release tree in Finder, confining all operations to the command line.

-- 
Ticket URL: <https://issues.apache.org/bloodhound/ticket/245#comment:1>
Apache Bloodhound <https://issues.apache.org/bloodhound/>
The Apache Bloodhound (incubating) issue tracker

Re: [Apache Bloodhound] #245: Make sure that files that are not part of the release are not included.

Posted by Apache Bloodhound <bl...@incubator.apache.org>.
#245: Make sure that files that are not part of the release are not included.
------------------------+-----------------------
  Reporter:  gjm        |      Owner:  nobody
      Type:  task       |     Status:  new
  Priority:  major      |  Milestone:  Release 4
 Component:  dashboard  |    Version:
Resolution:             |   Keywords:
------------------------+-----------------------

Comment (by gjm):

 For release 3, a check was done manually. I don't think that we want to
 specifically look for certain files as we find them, more verify that a
 release essentially matches the contents of the repository at the
 appropriate tag, ignoring any paths that we might want to remove.

 Basically we need this to be part of a release script.

-- 
Ticket URL: <https://issues.apache.org/bloodhound/ticket/245#comment:2>
Apache Bloodhound <https://issues.apache.org/bloodhound/>
The Apache Bloodhound (incubating) issue tracker