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

[jira] [Updated] (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:all-tabpanel ]

Konstantin Boudnik updated BIGTOP-2878:
---------------------------------------
    Fix Version/s: 1.3.0

> 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
>          Components: build
>    Affects Versions: 1.2.0
>            Reporter: Teruyoshi Zenmyo
>            Assignee: Teruyoshi Zenmyo
>             Fix For: 1.3.0
>
>
> 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)