You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/03/14 23:08:33 UTC

[jira] [Commented] (DRILL-4050) Add zip archives to the list of artifacts in verify_release.sh

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

ASF GitHub Bot commented on DRILL-4050:
---------------------------------------

Github user adityakishore commented on the pull request:

    https://github.com/apache/drill/pull/249#issuecomment-196542189
  
    This enhanced version of the script allows integrated download and verification of a Drill release. It can be used to verify both the main release artifacts and maven repository artifacts.
    
    For example, to verify the 1.6 rc0 release artifacts, I ran
    ```
    ./verify_release.sh https://repository.apache.org/content/repositories/orgapachedrill-1030/ /tmp/drill-1.6/maven/
    ./verify_release.sh http://home.apache.org/~parthc/drill/releases/1.6.0/rc0/ /tmp/drill-1.6/main/
    ```
    If I had pre-downloaded the files in the respective folders, I'd run
    ```
    ./verify_release.sh /tmp/drill-1.6/maven/
    ./verify_release.sh /tmp/drill-1.6/main/
    ```
    Finally, run with `-nv` option to reduce the verbosity of the output.


> Add zip archives to the list of artifacts in verify_release.sh
> --------------------------------------------------------------
>
>                 Key: DRILL-4050
>                 URL: https://issues.apache.org/jira/browse/DRILL-4050
>             Project: Apache Drill
>          Issue Type: Task
>            Reporter: Aditya Kishore
>            Assignee: Aditya Kishore
>            Priority: Minor
>




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