[GitHub] bigtop pull request #338: BIGTOP-2988: Incorrect use "dnf update" in puppeti...

2018-02-06 Thread JunHe77
Github user JunHe77 closed the pull request at:

https://github.com/apache/bigtop/pull/338


---


[GitHub] bigtop pull request #338: BIGTOP-2988: Incorrect use "dnf update" in puppeti...

2018-02-04 Thread JunHe77
GitHub user JunHe77 opened a pull request:

https://github.com/apache/bigtop/pull/338

BIGTOP-2988: Incorrect use "dnf update" in puppetize.sh

The cmd "dnf -y update" is not correctly used as the
purpose here is to "synchronize the package index
files from their sources".
For this purpose the cmd should be "dnf check-update"

Change-Id: I9ed7b7b631f5fabc00a4ef679d30a68f5c68b539
Signed-off-by: Jun He 

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

$ git pull https://github.com/JunHe77/bigtop BIGTOP-2988

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

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


commit 4e821550f2633d257b505f9cd0f669c702749f53
Author: Jun He 
Date:   2018-02-01T09:56:33Z

BIGTOP-2988: Incorrect use "dnf update" in puppetize.sh

The cmd "dnf -y update" is not correctly used as the
purpose here is to "synchronize the package index
files from their sources".
For this purpose the cmd should be "dnf check-update"

Change-Id: I9ed7b7b631f5fabc00a4ef679d30a68f5c68b539
Signed-off-by: Jun He 




---