Package: devscripts
Version: 2.25.8~bpo12+1

Hi.

While playing with my not-yet-finished --reverse option
for debbisect I found an issue which also happens with
regular debbisect in the current package (at least the one
in bookworm-backports).

I'm running the following script:

#!/bin/sh
PACKAGE=resampy
GOOD="20250413T085924Z"
BAD="20250413T204319Z"
DEBIAN_BISECT_SRCPKG=${PACKAGE} debbisect --cache=./cache \
  "${GOOD}" "${BAD}" $HOME/bin/debbisect_buildsrc_inverted.sh


where "debbisect_buildsrc_inverted.sh" is attached.
(It's just debbisect_buildsrc.sh but with exit status swapped).

This is the outcome:

bisection finished successfully
  last good timestamp: 20250413T150122Z
  first bad timestamp: 20250413T204319Z
ERROR:root:./debbisect.20250413T150122Z.pkglist doesn't exist


I hope this is not a bug in snapshot.debian.org (in one of those
timestamps), because it would mean it will not have an easy fix.

(Note: resampy has a very small build time, so don't be afraid of
trying the script yourself)

Thanks.

Attachment: debbisect_buildsrc_inverted.sh
Description: application/shellscript

Reply via email to