summaryrefslogtreecommitdiff
path: root/stuff.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-14 04:40:11 -0500
committerJeff Carr <[email protected]>2025-10-14 04:50:56 -0500
commit7905bfcde0894a63b9433b3c777e2b255591138f (patch)
tree9814aab6faa2aac0150ab82f1d9f8d528b0b4738 /stuff.go
parentf2a3ac86043387725cb932c877bc76770812b11f (diff)
housecleaning
Diffstat (limited to 'stuff.go')
-rw-r--r--stuff.go20
1 files changed, 2 insertions, 18 deletions
diff --git a/stuff.go b/stuff.go
index 0458b05..0877e76 100644
--- a/stuff.go
+++ b/stuff.go
@@ -1,23 +1,6 @@
package main
-import (
- "bufio"
- "bytes"
- "compress/gzip"
- "crypto/md5"
- "crypto/sha1"
- "crypto/sha256"
- "fmt"
- "io"
- "os"
- "os/exec"
- "path/filepath"
- "strings"
- "time"
-
- "go.wit.com/log"
-)
-
+/*
func runCommand(cmd *exec.Cmd) error {
var stderr bytes.Buffer
cmd.Stderr = &stderr
@@ -238,3 +221,4 @@ func scanDebs(root string, count int) ([]DebInfo, error) {
})
return debs, err
}
+*/