all lists on lists.proxmox.com
 help / color / mirror / Atom feed
* [pmg-devel] [PATCH pmg-api] pmg7to8: have repository check handle -debug suites gracefully
@ 2023-06-29  8:11 Fiona Ebner
  2023-06-29 12:13 ` [pmg-devel] applied: " Thomas Lamprecht
  0 siblings, 1 reply; 2+ messages in thread
From: Fiona Ebner @ 2023-06-29  8:11 UTC (permalink / raw)
  To: pmg-devel

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





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-06-29 12:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-29  8:11 [pmg-devel] [PATCH pmg-api] pmg7to8: have repository check handle -debug suites gracefully Fiona Ebner
2023-06-29 12:13 ` [pmg-devel] applied: " Thomas Lamprecht

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal