You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bigtop.apache.org by ev...@apache.org on 2015/09/13 06:02:19 UTC

bigtop git commit: fix BIGTOP-2038, incorrect Pig destination

Repository: bigtop
Updated Branches:
  refs/heads/master 6616117e3 -> faf30ab2c


fix BIGTOP-2038, incorrect Pig destination

Signed-off-by: Evans Ye <ev...@apache.org>


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 <to...@gmail.com>
Authored: Sat Sep 12 12:50:30 2015 -0700
Committer: Evans Ye <ev...@apache.org>
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}" }