Sean Whitton writes ("Bug#1089632: dgit: --delayed not passed through to
dput-ng"):
> Package: dgit
> Version: 12.0
> Severity: important
>
> An NMU I did today with --delayed=5 hit unstable immediately.
How unfortunate.
> The only thing that I can think is that I use dput-ng and dgit only
> knows how to pass --delayed to dput? But I'm surprised this hasn't come
> up before, if it's that.
dgit knows nothing of the difference between dput and dput-ng. All it
does is pass the --delayed option on to whatever @dput is, in the
command line parser.
I wonder if I broke this in d3d6ea8490b6fff02d18b649d9153b315e41e322.
I did an experiment and:
$ dgit --damp-run --delayed=5 push-source
...
# dput --delayed=5 ftp-master '../bpd/dgit_12.1~WRONG_source.changes'
So I think not.
> Or could it be that I used ssh-upload?
IHNI but it sounds plausible. IIRC the implementation of --delayed is
a bodge.
Ian.