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 2019/01/06 03:18:23 UTC

[GitHub] bigtop pull request #437: BIGTOP-3125: [provisioner] sbin/init is missed in ...

GitHub user JunHe77 opened a pull request:

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

    BIGTOP-3125: [provisioner] sbin/init is missed in puppet:opensuse-42.3

    The docker image, bigtop/puppet:opensuse-42.3 doesn't have /sbin/init installed.
    This caused docker provisioner failed.
    
    Change-Id: I48cbd25893c4d0008789335261ffecbc34175a13
    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-3125

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

    https://github.com/apache/bigtop/pull/437.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 #437
    
----
commit ae8713c34ea902b6babd8112e8c0da7032bd2fea
Author: Jun He <ju...@...>
Date:   2019-01-04T07:10:23Z

    BIGTOP-3125: [provisioner] sbin/init is missed in puppet:opensuse-42.3
    
    The docker image, bigtop/puppet:opensuse-42.3 doesn't have /sbin/init installed.
    This caused docker provisioner failed.
    
    Change-Id: I48cbd25893c4d0008789335261ffecbc34175a13
    Signed-off-by: Jun He <ju...@linaro.org>

----


---