open-build-service 2.9.4-9 source package in Ubuntu

Changelog

open-build-service (2.9.4-9) unstable; urgency=medium

  * Use PrivateMounts=true to clean up proc/sys/dev mounts on restart.
    If interrupted at a wrong time, obs-worker leaves proc/sys/dev mounted
    in a chroot, and later, when restarted, attempts to delete them and
    fails. PrivateMounts=true ensures each worker has its own private
    namespace, and when it’s stopped, all mounts go away automatically
    and no cleanup is needed.

 -- Andrej Shadura <email address hidden>  Thu, 23 Mar 2023 14:09:20 +0100

Upload details

Uploaded by:
Debian Ruby Extras Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Ruby Extras Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
open-build-service_2.9.4-9.dsc 1.8 KiB cd88cfa6a82863edf46a7c0b6f6ca5166e8d6920d4e9779d29d80b72c3482bb5
open-build-service_2.9.4.orig.tar.gz 5.0 MiB e901da089b1d2844e632065e28d674ef0ca63db28eac2b3f6a12f6bcc3e3bca2
open-build-service_2.9.4-9.debian.tar.xz 22.0 KiB 90ed69e74383d731e63bfc5dc0ee093ddb337042a74b13162a0c694d40cbd2b1

Available diffs

No changes file available.

Binary packages built by this source

obs-productconverter: Open Build Service (product definition utility)

 The obs_productconvert is a utility to create Kiwi- and Spec- files
 from a product definition.

obs-server: Open Build Service (server component)

 The Open Build Service (OBS) backend is used to store all sources and
 binaries. It also calculates the need for new build jobs and distributes
 it.

obs-utils: Open Build Service (utilities)

 The obs-utils contains tools for Open Build Service. Including:
  * obs_mirror_project - a tool to copy the binary data of a project
    from one obs to another.
  * obs_project_update - a tool to copy a packages of a project from
    one obs to another.

obs-worker: Open Build Service (build host component)

 This is the obs build host, to be installed on each machine building
 packages in this obs installation. Install it alongside obs-server to
 run a local playground test installation.