Thu, 26 Jun 2025 22:17:20 CST | login

Information for build java-dirq-1.8-2.oc9

ID37615
Package Namejava-dirq
Version1.8
Release2.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/opencloudos-stream/java-dirq.git?.#dde8001e9b4bb099b889926f0622b814826fd301
SummaryDirectory based queue
DescriptionThe goal of this module is to offer a simple queue system using the underlying file system for storage, security and to prevent race conditions via atomic operations. It focuses on simplicity, robustness and scalability. This module allows multiple concurrent readers and writers to interact with the same queue. A Perl implementation (Directory::Queue) and a Python implementation (dirq) of the same algorithm are available so readers and writers can be written in different programming languages.
Built bybbrucezhang
State complete
Volume DEFAULT
StartedFri, 13 Jun 2025 06:21:19 CST
CompletedFri, 13 Jun 2025 06:23:17 CST
Taskbuild (dist-oc9-epol, /opencloudos-stream/java-dirq.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/java-dirq.git?.#origin/master'}}
Tags
dist-oc9-epol
dist-oc9-epol-compose
RPMs
src
java-dirq-1.8-2.oc9.src.rpm (info) (download)
noarch
java-dirq-1.8-2.oc9.noarch.rpm (info) (download)
java-dirq-javadoc-1.8-2.oc9.noarch.rpm (info) (download)
Logs
noarch
dnf.rpm.log
dnf.librepo.log
mock_output.log
dnf.log
state.log
installed_pkgs.log
build.log
mock_config.log
hw_info.log
root.log
noarch_rpmdiff.json
Changelog * Tue Jun 10 2025 bbrucezhang <bbrucezhang@tencent.com> - 1.8-2 - Rebuilt for loongarch64 * Fri Apr 12 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 1.8-1 - initial build