Repository: bigtop Updated Branches: refs/heads/master 7793f7ead -> c77c47894
BIGTOP-2043. Kafka source incorrect Signed-off-by: RJ Nowling <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/c77c4789 Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/c77c4789 Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/c77c4789 Branch: refs/heads/master Commit: c77c47894ba1223fdc30b7d15e9deb711f71075b Parents: 7793f7e Author: Tom Zeng <[email protected]> Authored: Sun Sep 13 10:21:42 2015 -0500 Committer: RJ Nowling <[email protected]> Committed: Sun Sep 13 10:21:42 2015 -0500 ---------------------------------------------------------------------- bigtop.bom | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/c77c4789/bigtop.bom ---------------------------------------------------------------------- diff --git a/bigtop.bom b/bigtop.bom index 5561c60..b3dd684 100644 --- a/bigtop.bom +++ b/bigtop.bom @@ -336,7 +336,7 @@ bigtop { relNotes = 'Apache Kafka' version { base = '0.8.1.1'; pkg = base; release = 1 } tarball { destination = "$name-${version.base}.tar.gz" - source = "$name-${version.base}-src.tar.gz" } + source = "$name-${version.base}-src.tgz" } url { download_path = "/$name/${version.base}/" site = "${apache.APACHE_MIRROR}/${download_path}" archive = "${apache.APACHE_ARCHIVE}/${download_path}" }
