Repository: bigtop Updated Branches: refs/heads/master fa2f09df3 -> f13a8699b
BIGTOP-2068. Cannot Build Bigtop-Utils packages Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/f13a8699 Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/f13a8699 Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/f13a8699 Branch: refs/heads/master Commit: f13a8699b358d0c8ec504e70dc52831ed8b94ad2 Parents: fa2f09d Author: Konstantin Boudnik <[email protected]> Authored: Tue Sep 22 11:54:45 2015 -0700 Committer: Konstantin Boudnik <[email protected]> Committed: Tue Sep 22 17:06:24 2015 -0700 ---------------------------------------------------------------------- packages.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/f13a8699/packages.gradle ---------------------------------------------------------------------- diff --git a/packages.gradle b/packages.gradle index 3d60550..d26c8aa 100644 --- a/packages.gradle +++ b/packages.gradle @@ -209,7 +209,7 @@ def genTasks = { target -> return } def final TAR_DIR = config.bigtop.components[target].tardir - def final TARBALL_SRC = config.bigtop.components[target].tarball.source as String ?: "" + def final TARBALL_SRC = config.bigtop.components[target].tarball.source ?: "" def final DOWNLOAD_DST = config.bigtop.components[target].downloaddst ?: "" def final SEED_TAR = config.bigtop.components[target].seedtar
