You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bigtop.apache.org by se...@apache.org on 2021/05/17 02:04:13 UTC

[bigtop] branch master updated: BIGTOP-3539. Building bigtop-groovy fails on all distros and platforms. (#774)

This is an automated email from the ASF dual-hosted git repository.

sekikn pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bigtop.git


The following commit(s) were added to refs/heads/master by this push:
     new bb6441f  BIGTOP-3539. Building bigtop-groovy fails on all distros and platforms. (#774)
bb6441f is described below

commit bb6441f774b586873b0afc7467a32df88d5a74e3
Author: Kengo Seki <se...@apache.org>
AuthorDate: Mon May 17 11:04:06 2021 +0900

    BIGTOP-3539. Building bigtop-groovy fails on all distros and platforms. (#774)
---
 bigtop.bom | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/bigtop.bom b/bigtop.bom
index c570b4c..1076f42 100644
--- a/bigtop.bom
+++ b/bigtop.bom
@@ -254,13 +254,13 @@ bigtop {
     }
     'bigtop-groovy' {
       name    = 'bigtop-groovy'
-      version { base = '2.5.4'; pkg = '2.5.4'; release = 1}
       relNotes = "Groovy: a dynamic language for the Java platform"
+      version { base = '2.5.4'; pkg = '2.5.4'; release = 1 }
       tarball { destination = "$name-${version.base}.tar.gz";
-                source      = "apache-groovy-binary-${version.base}.zip"}
-      url     { site = "https://dl.bintray.com/groovy/maven/"; archive = site }
-      // Optional, as only null values are specified
-      git     { repo = null; ref = null; dir = null}
+                source      = "apache-groovy-binary-${version.base}.zip" }
+      url     { download_path = "/groovy/${version.base}/distribution/"
+                site = "${apache.APACHE_MIRROR}/${download_path}"
+                archive = "${apache.APACHE_ARCHIVE}/${download_path}" }
     }
     'bigtop-utils' {
       name    = "bigtop-utils"