diff options
| author | Jeff Carr <[email protected]> | 2025-10-10 20:21:45 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-11 04:29:23 -0500 |
| commit | 4a20397ed093cb4308e25c1a46ecce69bc0ffbc4 (patch) | |
| tree | 875551e3b302475e26da31ee9d1c03e439be61a9 /doWalk.go | |
| parent | 34c30323a684af8b2a952ec4c7c324ef88e946ff (diff) | |
test one .deb file
Diffstat (limited to 'doWalk.go')
| -rw-r--r-- | doWalk.go | 8 |
1 files changed, 1 insertions, 7 deletions
@@ -2,14 +2,11 @@ package main import ( "os" - "strings" "time" "go.wit.com/lib/debian" - "go.wit.com/lib/gui/shell" "go.wit.com/lib/protobuf/zoopb" "go.wit.com/log" - "google.golang.org/protobuf/encoding/prototext" "google.golang.org/protobuf/types/known/timestamppb" ) @@ -84,10 +81,7 @@ func doWalk() (string, error) { panic("newdeb.Filename = ''") } if argv.Verbose { - shell.RunVerbose([]string{"dpkg", "-I", newdeb.Filename}) - log.Info("\nNEW PB START") - log.Info(strings.TrimSpace(prototext.Format(newdeb))) - log.Info("NEW PB END\n") + newdeb.Print() } // arch := deb.ControlData["Architecture"] } |
