From fa1f2a6575954cde08db295182c36e409f5f99b6 Mon Sep 17 00:00:00 2001 From: Emilio Pozuelo Monfort Date: Wed, 21 Jun 2023 16:03:50 +0200 Subject: check-new-issues: move removed packages to the data file --- bin/check-new-issues | 5 ----- 1 file changed, 5 deletions(-) (limited to 'bin') diff --git a/bin/check-new-issues b/bin/check-new-issues index 320fe80d19..cccddd03fc 100755 --- a/bin/check-new-issues +++ b/bin/check-new-issues @@ -368,11 +368,6 @@ wnpp = read_wnpp_file(wnppfile) # packages that should be ignored by -u/-U ignore_missing_bugs = read_packages_file(removed_packages_file) ignore_missing_bugs += read_packages_file(ignore_bug_file) -# TODO: move this to data/packages/{removed,ignored-debian-bug}-packages -ignore_missing_bugs += "linux-2.6 linux-2.6.24 \ - kfreebsd-source kfreebsd-5 kfreebsd-6 kfreebsd-7 \ - mozilla mozilla-firefox mozilla-thunderbird firefox \ - php4 gnutls11".split() seen_pkgs = {} -- cgit v1.2.3