Skip to content

Commit

Permalink
[Fixed] apache#111,#112镜像地址更换
Browse files Browse the repository at this point in the history
[Fixed] apache#74apache#302apache#335apache#356 更新github镜像地址
  • Loading branch information
1328449337 committed Mar 4, 2024
1 parent 4423607 commit 4b626d5
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions bigtop.bom
Expand Up @@ -71,7 +71,7 @@
git {
// Setting the info to access a git repository. Ref is any valid git reference.
// If git repo information is provided, the *url* element above will be ignored.
repo = "https://github.com/apache/bigtop.git"
repo = "https://mirror.ghproxy.com/https://github.com/apache/bigtop.git"
ref = "branch-name"
// *dir* defines the name of the top-level folder inside of the tar-ball archive.
// if set to null, the directory name will be set to tar-ball.dist without
Expand Down Expand Up @@ -101,11 +101,15 @@ bigtop {
base_version = version.takeWhile { it != '-' }
stack {
'jdk' { version = "1." + ( System.getenv('BIGTOP_JDK') ?: "8" ); version_base = version }
'scala' { version = '2.12.13'; version_base = version }
'scala' { version = '2.12.17'; version_base = version }
}
apache {
/** 240304 yuzx ԭʼ�����ַ�޸�
APACHE_MIRROR = "https://apache.osuosl.org"
APACHE_ARCHIVE = "https://archive.apache.org/dist"
*/
APACHE_MIRROR = "https://repo.huaweicloud.com/apache"
APACHE_ARCHIVE = "https://mirrors.aliyun.com/apache"
}
/** End of Base Configuration */

Expand Down Expand Up @@ -295,7 +299,7 @@ bigtop {
version { base = '2.9.3'; pkg = base; release = 1 }
tarball { destination = "$name-${version.base}.tar.gz"
source = "v${version.base}.tar.gz" }
url { site = "https://github.com/Alluxio/alluxio/archive"
url { site = "https://mirror.ghproxy.com/https://github.com/Alluxio/alluxio/archive"
archive = site }
maven_parallel_build = true
}
Expand Down Expand Up @@ -328,7 +332,7 @@ bigtop {
version { base = '6.23.4'; pkg = '6.23.4'; release = 1 }
tarball { destination = "$name-${version.base}.tar.gz"
source = "${version.base}.tar.gz" }
url { site = "https://github.com/greenplum-db/gpdb/archive/"
url { site = "https://mirror.ghproxy.com/https://github.com/greenplum-db/gpdb/archive/"
archive = site }
}
'livy' {
Expand All @@ -349,7 +353,7 @@ bigtop {
version { base = '2.4.0'; pkg = base; release = 1 }
tarball { destination = "release-$name-${version.base}.tar.gz"
source = destination }
url { site = "https://github.com/apache/ranger/archive/refs/tags"
url { site = "https://mirror.ghproxy.com/https://github.com/apache/ranger/archive/refs/tags"
archive = site }
}
}
Expand Down

0 comments on commit 4b626d5

Please sign in to comment.