You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bigtop.apache.org by rn...@apache.org on 2015/09/24 16:01:36 UTC

bigtop git commit: BIGTOP-2071. Gstring.empty doesn't exist

Repository: bigtop
Updated Branches:
  refs/heads/master f13a8699b -> 67348d00b


BIGTOP-2071. Gstring.empty doesn't exist


Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo
Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/67348d00
Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/67348d00
Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/67348d00

Branch: refs/heads/master
Commit: 67348d00b060e0600b4aeaff4c945f9161d50be1
Parents: f13a869
Author: RJ Nowling <rn...@gmail.com>
Authored: Thu Sep 24 09:38:09 2015 -0400
Committer: RJ Nowling <rn...@gmail.com>
Committed: Thu Sep 24 09:48:17 2015 -0400

----------------------------------------------------------------------
 packages.gradle | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bigtop/blob/67348d00/packages.gradle
----------------------------------------------------------------------
diff --git a/packages.gradle b/packages.gradle
index d26c8aa..ebbe185 100644
--- a/packages.gradle
+++ b/packages.gradle
@@ -215,8 +215,8 @@ def genTasks = { target ->
 
     delete(TAR_DIR); mkdir(TAR_DIR)
 
-    if (TARBALL_SRC.empty || TARBALL_SRC.endsWith('.zip')) {
-      if (TARBALL_SRC.empty) {
+    if (TARBALL_SRC.isEmpty() || TARBALL_SRC.endsWith('.zip')) {
+      if (TARBALL_SRC.isEmpty()) {
         // if no tar file needed (i.e. bigtop-utils)
         // create some contents to pack later
         copy {