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

Patrick Mueller commented on CB-315:
------------------------------------

This is the current direction I'm headed down.  

The weinre build will create 3 directories: {{bin}}, {{src}}, {{doc}}.

The files available in each directory are listed below.

{{<v>}} should be filled in with the semver version, 
eg, "{{2.0.0}}" or "{{2.0.0pre-foo}}"

Each of the archives will expand into their own directory tree:

{{bin}} archive expands as {{apache-cordova-weinre-<v>-bin}}
{{src}} archive expands as {{apache-cordova-weinre-<v>-src}}
{{doc}} archive expands as {{apache-cordova-weinre-<v>-doc}}

build artifacts:

{noformat}
bin
    apache-cordova-weinre-<v>-incubating-bin.zip
    apache-cordova-weinre-<v>-incubating-bin.zip.md5
    apache-cordova-weinre-<v>-incubating-bin.zip.sha1
    apache-cordova-weinre-<v>-incubating-bin.tar.gz
    apache-cordova-weinre-<v>-incubating-bin.tar.gz.md5
    apache-cordova-weinre-<v>-incubating-bin.tar.gz.sha1

src
    apache-cordova-weinre-<v>-incubating-src.zip
    apache-cordova-weinre-<v>-incubating-src.zip.md5
    apache-cordova-weinre-<v>-incubating-src.zip.sha1
    apache-cordova-weinre-<v>-incubating-src.tar.gz
    apache-cordova-weinre-<v>-incubating-src.tar.gz.md5
    apache-cordova-weinre-<v>-incubating-src.tar.gz.sha1

doc
    apache-cordova-weinre-<v>-incubating-doc.zip
    apache-cordova-weinre-<v>-incubating-doc.zip.md5
    apache-cordova-weinre-<v>-incubating-doc.zip.sha1
    apache-cordova-weinre-<v>-incubating-doc.tar.gz
    apache-cordova-weinre-<v>-incubating-doc.tar.gz.md5
    apache-cordova-weinre-<v>-incubating-doc.tar.gz.sha1
{noformat}

                
> generate valid Apache release artifact names
> --------------------------------------------
>
>                 Key: CB-315
>                 URL: https://issues.apache.org/jira/browse/CB-315
>             Project: Apache Callback
>          Issue Type: Wish
>          Components: weinre
>            Reporter: Patrick Mueller
>            Assignee: Patrick Mueller
>
> Currently the weinre build does not generate correct names for it's archives.
> I've started a discussion in the mailing list on what kind of names we will 
> want to use:
>     http://markmail.org/thread/h6uaisrfbtjeh4dp
> Some of the bits are orthogonal though:
> - we should generate zip/tar.gz/targ.bz2 files for all archives
> - names should probably be -bin, -src, -doc for the archives
> - should generate all the hash files
> If we decide on having separate bin/src/doc high level directories, instead 
> of version-number high level directories, then the archives should be 
> generated in appropriate subdirectories.
> Also need to make sure the archives expand out to version-specific directory 
> names.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to