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.