• Re: How to ask efficiently for removal of 32 bit architectures of about

    From Andreas Tille@21:1/5 to All on Tue Mar 12 20:00:01 2024
    Hi Mattia,

    Am Mon, Mar 11, 2024 at 11:35:55PM +0100 schrieb Mattia Rizzolo:
    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...

    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>

    where I received the response "Package is missing" from BTS. So I
    simply tried to send this to some existing bug

    https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1063376#53
    by bouncing it to 1063376@bugs.debian.org

    Seems I did not understood BTS syntax and something is missing since
    nothing seems to happen regarding creation of new bugs.

    Any hint what might be wrong here?

    Kind regards
    Andreas.

    --
    http://fam-tille.de

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Micha Lenk@21:1/5 to All on Wed Mar 13 06:30:01 2024
    Hi Andreas,

    Am 12. März 2024 19:55:27 MEZ schrieb Andreas Tille <andreas@an3as.eu>:
    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 on
    https://www.debian.org/Bugs/server-control

    Have fun,
    Micha

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Andreas Tille@21:1/5 to All on Wed Mar 13 08:00:01 2024
    Hi Micha,

    Am Wed, Mar 13, 2024 at 06:25:02AM +0100 schrieb Micha Lenk:
    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 on
    https://www.debian.org/Bugs/server-control

    Works.

    Thanks for guiding me patiently
    Andreas.

    --
    http://fam-tille.de

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Marc Haber@21:1/5 to holger@layer-acht.org on Wed Mar 13 11:10:01 2024
    On Mon, 11 Mar 2024 20:26:40 +0000, Holger Levsen
    <holger@layer-acht.org> wrote:
    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 ;)

    A very nice example for Koehntopp's rule: "Verwende perl¹. shell will
    man können, dann aber nicht verwenden"²

    Greetings
    Marc

    ¹ it would be python nowadays, the saying is 25 years old
    ² "Use perl. You want to know how to write shell scripts, but not
    actually do it"
    --
    ---------------------------------------------------------------------------- Marc Haber | " Questions are the | Mailadresse im Header Rhein-Neckar, DE | Beginning of Wisdom " |
    Nordisch by Nature | Lt. Worf, TNG "Rightful Heir" | Fon: *49 6224 1600402

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)