Debian Package Tracker
Register | Log in
Subscribe

debusine

Choose email to subscribe with

general
  • source: debusine (main)
  • version: 0.14.10
  • maintainer: Raphaël Hertzog (DMD)
  • uploaders: Colin Watson [DMD] – Stefano Rivera [DMD]
  • arch: all
  • std-ver: 4.7.3
  • VCS: Git (Browse, QA)
versions [more versions can be listed by madison] [old versions available from snapshot.debian.org]
[pool directory]
  • old-bpo: 0.11.3~bpo12+1
  • stable: 0.11.3
  • stable-bpo: 0.14.9~bpo13+1
  • testing: 0.14.9
  • unstable: 0.14.10
versioned links
  • 0.11.3~bpo12+1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 0.11.3: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 0.14.9~bpo13+1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 0.14.9: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 0.14.10: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
binaries
  • debusine-client
  • debusine-doc
  • debusine-server
  • debusine-signing
  • debusine-worker
  • python3-debusine (1 bugs: 0, 0, 1, 0)
  • python3-debusine-server
  • python3-debusine-signing
action needed
Debci reports failed tests high
  • unstable: fail (log)
    The tests ran in 0:16:28
    Last run: 2026-06-23T10:42:03.000Z
    Previous status: unknown

  • testing: fail (log)
    The tests ran in 0:12:31
    Last run: 2026-06-24T21:52:25.000Z
    Previous status: unknown

  • stable: pass (log)
    The tests ran in 0:34:49
    Last run: 2026-05-26T06:44:20.000Z
    Previous status: unknown

Created: 2026-06-23 Last update: 2026-06-24 23:31
Marked for autoremoval on 08 July due to celery: #1137574 high
Version 0.14.9 of debusine is marked for autoremoval from testing on Wed 08 Jul 2026. It depends (transitively) on celery, affected by #1137574. You should try to prevent the removal by fixing these RC bugs.
Created: 2026-05-02 Last update: 2026-06-24 23:20
21 open merge requests in Salsa normal
There are 21 open merge requests for this package on Salsa. You should consider reviewing and/or merging these merge requests.
Created: 2025-11-23 Last update: 2026-06-24 23:20
17 new commits since last upload, is it time to release? normal
vcswatch reports that this package seems to have new commits in its VCS but has not yet updated debian/changelog. You should consider updating the Debian changelog and uploading this new version into the archive.

Here are the relevant commit logs:
commit c94a978e3bec5127fe051c832aa1e91c05f2dc5d
Merge: ba3df3a79 1c6eabf85
Author: Stefano Rivera <stefanor@debian.org>
Date:   Tue Jun 23 15:38:34 2026 +0000

    Tag-based worker-pool provisioning (MR !3167)
    
    Adjust the worker pool provisioner to rely on tags for calculating workloads. This replaces the assumption that all workers for an architecture can execute all tasks for that architecture. And it paves the way for removal of the old mechanisms for specifying worker and task architectures.
    
    Fixes: #1393
    
    Closes #1393
    
    Merge-Request: https://salsa.debian.org/freexian-team/debusine/-/merge_requests/3167

commit ba3df3a79aad47c2d2086791a2987c813b7b7d90
Merge: c383b5483 55eb1715d
Author: Colin Watson <cjwatson@debian.org>
Date:   Tue Jun 23 15:15:23 2026 +0000

    Add debian:debug-symbols artifact link in release notes (MR !3170)
    
    
    Merge-Request: https://salsa.debian.org/freexian-team/debusine/-/merge_requests/3170

commit 1c6eabf8581f3aacc517f185da48212fa3462b8a
Author: Stefano Rivera <stefano@freexian.com>
Date:   Sun Jun 21 09:37:56 2026 -0400

    Migrate the provisioner to use tag-based scheduling in its calculations.

commit d95b3963134969bff9a3bfe621fa015bb159b549
Author: Stefano Rivera <stefano@freexian.com>
Date:   Mon Jun 22 17:24:04 2026 -0400

    Add WorkerQuerySet.with_scheduler_tags() annotator

commit 5aa1ea8efbfc587dc84bc029da59ce4b2cb35384
Author: Stefano Rivera <stefano@freexian.com>
Date:   Sat Jun 20 22:55:43 2026 -0400

    Accept WorkerPool in our tag based scheduling code

commit e3a81c10c1f5f21abd436d95e412a41dc61a8037
Author: Stefano Rivera <stefano@freexian.com>
Date:   Sat Jun 20 21:58:03 2026 -0400

    Configure worker pool workers with static_metadata from the pool, on startup

commit 3ff2d8624483f6fb672908dcf7ef199f84de2bf4
Author: Stefano Rivera <stefano@freexian.com>
Date:   Sat Jun 20 17:30:53 2026 -0400

    Update worker pool dynamic_metadata on every instance startup

commit 660efd394cba8ed2dd6c5d4b949dc9d1c5991c8c
Author: Stefano Rivera <stefano@freexian.com>
Date:   Sat Jun 20 16:46:32 2026 -0400

    Replace WorkerPool tags to with static and dynamic metadata

commit 55eb1715dde1d857a95f665f7be042a73938de84
Author: Colin Watson <cjwatson@debian.org>
Date:   Tue Jun 23 15:25:01 2026 +0100

    Add debian:debug-symbols artifact link in release notes

commit c383b548384daa2db541f62c25f3249c326664b6
Merge: af91d5602 575599bd1
Author: Colin Watson <cjwatson@debian.org>
Date:   Tue Jun 23 13:55:00 2026 +0000

    web: add direct .changes download shortcut (MR !3168)
    
    add a dedicated shortcut for Upload artifacts that directly downloads
    the associated `.changes` file.
    
    this reduces the number of clicks required to access `.changes` files from
    workflow output pages
    
    closes: #1467
    
    Closes #1467
    
    Merge-Request: https://salsa.debian.org/freexian-team/debusine/-/merge_requests/3168

commit 575599bd1e89c510f1ec8fbeebe675a21b2ad903
Author: Ayush Sharma <ayushhardeniya.grid@gmail.com>
Date:   Tue Jun 23 11:35:55 2026 +0000

    web: add direct .changes download shortcut
    
    add a dedicated shortcut for Upload artifacts that directly downloads
    the associated `.changes` file.
    
    this reduces the number of clicks required to access `.changes` files from
    workflow output pages
    
    closes: #1467

commit af91d5602c5b2f890b4245ba61ab6d5b7e9e0f6c
Merge: 5576c3fcf 2b20aaad8
Author: Stefano Rivera <stefanor@debian.org>
Date:   Tue Jun 23 11:07:10 2026 +0000

    Merge a (misnamed) news fragment that I missed in the release rebase (MR !3166)
    
    
    Merge-Request: https://salsa.debian.org/freexian-team/debusine/-/merge_requests/3166

commit 5576c3fcf75c5a74882f4d25f87a216dfdda6d4a
Merge: 043751191 e2ad1cf8b
Author: Carles Pina i Estany <carles@pina.cat>
Date:   Tue Jun 23 07:38:58 2026 +0000

    DebdiffWorkflow: follow suite-requires for the "original" collection suite (fixes #1121) (MR !3160)
    
    DebdiffWorkflow: follow suite-requires for the "original" collection suite (fixes #1121)
    
    Closes #1121
    
    Merge-Request: https://salsa.debian.org/freexian-team/debusine/-/merge_requests/3160

commit e2ad1cf8b2e1c3cc13a8926c1649f74eeea9cf32
Author: Carles Pina i Estany <carles@pina.cat>
Date:   Tue Jun 23 07:38:58 2026 +0000

    DebdiffWorkflow: follow suite-requires for the "original" collection suite
    
    Fixes #1121

commit 0437511914390b6c1eb8624ee6006de581766b2d
Merge: cc2292e16 488d13470
Author: Carles Pina i Estany <carles@pina.cat>
Date:   Tue Jun 23 05:41:15 2026 +0000

    debusine client "archive suite create" create collection relation for "qa_suite" and "regression_tracking_qa_results" template parameters (fixes #1485) (MR !3111)
    
    debusine client "archive suite create" create collection relation for "qa_suite" and "regression_tracking_qa_results" base template parameter.
    
    The collection relation is from the created suite to the "qa_suite" and "regression_tracking_qa_results" specified in the base workflow template ("--base-workflow-template" parameter)
    
    fixes #1485
    
    Closes #1485
    
    Merge-Request: https://salsa.debian.org/freexian-team/debusine/-/merge_requests/3111

commit 488d134707898db6d0b8c0406986e53d941ca291
Author: Carles Pina i Estany <carles@pina.cat>
Date:   Tue Jun 23 05:41:15 2026 +0000

    debusine client "archive suite create" create collection relation for "qa_suite" and "regression_tracking_qa_results" base template parameters.
    
    The collection relation is from the created suite to the "qa_suite" and "regression_tracking_qa_results" specified in the base workflow template ("--base-workflow-template" parameter)
    
    fixes #1485

commit 2b20aaad8116028143aa0beacb3d4eb1992ee88e
Author: Stefano Rivera <stefano@freexian.com>
Date:   Mon Jun 22 18:56:24 2026 -0400

    Merge a (misnamed) news fragment that I missed in the rebase
Created: 2026-06-23 Last update: 2026-06-24 23:20
Issues found with some translations low

Automatic checks made by the Debian l10n team found some issues with the translations contained in this package. You should check the l10n status report for more information.

Issues can be things such as missing translations, problematic translated strings, outdated PO files, unknown languages, etc.

Created: 2026-01-31 Last update: 2026-01-31 13:01
Standards version of the package is outdated. wishlist
The package should be updated to follow the last version of Debian Policy (Standards-Version 4.7.4 instead of 4.7.3).
Created: 2026-03-31 Last update: 2026-06-23 07:30
testing migrations
  • excuses:
    • Migration status for debusine (0.14.9 to 0.14.10): Waiting for test results or another package, or too young (no action required now - check later)
    • Issues preventing migration:
    • ∙ ∙ Piuparts check waiting for test results - https://piuparts.debian.org/sid/source/d/debusine.html
    • ∙ ∙ Too young, only 2 of 5 days old
    • Additional info (not blocking):
    • ∙ ∙ Autopkgtest for debusine/0.14.10: amd64: Pass, arm64: Pass, i386: Pass, loong64: Failed (not a regression) ♻ (reference ♻), ppc64el: Pass, riscv64: Test triggered (failure will be ignored), s390x: Failed (not a regression) ♻ (reference ♻)
    • ∙ ∙ Reproduced on amd64 - info
    • ∙ ∙ Reproduced on arm64 - info
    • ∙ ∙ Reproduced on armhf - info
    • ∙ ∙ Reproduced on i386 - info
    • Not considered
news
[rss feed]
  • [2026-06-22] Accepted debusine 0.14.10 (source) into unstable (Stefano Rivera)
  • [2026-06-05] Accepted debusine 0.14.9~bpo13+1 (source) into stable-backports (Colin Watson)
  • [2026-06-05] debusine 0.14.9 MIGRATED to testing (Debian testing watch)
  • [2026-06-02] Accepted debusine 0.14.9 (source) into unstable (Stefano Rivera)
  • [2026-05-31] debusine 0.14.8 MIGRATED to testing (Debian testing watch)
  • [2026-05-31] Accepted debusine 0.14.8~bpo13+1 (source) into stable-backports (Stefano Rivera)
  • [2026-05-25] Accepted debusine 0.14.8 (source) into unstable (Stefano Rivera)
  • [2026-04-27] Accepted debusine 0.14.7~bpo13+1 (source) into stable-backports (Colin Watson)
  • [2026-04-27] debusine 0.14.7 MIGRATED to testing (Debian testing watch)
  • [2026-04-22] Accepted debusine 0.14.7 (source) into unstable (Stefano Rivera)
  • [2026-03-29] Accepted debusine 0.14.6 (source) into unstable (Stefano Rivera)
  • [2026-03-03] Accepted debusine 0.14.5~bpo13+1 (source) into stable-backports (Stefano Rivera)
  • [2026-03-03] debusine 0.14.5 MIGRATED to testing (Debian testing watch)
  • [2026-02-24] Accepted debusine 0.14.5 (source) into unstable (Stefano Rivera)
  • [2026-02-05] debusine 0.14.4 MIGRATED to testing (Debian testing watch)
  • [2026-01-30] Accepted debusine 0.14.4 (source) into unstable (Stefano Rivera)
  • [2026-01-29] debusine 0.14.3 MIGRATED to testing (Debian testing watch)
  • [2026-01-28] Accepted debusine 0.14.3~bpo13+1 (source) into stable-backports (Stefano Rivera)
  • [2026-01-26] Accepted debusine 0.14.3 (source) into unstable (Stefano Rivera)
  • [2026-01-09] debusine 0.14.2 MIGRATED to testing (Debian testing watch)
  • [2026-01-08] Accepted debusine 0.14.2~bpo13+1 (source) into stable-backports (Colin Watson)
  • [2026-01-06] Accepted debusine 0.14.2 (source) into unstable (Colin Watson)
  • [2025-12-18] debusine 0.14.1 MIGRATED to testing (Debian testing watch)
  • [2025-12-17] Accepted debusine 0.14.1~bpo13+1 (source) into stable-backports (Stefano Rivera)
  • [2025-12-15] Accepted debusine 0.14.1 (source) into unstable (Colin Watson)
  • [2025-12-06] Accepted debusine 0.14.0~bpo13+1 (source) into stable-backports (Stefano Rivera)
  • [2025-12-06] debusine 0.14.0 MIGRATED to testing (Debian testing watch)
  • [2025-12-03] Accepted debusine 0.14.0 (source) into unstable (Stefano Rivera)
  • [2025-11-23] Accepted debusine 0.13.1~bpo12+1 (all source) into oldstable-backports-sloppy (Debian FTP Masters) (signed by: Stefano Rivera)
  • [2025-11-20] Accepted debusine 0.13.1~bpo13+1 (source) into stable-backports (Stefano Rivera)
  • 1
  • 2
bugs [bug history graph]
  • all: 1
  • RC: 0
  • I&N: 0
  • M&W: 1
  • F&P: 0
  • patch: 0
links
  • homepage
  • lintian
  • buildd: logs, reproducibility
  • popcon
  • browse source code
  • other distros
  • security tracker
  • l10n (100, -)
  • debci
ubuntu Ubuntu logo [Information about Ubuntu for Debian Developers]
  • version: 0.14.10

Debian Package Tracker — Copyright 2013-2025 The Distro Tracker Developers
Report problems to the tracker.debian.org pseudo-package in the Debian BTS.
Documentation — Bugs — Git Repository — Contributing