X-Git-Url: https://git.donarmstrong.com/?p=bugscan.git;a=blobdiff_plain;f=bugscan;h=2bc7b4dbf141c351be0a5b76acb914ddd68be4ba;hp=7b76b6e93c6e62da9485981c053e999d2c9f99ed;hb=38875d2808a5c6ee95917d56f4c5d6b992e0be24;hpb=208048faabf59b200dbabe0ddfe34406d7c8fbd5 diff --git a/bugscan b/bugscan index 7b76b6e..2bc7b4d 100755 --- a/bugscan +++ b/bugscan @@ -8,12 +8,9 @@ use strict; # Main part scanlib::readpackages($bugcfg::debian_ftproot, "debian") if defined $bugcfg::debian_ftproot; -scanlib::readpackages($bugcfg::nonUS_ftproot, "non-US") if defined $bugcfg::nonUS_ftproot; scanlib::readsources($bugcfg::debian_ftproot, "debian") if defined $bugcfg::debian_ftproot; -scanlib::readsources($bugcfg::nonUS_ftproot, "non-US") if defined $bugcfg::nonUS_ftproot; scanlib::readdebbugssources($bugcfg::debian_sources, "debian") if defined $bugcfg::debian_sources; -scanlib::readdebbugssources($bugcfg::nonUS_sources, "non-US") if defined $bugcfg::nonUS_sources; scanlib::readpseudopackages();