You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bigtop.apache.org by JunHe77 <gi...@git.apache.org> on 2018/02/05 01:24:06 UTC

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

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 <ju...@linaro.org>

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 <ju...@...>
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 <ju...@linaro.org>

----


---

[GitHub] bigtop issue #338: BIGTOP-2988: Incorrect use "dnf update" in puppetize.sh

Posted by JunHe77 <gi...@git.apache.org>.
Github user JunHe77 commented on the issue:

    https://github.com/apache/bigtop/pull/338
  
    Merged by upstream.


---

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

Posted by JunHe77 <gi...@git.apache.org>.
Github user JunHe77 closed the pull request at:

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


---