X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=bugscan;h=2bc7b4dbf141c351be0a5b76acb914ddd68be4ba;hb=fb2fdeb9ef55b7cab90ab1ca736446942a95c29c;hp=7b76b6e93c6e62da9485981c053e999d2c9f99ed;hpb=37b8cc3aedecb7ad38824ad3506178e1105369df;p=bugscan.git 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();