You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bigtop.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/09/05 07:29:00 UTC

[jira] [Commented] (BIGTOP-2878) Download task does not work for git repositories

    [ https://issues.apache.org/jira/browse/BIGTOP-2878?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16153211#comment-16153211 ] 

ASF GitHub Bot commented on BIGTOP-2878:
----------------------------------------

GitHub user zenmyo opened a pull request:

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

    BIGTOP-2878 : Download task does not work for git repositories

    

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

    $ git pull https://github.com/zenmyo/bigtop BIGTOP-2878

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

    https://github.com/apache/bigtop/pull/282.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 #282
    
----
commit 8ae7d4c31342eef01edd6590f34fa14a8ae23c25
Author: zenmyo <tz...@gmail.com>
Date:   2017-09-05T07:25:47Z

    BIGTOP-2878 : Download task does not work for git repositories

----


> Download task does not work for git repositories
> ------------------------------------------------
>
>                 Key: BIGTOP-2878
>                 URL: https://issues.apache.org/jira/browse/BIGTOP-2878
>             Project: Bigtop
>          Issue Type: Bug
>    Affects Versions: 1.2.0
>            Reporter: Teruyoshi Zenmyo
>
> When git is used for source repository as below, the download url for the component is not set and the download task would be skipped.
> {code}
> 'hadoop' {
>       name    = 'hadoop'
>       relNotes = 'Apache Hadoop'
>       version { base = '2.8.1'; pkg = base; release = 1 }
>       tarball { destination = "${name}-${version.base}.tar.gz"
>                 source      = "${name}-${version.base}-src.tar.gz" }
>       git     { repo = "https://github.com/apache/hadoop.git"
>                 ref = "rel/release-2.8.1"
>                 dir = "${name}-${version.base}-src"
>       }
>    }
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)