Debian Package Tracker
Register | Log in
Subscribe

debci

continuous integration system for Debian

Choose email to subscribe with

general
  • source: debci (main)
  • version: 4.2
  • maintainer: Debian CI team (DMD)
  • uploaders: Paul Gevers [DMD] – Antonio Terceiro [DMD]
  • arch: all
  • std-ver: 4.4.1
  • VCS: Git (Browse, QA)
versions [more versions can be listed by madison] [old versions available from snapshot.debian.org]
[pool directory]
  • o-o-stable: 2.15.2
  • oldstable: 3.6
  • stable: 3.12
  • testing: 4.2
  • unstable: 4.2
versioned links
  • 2.15.2: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 3.6: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 3.12: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 4.2: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
binaries
  • debci (18 bugs: 0, 8, 10, 0)
  • debci-collector (1 bugs: 0, 0, 1, 0)
  • debci-worker (8 bugs: 0, 5, 3, 0)
action needed
36 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 250e31b64ecee668a6e1a6c5a13093ee482c6673
Merge: 3f22a91 49c94b8
Author: Antonio Terceiro <terceiro@debian.org>
Date:   Mon Aug 24 11:36:26 2026 -0300

    Merge branch 'merge-requests/298'
    
    Closes: https://salsa.debian.org/ci-team/debci/-/merge_requests/298

commit 49c94b86c18b0d5b6e69b08bf68d7a1c3acfa253
Author: Antonio Terceiro <terceiro@debian.org>
Date:   Mon Aug 24 11:34:50 2026 -0300

    Add regression tests for debci-generate-apt-source
    
    Gbp-Dch: ignore

commit 99f7226012381868bb6309031b2cba4306b4ff67
Author: Sylvain Beucler <beuc@beuc.net>
Date:   Thu Jul 24 22:23:19 2025 +0200

    Fix buster and apt sources generation (Closes: #227)
    
    * debci-generate-apt-sources unconditionally adds a
      deb.debian.org/debian-debug source; adjust to archive.debian.org
      when needed (currently fails for buster).
    
    * Drop dead-code in debci-generate-apt-sources for mirror
      auto-selection (deb.d.o vs. archive.d.o): debci_mirror is always set
      by lib/environment.sh, so it's never empty and the script
      confusingly can't adjust the mirror for buster; assume that the end
      user will 'export debci_mirror=xxx'.
    
    * Drop dead-code in debci-generate-apt-sources for Ubuntu support:
      '*/create-testbed' only calls this script for Debian dists (Ubuntu
      still handled but elsewhere).
    
    * Simplify dbgsym activation by dropping jessie support, which can't
      be installed from archive.debian.org anyway since its key expired,
      and dbgsym is only triggered from '*/create-testbed' when using the
      default keyring. Also enable for LTS (bullseye).

commit 3f22a918fc264ef1af03b0fcd629fb8fdd1fc947
Merge: 45d39df 6e1688b
Author: Antonio Terceiro <terceiro@debian.org>
Date:   Mon Aug 24 10:57:29 2026 -0300

    Merge branch 'wait-for-net' into 'master'
    
    debci-update-worker needs to wait for the network
    
    See merge request ci-team/debci!352

commit 45d39df857c5b02051459e1e0a1f5dbafd33907c
Merge: 6cc83f8 ecc9408
Author: Antonio Terceiro <terceiro@debian.org>
Date:   Mon Aug 24 10:40:26 2026 -0300

    Merge branch 'dep-fixes' into 'master'
    
    Fix various dependencies
    
    See merge request ci-team/debci!351

commit 6cc83f88358ad4057462151cf73d8f9b557f64c1
Merge: 7cf41e7 d1a1fc4
Author: Antonio Terceiro <terceiro@debian.org>
Date:   Tue Aug 18 20:53:32 2026 -0300

    Merge branch 'simplecov-deprecations' into 'master'
    
    spec_helper: remove usage of deprecated SimpleCov methods
    
    See merge request ci-team/debci!353

commit d1a1fc4647bc49f3527fb682971d77d8aba6223a
Author: Antonio Terceiro <terceiro@debian.org>
Date:   Tue Aug 18 20:04:45 2026 -0300

    spec_helper: remove usage of deprecated SimpleCov methods
    
    Gbp-Dch: ignore

commit 7cf41e767c40bd4295b052573b53eefe34191de5
Author: Antonio Terceiro <terceiro@debian.org>
Date:   Tue Aug 18 20:30:35 2026 -0300

    Remove unecessary `require 'set'`
    
    This was flagged by new version of rubocop.
    
    Gbp-Dch: ignore

commit b2134b005f838ea131d9857fd59fd7f232f0d1e5
Author: Antonio Terceiro <terceiro@debian.org>
Date:   Tue Aug 18 20:04:10 2026 -0300

    rubocop: target Ruby 3.3 by default

commit d4d097d1aa58d575ce1f6ffe60824e304199280d
Author: Antonio Terceiro <terceiro@debian.org>
Date:   Tue Aug 18 20:03:43 2026 -0300

    Debci::Experiment: process packages ordered by name

commit 4af566ec8f49aba61cf5b3c0fa54f06c7a8037f4
Author: Antonio Terceiro <terceiro@debian.org>
Date:   Tue Aug 18 10:33:42 2026 -0300

    test/test_helper.sh: start_rabbitmq_server: wait for server
    
    I just saw a CI pipeline failure caused by:
    
        opening socket to localhost:5677: a socket error occurred
        /usr/share/rubygems-integration/all/gems/bunny-2.23.0/lib/bunny/session.rb:353:in `rescue in start': Could not establish TCP connection to any of the configured hosts (Bunny::TCPConnectionFailedForAllHosts)
    
    Retrying the job made it pass, so this is just flakiness caused by
    timing issues.
    
    This will wait until TCP connections can be made to the test rabbitmq
    server, and should prevent connection failures from within the tests
    themselves.
    
    Gbp-Dch: ignore

commit cc86bfe4aa0482bc630e6a4edd06a373a52a89db
Author: Antonio Terceiro <terceiro@debian.org>
Date:   Tue Aug 18 09:24:42 2026 -0300

    debci-setup: allow different retention periods

commit ecc94083b3324eb4ada3917336d429bc6be78196
Author: Christian Kastner <ckk@debian.org>
Date:   Sun Aug 9 19:15:26 2026 +0200

    Fix various dependencies
    
    - bin:debci doesn't need debootstrap redundantly (to debci:Depends)
    - debci-worker is missing debootstrap and mmdebstrap

commit 6e1688b8d627dfec06d1db0328445caaf9bc3e47
Author: Christian Kastner <ckk@debian.org>
Date:   Sun May 31 21:27:50 2026 +0200

    debci-update-worker needs to wait for the network

commit 315401a3b44499bbc2171a2615a7148c6712573d
Author: Antonio Terceiro <terceiro@debian.org>
Date:   Tue Aug 4 17:58:56 2026 -0300

    Debci::HTMLHelpers: delegate hostname format to Rack
    
    Rack::Request is already able to not use an explicit port number in
    production, when standard (and thus redundant) port numbers are used.
    This avoids producing URLs like https://ci.debian.net:443/... in
    production.

commit 1de02a761646b02422aaeab4ad6347f714d7e1bc
Merge: ab1fb50 13fa092
Author: Antonio Terceiro <terceiro@debian.org>
Date:   Wed Jul 29 20:53:08 2026 -0300

    Merge branch 'experiments-list-regressions' into 'master'
    
    experiment: add page to list regressions
    
    See merge request ci-team/debci!350

commit 13fa092e5f540e9b72524f3c81cbc9e784bd666a
Author: Antonio Terceiro <terceiro@debian.org>
Date:   Wed Jul 29 20:45:58 2026 -0300

    experiment: add page to list regressions

commit 0595d9104e7f7ed57daf2afe31ec03b1876b9605
Author: Antonio Terceiro <terceiro@debian.org>
Date:   Wed Jul 29 20:27:13 2026 -0300

    experiment: fix whitespace
    
    Gbp-Dch: ignore

commit 9346d29664d841410672536ca86b958cf59fe918
Author: Antonio Terceiro <terceiro@debian.org>
Date:   Wed Jul 29 20:18:24 2026 -0300

    experiment: extract test listing to a partial
    
    Gbp-Dch: ignore

commit ab1fb5013389ba03b11c0fa64037b4588dcff298
Merge: 9748248 39aad1a
Author: Antonio Terceiro <terceiro@debian.org>
Date:   Wed Jul 29 20:26:55 2026 -0300

    Merge branch 'experiments-completion' into 'master'
    
    experiments: display percent completed
    
    See merge request ci-team/debci!349

commit 39aad1abc907fafca9e5355312d584c27cecf9f1
Author: Antonio Terceiro <terceiro@debian.org>
Date:   Wed Jul 29 20:03:35 2026 -0300

    experiments: display percent completed

commit b0b6cbd88c4b0b8df7998ad968879eba7e2ce5db
Author: Antonio Terceiro <terceiro@debian.org>
Date:   Wed Jul 29 19:41:58 2026 -0300

    Debci::Experiment: calculate percent completed

commit 48c8d1299145e20876b5e75c985c309b7a625811
Author: Antonio Terceiro <terceiro@debian.org>
Date:   Wed Jul 29 19:20:27 2026 -0300

    experiment_spec: drop unused code
    
    Gbp-Dch: ignore

commit 9748248470c8b70e0c8d9ddcc931673fde84dac3
Merge: 9b852d5 d2ea55a
Author: Antonio Terceiro <terceiro@debian.org>
Date:   Mon Jul 27 17:20:10 2026 -0300

    Merge branch 'experiments-reject-list' into 'master'
    
    experiments: immediately fail packages in the reject list
    
    See merge request ci-team/debci!348

commit d2ea55a9eb51e58b4a2db55e4573f15a44962a95
Author: Antonio Terceiro <terceiro@debian.org>
Date:   Mon Jul 27 17:01:20 2026 -0300

    experiments: immediately fail packages in the reject list

commit 9b852d5c2b28e9282a94d93af34f52821ba78d13
Author: Antonio Terceiro <terceiro@debian.org>
Date:   Tue Jul 21 16:13:08 2026 -0300

    experiment: process packages in batches
    
    This will prevent the loading of a potentially large number of objects
    in memory at once.

commit 94be78e66c81c328b4f9d8bf2c68cb34936dd357
Merge: 6419789 090deb0
Author: Antonio Terceiro <terceiro@debian.org>
Date:   Mon Jul 20 21:33:57 2026 -0300

    Merge branch 'experiments-priority' into 'master'
    
    Fix experiments priority
    
    See merge request ci-team/debci!347

commit 090deb03b6d719e18e28689145b48fe105610831
Author: Antonio Terceiro <terceiro@debian.org>
Date:   Mon Jul 20 18:38:15 2026 -0300

    Debci::Experiment: save priority specified at the top level

commit 0d5f37fbc2701636ad05d8b925a8a51b5efbac7d
Author: Antonio Terceiro <terceiro@debian.org>
Date:   Mon Jul 20 18:30:48 2026 -0300

    Debci::Job.enqueue: don't override stored priority
    
    There was a bug in the experiments code that was causing jobs to be
    saved with nil priority. We now prevent that.

commit 64197891101e0ac01c704c1fec343f6d1a5a8b2d
Author: Antonio Terceiro <terceiro@debian.org>
Date:   Mon Jul 20 16:50:45 2026 -0300

    debci-worker: explictly log architecture when waiting for testbed

commit 9f0f53eec7a1222e64cdf945a0ac9495f52491fb
Merge: 1c54592 c9ef9ca
Author: Antonio Terceiro <terceiro@debian.org>
Date:   Tue Jul 14 11:59:08 2026 -0300

    Merge branch 'debci-export-data' into 'master'
    
    debc-shell: add batch (non-interactive) mode
    
    See merge request ci-team/debci!346

commit c9ef9cab4879fa44ff974abbb1cab43e733e6998
Author: Antonio Terceiro <terceiro@debian.org>
Date:   Tue Jul 14 11:26:17 2026 -0300

    Drop deprecated scripts

commit 541f575a16f95871ac22d6ce6f729b17c67f596d
Author: Antonio Terceiro <terceiro@debian.org>
Date:   Tue Jul 14 11:10:49 2026 -0300

    debci-shell: add support for non-interactive mode

commit 1c54592681c673801fc6a97c40f18e1b880a3769
Author: Antonio Terceiro <terceiro@debian.org>
Date:   Sun Jul 12 18:24:16 2026 -0300

    Prevent a runtime dependency on dh-sequence-installsysusers

commit 44c9f1511e3db68a1fb4d5f0e218e3a403ae2869
Author: Antonio Terceiro <terceiro@debian.org>
Date:   Thu Jul 9 13:13:22 2026 -0300

    incus-lxc: allow extra launch arguments
    
    This allows debci worker admins to control extra arguments to be passed
    to autopkgtest-virt-(incus|lxd). Note that this is not automatically
    exported by debci-test, so it needs to be explicitly exported from any
    config files. e.g.
    
       export debci_autopkgtest_incus_launch_args="--storage tmpfs"

commit 9a7dbaea857683b584fe794d0beef269601889ca
Author: Antonio Terceiro <terceiro@debian.org>
Date:   Thu Jul 9 11:22:08 2026 -0300

    debian/changelog: fix typo
    
    Gbp-Dch: ignore


https://salsa.debian.org/api/v4/projects/ci-team%2Fdebci API request failed: 401 Unauthorized at /srv/qa.debian.org/data/vcswatch/vcswatch line 410.
Created: 2026-07-09 Last update: 2026-08-24 16:32
1 bug tagged patch in the BTS normal
The BTS contains patches fixing 1 bug, consider including or untagging them.
Created: 2026-08-15 Last update: 2026-08-24 16:30
lintian reports 8 warnings normal
Lintian reports 8 warnings about this package. You should make the package lintian clean getting rid of them.
Created: 2026-04-10 Last update: 2026-07-08 06:19
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.4.1).
Created: 2020-01-21 Last update: 2026-07-07 21:20
news
[rss feed]
  • [2026-07-13] debci 4.2 MIGRATED to testing (Debian testing watch)
  • [2026-07-07] Accepted debci 4.2 (source) into unstable (Antonio Terceiro)
  • [2026-05-23] debci 4.1 MIGRATED to testing (Debian testing watch)
  • [2026-05-18] Accepted debci 4.1 (source) into unstable (Antonio Terceiro)
  • [2026-04-14] debci 4.0.1 MIGRATED to testing (Debian testing watch)
  • [2026-04-08] Accepted debci 4.0.1 (source) into unstable (Antonio Terceiro)
  • [2026-04-07] Accepted debci 4.0 (source) into unstable (Antonio Terceiro)
  • [2026-03-13] debci 3.14.1 MIGRATED to testing (Debian testing watch)
  • [2026-03-09] Accepted debci 3.14.1 (source) into unstable (Antonio Terceiro)
  • [2026-03-08] debci 3.14 MIGRATED to testing (Debian testing watch)
  • [2026-03-04] Accepted debci 3.14 (source) into unstable (Antonio Terceiro)
  • [2025-12-09] debci 3.13 MIGRATED to testing (Debian testing watch)
  • [2025-12-06] Accepted debci 3.13 (source) into unstable (Antonio Terceiro)
  • [2025-03-07] debci 3.12 MIGRATED to testing (Debian testing watch)
  • [2025-03-04] Accepted debci 3.12 (source) into unstable (Antonio Terceiro)
  • [2025-02-02] debci 3.11 MIGRATED to testing (Debian testing watch)
  • [2025-01-31] Accepted debci 3.11 (source) into unstable (Antonio Terceiro)
  • [2024-04-28] debci 3.10 MIGRATED to testing (Debian testing watch)
  • [2024-04-22] Accepted debci 3.10 (source) into unstable (Antonio Terceiro)
  • [2023-12-14] debci 3.9 MIGRATED to testing (Debian testing watch)
  • [2023-12-11] Accepted debci 3.9 (source) into unstable (Antonio Terceiro)
  • [2023-11-19] debci 3.8 MIGRATED to testing (Debian testing watch)
  • [2023-11-19] debci 3.8 MIGRATED to testing (Debian testing watch)
  • [2023-11-16] Accepted debci 3.8 (source) into unstable (Antonio Terceiro)
  • [2023-11-07] debci 3.7 MIGRATED to testing (Debian testing watch)
  • [2023-11-04] Accepted debci 3.7 (source) into unstable (Antonio Terceiro)
  • [2023-03-09] debci 3.6 MIGRATED to testing (Debian testing watch)
  • [2023-02-26] Accepted debci 3.6 (source) into unstable (Antonio Terceiro)
  • [2022-10-17] debci 3.5.2+nmu1 MIGRATED to testing (Debian testing watch)
  • [2022-10-17] debci 3.5.2+nmu1 MIGRATED to testing (Debian testing watch)
  • 1
  • 2
bugs [bug history graph]
  • all: 38
  • RC: 0
  • I&N: 21
  • M&W: 17
  • F&P: 0
  • patch: 1
links
  • homepage
  • lintian (0, 8)
  • buildd: logs, reproducibility
  • popcon
  • browse source code
  • other distros
  • debci
ubuntu Ubuntu logo [Information about Ubuntu for Debian Developers]
  • version: 3.13

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