This is an automated email from the ASF dual-hosted git repository.
iwasakims 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 17fc6eaa BIGTOP-3760. addendum. reverting temporary download URL for
testing RC.
17fc6eaa is described below
commit 17fc6eaa9a33241b4d3a7e917b110201d54a8931
Author: Masatake Iwasaki <[email protected]>
AuthorDate: Mon Aug 8 04:09:40 2022 +0000
BIGTOP-3760. addendum. reverting temporary download URL for testing RC.
---
bigtop.bom | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/bigtop.bom b/bigtop.bom
index e37733a7..ab790bec 100644
--- a/bigtop.bom
+++ b/bigtop.bom
@@ -148,8 +148,8 @@ bigtop {
version { base = '3.3.4'; pkg = base; release = 1 }
tarball { destination = "${name}-${version.base}.tar.gz"
source = "${name}-${version.base}-src.tar.gz" }
- url { download_path = "/$name/$name-${version.base}-RC1"
- site =
"https://dist.apache.org/repos/dist/dev/${download_path}"
+ url { download_path = "/$name/common/$name-${version.base}"
+ site = "${apache.APACHE_MIRROR}/${download_path}"
archive = "${apache.APACHE_ARCHIVE}/${download_path}" }
}
'hbase' {