summaryrefslogtreecommitdiff
path: root/apt_linux.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-02-15 06:45:14 -0600
committerJeff Carr <[email protected]>2025-02-15 07:28:49 -0600
commit088a2f65152a84583519fe89effbd92435e0eb2e (patch)
treed15455dd30c7490185c336d72a162580a6cf6cb1 /apt_linux.go
parent201ec576bcd66035542cebf15b461b4a5d4efa39 (diff)
memory and cpusv0.0.26
Diffstat (limited to 'apt_linux.go')
-rw-r--r--apt_linux.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/apt_linux.go b/apt_linux.go
index 6a1a800..6c7391c 100644
--- a/apt_linux.go
+++ b/apt_linux.go
@@ -71,12 +71,13 @@ func dpkgQuery() (map[string]string, error) {
return installedPackages, scanner.Err()
}
+/*
func (me *Machine) UpdatePackages() string {
log.Info("fixme. broken after move to autogenpb")
return ""
}
+*/
-/*
func (me *Machine) UpdatePackages() string {
// Get the list of installed packages for the detected distro
newP, err := getPackageList(me.Distro)
@@ -95,7 +96,7 @@ func (me *Machine) UpdatePackages() string {
newCounter += 1
} else {
found.Version = version
- panic("redo this. broken after autogenpb. was never right anyway")
+ // panic("redo this. broken after autogenpb. was never right anyway")
//if me.Packages.Update(found) {
// changeCounter += 1
//}
@@ -111,4 +112,3 @@ func (me *Machine) UpdatePackages() string {
}
return footer
}
-*/