From: Fiona Ebner <f.ebner@proxmox.com>
To: pmg-devel@lists.proxmox.com
Subject: [pmg-devel] [PATCH pmg-api] pmg7to8: have repository check handle -debug suites gracefully
Date: Thu, 29 Jun 2023 10:11:06 +0200 [thread overview]
Message-ID: <20230629081106.13053-1-f.ebner@proxmox.com> (raw)
instead of marking them as unusual suites.
Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
---
src/PMG/CLI/pmg7to8.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/PMG/CLI/pmg7to8.pm b/src/PMG/CLI/pmg7to8.pm
index ea29056..18841c6 100644
--- a/src/PMG/CLI/pmg7to8.pm
+++ b/src/PMG/CLI/pmg7to8.pm
@@ -385,7 +385,7 @@ sub check_apt_repos {
}
my $where = "in ${file}:${number}";
- $suite =~ s/-(?:(?:proposed-)?updates|backports|security)$//;
+ $suite =~ s/-(?:(?:proposed-)?updates|backports|security|debug)(?:-debug)?$//;
if ($suite ne $old_suite && $suite ne $new_suite) {
log_notice(
"found unusual suite '$suite', neither old '$old_suite' nor new '$new_suite'.."
--
2.30.2
next reply other threads:[~2023-06-29 8:11 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-06-29 8:11 Fiona Ebner [this message]
2023-06-29 12:13 ` [pmg-devel] applied: " Thomas Lamprecht
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230629081106.13053-1-f.ebner@proxmox.com \
--to=f.ebner@proxmox.com \
--cc=pmg-devel@lists.proxmox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox