Thu, 21 Nov 2024 22:52:32 CST | login

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

ID2415
Package Namejavapackages-bootstrap
Version1.7.2
Release8.ocs23
Epoch
Sourcegit+https://gitee.com/opencloudos-stream/javapackages-bootstrap.git?.#4785667a964f0862c8bc370f44835291a748a054
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 bystreamkoji
State complete
Volume DEFAULT
StartedSat, 09 Sep 2023 03:18:05 CST
CompletedSat, 09 Sep 2023 03:22:58 CST
Taskbuild (dist-ocs23, /opencloudos-stream/javapackages-bootstrap.git:.:HEAD)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/javapackages-bootstrap.git?.#HEAD'}}
Tags
dist-ocs23
RPMs
src
javapackages-bootstrap-1.7.2-8.ocs23.src.rpm (info) (download)
noarch
javapackages-bootstrap-1.7.2-8.ocs23.noarch.rpm (info) (download)
javapackages-bootstrap-openjdk8-1.7.2-8.ocs23.noarch.rpm (info) (download)
Logs
noarch
installed_pkgs.log
build.log
state.log
hw_info.log
root.log
mock_output.log
noarch_rpmdiff.json
Changelog * 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