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

ID19288
Package Namejavapackages-bootstrap
Version1.7.2
Release8.oc9
Epoch
Sourcegit+https://gitee.com/src-opencloudos-rpms/javapackages-bootstrap.git?.#dc66c4086164a5ffb2bebdd787a5deff31a69f2e
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 bydenisecheng
State complete
Volume DEFAULT
StartedMon, 08 Jan 2024 07:01:16 CST
CompletedMon, 08 Jan 2024 07:05:42 CST
Taskbuild (dist-oc9, /src-opencloudos-rpms/javapackages-bootstrap.git:.:origin/oc9)
Extra{'source': {'original_url': 'git+https://gitee.com/src-opencloudos-rpms/javapackages-bootstrap.git?.#origin/oc9'}}
Tags
dist-oc9
dist-oc9-compose
dist-oc9.0-compose
RPMs
src
javapackages-bootstrap-1.7.2-8.oc9.src.rpm (info) (download)
noarch
javapackages-bootstrap-1.7.2-8.oc9.noarch.rpm (info) (download)
javapackages-bootstrap-openjdk8-1.7.2-8.oc9.noarch.rpm (info) (download)
Logs
noarch
root.log
build.log
installed_pkgs.log
state.log
hw_info.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