You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bigtop.apache.org by "Jun He (JIRA)" <ji...@apache.org> on 2018/02/02 03:10:00 UTC

[jira] [Created] (BIGTOP-2988) Incorrect use "dnf update" in puppetize.sh

Jun He created BIGTOP-2988:
------------------------------

             Summary: Incorrect use "dnf update" in puppetize.sh
                 Key: BIGTOP-2988
                 URL: https://issues.apache.org/jira/browse/BIGTOP-2988
             Project: Bigtop
          Issue Type: Bug
          Components: docker, toolchain
            Reporter: Jun He
            Assignee: Jun He


To puppetize a Fedora env, the cmd "dnf -y update" is not correct used.

First "update" is a deprecated cmd, check [here|[http://dnf.readthedocs.io/en/latest/command_ref.html#update-command].]

Second, from other OS's similiar cmds in puppetize.sh, the purpose here is to "synchronize the package index files from their sources". For this purpose the cmd should be "dnf updateinfo"



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)