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