Your message dated Wed, 2 Apr 2025 11:01:35 +0200 with message-id <z-z87y8o7ckjv...@t14-buxy.home.ouaza.com> and subject line Re: Bug#1101835: please reassign varnish-team to md has caused the Debian Bug report #1101835, regarding please reassign varnish-team to md to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact ow...@bugs.debian.org immediately.) -- 1101835: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1101835 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
--- Begin Message ---Package: tracker.debian.org Severity: normal As discussed on IRC. -- ciao, Marco
signature.asc
Description: PGP signature
--- End Message ---
--- Begin Message ---Hi, On Tue, 01 Apr 2025, Marco d'Itri wrote: > Package: tracker.debian.org > Severity: normal > > As discussed on IRC. Done. The varnish team is now owned by you instead of Thorsten Alteholz. In [1]: from distro_tracker.core.models import Team, UserEmail In [2]: Team.objects.get(slug='varnish-team') Out[2]: <Team: Varnish Team> In [3]: t = Team.objects.get(slug='varnish-team') In [4]: t Out[4]: <Team: Varnish Team> In [5]: t.owner Out[5]: <User: alteh...@debian.org> In [6]: u = UserEmail.objects.get(email='m...@linux.it') In [7]: u.user Out[7]: <User: m...@debian.org> In [8]: t.owner = u.user In [9]: t.save() Cheers, -- ⢀⣴⠾⠻⢶⣦⠀ Raphaël Hertzog <hert...@debian.org> ⣾⠁⢠⠒⠀⣿⡁ ⢿⡄⠘⠷⠚⠋ The Debian Handbook: https://debian-handbook.info/get/ ⠈⠳⣄⠀⠀⠀⠀ Debian Long Term Support: https://deb.li/LTS
signature.asc
Description: PGP signature
--- End Message ---