You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bigtop.apache.org by evans-ye <gi...@git.apache.org> on 2018/01/31 13:48:09 UTC

[GitHub] bigtop pull request #310: BIGTOP-2949. Add gradle task which leverage bigtop...

Github user evans-ye commented on a diff in the pull request:

    https://github.com/apache/bigtop/pull/310#discussion_r165055895
  
    --- Diff: build.gradle ---
    @@ -425,6 +425,24 @@ task "bigtop-slaves"(type:Exec,
       commandLine command
     }
     
    +task "docker-package"(type:Exec,
    +        description: 'Build packages via docker build.\n' +
    +                'Usage:\n  $ ./gradlew -POS=[centos-7|fedora-26|debian-9|ubuntu-16.04|opensuse-42.3] -Pprefix=TAG_PREFIX -Ptarget=GRADLE_TARGET docker-package\n' +
    +                'Example:\n  $ ./gradlew -POS=debian-9 -Pprefix=1.2.1 -Ptarget=tez-pkg docker-package\n' +
    --- End diff --
    
    Sounds good for pre-requisite check. Let's do it in another PR.
    I'll commit this if no object.


---