[GitHub] drill pull request: DRILL-4050: Add zip archives to the list of ar...

2016-03-14 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/drill/pull/249


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] drill pull request: DRILL-4050: Add zip archives to the list of ar...

2016-03-14 Thread adityakishore
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.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] drill pull request: DRILL-4050: Add zip archives to the list of ar...

2015-11-08 Thread adityakishore
GitHub user adityakishore opened a pull request:

https://github.com/apache/drill/pull/249

DRILL-4050: Add zip archives to the list of artifacts in verify_relea…

…se.sh

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/adityakishore/drill DRILL-4050

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/drill/pull/249.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #249


commit dac1acb66bdc0c24794df0cacef834c7abdb3944
Author: Aditya Kishore 
Date:   2015-11-08T22:08:15Z

DRILL-4050: Add zip archives to the list of artifacts in verify_release.sh




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---