[GitHub] metron pull request #919: METRON-1439: Turn off git pager in platform-info s...

2018-02-01 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/metron/pull/919


---


[GitHub] metron pull request #919: METRON-1439: Turn off git pager in platform-info s...

2018-02-01 Thread justinleet
GitHub user justinleet opened a pull request:

https://github.com/apache/metron/pull/919

METRON-1439: Turn off git pager in platform-info script

## Contributor Comments
Just added a couple --no-pager args.  Before you'd have to progress past 
the couple git pages, now they should just be part of the output.

Output should look something like this when run:
```
{10:08}~/Documents/workspace/metron:METRON-1439 ✗ ➭  
metron-deployment/scripts/platform-info.sh
Metron 0.4.3
--
* METRON-1439
--
commit a285b83ee0153cecf24132b4aed70250040a83b0 (HEAD -> METRON-1439, 
upstream/master, origin/master, origin/HEAD, 
apache/feature/METRON-1416-upgrade-solr, master, 
feature/METRON-1416-upgrade-solr)
Author: nickwallen 
Date:   Tue Jan 30 09:31:53 2018 -0500

METRON-1432 JDK Install Fails on Ubuntu Development Environment  
(nickwallen) closes apache/metron#913
--
 metron-deployment/scripts/platform-info.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
--
ansible 2.2.2.0
  config file =
  configured module search path = Default w/o overrides
--
Vagrant 1.8.1
--
Python 2.7.10
--
```

## Pull Request Checklist

Thank you for submitting a contribution to Apache Metron.  
Please refer to our [Development 
Guidelines](https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=61332235)
 for the complete guide to follow for contributions.  
Please refer also to our [Build Verification 
Guidelines](https://cwiki.apache.org/confluence/display/METRON/Verifying+Builds?show-miniview)
 for complete smoke testing guides.  


In order to streamline the review of the contribution we ask you follow 
these guidelines and ask you to double check the following:

### For all changes:
- [x] Is there a JIRA ticket associated with this PR? If not one needs to 
be created at [Metron 
Jira](https://issues.apache.org/jira/browse/METRON/?selectedTab=com.atlassian.jira.jira-projects-plugin:summary-panel).
- [x] Does your PR title start with METRON- where  is the JIRA 
number you are trying to resolve? Pay particular attention to the hyphen "-" 
character.
- [x] Has your PR been rebased against the latest commit within the target 
branch (typically master)?
- [x] Have you included steps or a guide to how the change may be verified 
and tested manually?

 Note:
Please ensure that once the PR is submitted, you check travis-ci for build 
issues and submit an update to your PR as soon as possible.
It is also recommended that [travis-ci](https://travis-ci.org) is set up 
for your personal repository such that your branches are built there before 
submitting a pull request.


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

$ git pull https://github.com/justinleet/metron METRON-1439

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

https://github.com/apache/metron/pull/919.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 #919


commit 0448218d4ef5e1321fac42350e89edd5d8131dc8
Author: justinjleet 
Date:   2018-02-01T15:09:10Z

Adding --no-pager args




---