]> git.proxmox.com Git - pve-manager.git/commitdiff
pve7to8: drop outdated apt security repo format change check
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 31 May 2023 15:51:09 +0000 (17:51 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 31 May 2023 15:51:09 +0000 (17:51 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
PVE/CLI/pve7to8.pm

index 3e1eabee517b3f0c82080695abee1cedd1f8975f..66cd542c18e1ba14e7c8de759a8f97c1749338a6 100644 (file)
@@ -1097,16 +1097,7 @@ sub check_apt_repos {
            $found = 1;
 
            my $where = "in ${file}:${number}";
-
-           if ($suite eq 'buster/updates') {
-               log_info("Make sure to change the suite of the Debian security repository " .
-                   "from 'buster/updates' to 'bullseye-security' - $where");
-           } elsif ($suite eq 'bullseye-security') {
-               log_pass("already using 'bullseye-security'");
-           } else {
-               log_fail("The new suite of the Debian security repository should be " .
-                   "'bullseye-security' - $where");
-           }
+           # TODO: is this useful (for some other checks)?
        }
     };