On Mon, Mar 11, 2024 at 09:12:30PM +0100, Andreas Tille wrote:
I hope there is some better solution than sending single bug reports
for those packages. If ftpmaster tooling really needs single bug
reports I wonder how I can automatically create such bug reports with always the same text, just targeting at different binary packages.
This also should include some means to work around the less than 5
bug reports per hour SPAM protection means of BTS.
clone the bug however many time you need and retitle the clones? What matters for the ftp tooling is just the bug title, pretty much.
That's one single email...
Am Mon, Mar 11, 2024 at 11:35:55PM +0100 schrieb Mattia Rizzolo:
clone the bug however many time you need and retitle the clones? What
matters for the ftp tooling is just the bug title, pretty much.
That's one single email...
I admit I love this hint and tried to follow it first by this mail
https://lists.debian.org/debian-r/2024/03/msg00006.html
To: submit@bugs.debian.org, Debian R <debian-r@lists.debian.org>
[...]
Any hint what might be wrong here?
What you are trying to accomplish is no regular bug reporting but some manipulation of existing bugs. Hence the control server must be used directly by sending your mail to control@bugs.debian.org instead of submit@... See also the first sentence onhttps://www.debian.org/Bugs/server-control
foo="bin1
bin2
bin3"
$file=/some/path/to/bugreport_without_package_line.txt
tmpfile=$(mktemp)
for package in $foo ; do
( echo "package: $package" ;
cat $file ) > $tmpfile
do mutt -s "RM: remove $package" -i tmpfile $package
sleep 15m
done
rm $tmpfile
with 40 packages this is just a 10h running script ;)
Sysop: | Keyop |
---|---|
Location: | Huddersfield, West Yorkshire, UK |
Users: | 546 |
Nodes: | 16 (2 / 14) |
Uptime: | 153:26:59 |
Calls: | 10,383 |
Files: | 14,054 |
Messages: | 6,417,839 |