diff options
| author | Jeff Carr <[email protected]> | 2025-10-12 20:47:54 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-13 03:28:35 -0500 |
| commit | b289edcf4e8e7e386f06accae3b2e87e41a2af0d (patch) | |
| tree | 3e883c71338a3d58ded33a8ef695e0b712a13062 /doVerify.go | |
| parent | aca9033f21dae1b9862248582827d05151bbe592 (diff) | |
getting farther
Diffstat (limited to 'doVerify.go')
| -rw-r--r-- | doVerify.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doVerify.go b/doVerify.go index a121b8e..af0303a 100644 --- a/doVerify.go +++ b/doVerify.go @@ -32,7 +32,7 @@ func doVerify() (string, error) { log.Printf("debinfo == nil. need to run dpkg -I %s\n", fullname) populateDebInfo(p) counter += 1 - if counter > 3 { + if counter > 10 { break } continue @@ -69,6 +69,7 @@ func doVerify() (string, error) { } // make sure the fields are valid if p.Package == "" { + me.pb.Delete(p) log.Printf("%-16.16s %-130.130s\n", "Package is blank", pdump) counter += 1 continue |
