Sat, 13 Sep 2025 15:14:38 CST | login

Information for build javapackages-bootstrap-1.7.2-10.ocs23

ID20006
Package Namejavapackages-bootstrap
Version1.7.2
Release10.ocs23
Epoch
Sourcegit+https://gitee.com/opencloudos-stream/javapackages-bootstrap.git?.#60a6f94bf8829fbcefd188fa1e8a944b97a3dc12
SummaryA means of bootstrapping Java Packages Tools
DescriptionIn a nutshell, Java Packages Bootstrap (JPB) is a standalone build of all Java software packages that are required for Java Packages Tools (JPT) to work. In order to achieve reliable and reproducible builds of Java packages while requiring everything to be built from source, without using prebuilt binary artifacts, it is necessary to build the packages in a well-defined, acyclic order. Dependency cycles between packages are the biggest obstacle to achieving this goal and JPT is the biggest offender -- it requires more than a hundred of Java packages, all of which in turn build-require JPT. JPB comes with a solution to this problem -- it builds everything that JPT needs to work, without reliance on any Java software other than JDK. JPT can depend on JPB for everything, without depending on any other Java packages. For example, JPB contains embedded version of XMvn, removing dependency of JPT on XMvn, allowing JPT to be used before one builds XMvn package.
Built byocs-bot
State complete
Volume DEFAULT
StartedThu, 26 Sep 2024 19:15:04 CST
CompletedThu, 26 Sep 2024 19:22:16 CST
Taskbuild (dist-ocs23-base, /opencloudos-stream/javapackages-bootstrap.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/javapackages-bootstrap.git?.#origin/master'}}
Tags
dist-ocs23-base
RPMs
src
javapackages-bootstrap-1.7.2-10.ocs23.src.rpm (info) (download)
noarch
javapackages-bootstrap-1.7.2-10.ocs23.noarch.rpm (info) (download)
javapackages-bootstrap-openjdk8-1.7.2-10.ocs23.noarch.rpm (info) (download)
Logs
noarch
root.log
state.log
installed_pkgs.log
hw_info.log
build.log
mock_output.log
noarch_rpmdiff.json
Changelog * Thu Sep 26 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 1.7.2-10 - Rebuilt for clarifying the packages requirement in BaseOS and AppStream * Fri Aug 16 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 1.7.2-9 - Rebuilt for loongarch release * Fri Sep 08 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 1.7.2-8 - Rebuilt for OpenCloudOS Stream 23.09 * Thu May 11 2023 Zhao Zhen <jeremiazhao@tencent.com> - 1.7.2-7 - small fix * Fri Apr 28 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 1.7.2-6 - Rebuilt for OpenCloudOS Stream 23.05 * Thu Apr 06 2023 Zhao Zhen <jeremiazhao@tencent.com> - 1.7.2-5 - try fixing maven-resolver building error in opencloudos more * Thu Apr 06 2023 Zhao Zhen <jeremiazhao@tencent.com> - 1.7.2-4 - try fixing maven-resolver building error in opencloudos * Thu Apr 06 2023 Zhao Zhen <jeremiazhao@tencent.com> - 1.7.2-3 - removed javapacakges-commons from non-bootstrap * Fri Mar 31 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 1.7.2-2 - Rebuilt for OpenCloudOS Stream 23 * Wed Mar 29 2023 Zhao Zhen <jeremiazhao@tencent.com> - 1.7.2-1 - Update to upstream version 1.7.2 * Wed Mar 22 2023 Zhao Zhen <jeremiazhao@tencent.com> - 1.5.0-2 - fixed compatibility error for other JDK distributions * Wed Mar 22 2023 Zhao Zhen <jeremiazhao@tencent.com> - 1.5.0-1 - initial