X-Git-Url: https://git.donarmstrong.com/?p=bugscan.git;a=blobdiff_plain;f=bugscan;h=2bc7b4dbf141c351be0a5b76acb914ddd68be4ba;hp=c78573f1576eddfc4f20733197cbd438c298c925;hb=4ef8564c7e87c67015de727dbf9bd23a51f927d3;hpb=038c6aa61e809657e74971f8fe72a56fe57551a7 diff --git a/bugscan b/bugscan index c78573f..2bc7b4d 100755 --- a/bugscan +++ b/bugscan @@ -3,17 +3,14 @@ require bugcfg; require scanlib; use strict; -use warnings; +# use warnings; # 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();