Repository: bigtop Updated Branches: refs/heads/master 6616117e3 -> faf30ab2c
fix BIGTOP-2038, incorrect Pig destination Signed-off-by: Evans Ye <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/faf30ab2 Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/faf30ab2 Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/faf30ab2 Branch: refs/heads/master Commit: faf30ab2c79ddc850f55362ba49d0d95354c274f Parents: 6616117 Author: Tom Zeng <[email protected]> Authored: Sat Sep 12 12:50:30 2015 -0700 Committer: Evans Ye <[email protected]> Committed: Sun Sep 13 04:01:37 2015 +0000 ---------------------------------------------------------------------- bigtop.bom | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/faf30ab2/bigtop.bom ---------------------------------------------------------------------- diff --git a/bigtop.bom b/bigtop.bom index 04120a5..5561c60 100644 --- a/bigtop.bom +++ b/bigtop.bom @@ -134,8 +134,8 @@ bigtop { pkg = 'pig' relNotes = 'Apache Pig' version { base = '0.14.0'; pkg = base; release = 1 } - tarball { destination = "${name}-${version.base}.tar.gz" - source = "${name}-${version.base}-src.tar.gz" } + tarball { destination = "${name}-${version.base}-src.tar.gz" + source = destination } url { download_path = "/$name/$name-${version.base}/" site = "${apache.APACHE_MIRROR}/${download_path}" archive = "${apache.APACHE_ARCHIVE}/${download_path}" }
