Teruyoshi Zenmyo created BIGTOP-2878:
----------------------------------------
Summary: 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)