summaryrefslogtreecommitdiff
path: root/apt_linux.go
diff options
context:
space:
mode:
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
}
-*/