summaryrefslogtreecommitdiff
path: root/apt.go
diff options
context:
space:
mode:
Diffstat (limited to 'apt.go')
-rw-r--r--apt.go7
1 files changed, 4 insertions, 3 deletions
diff --git a/apt.go b/apt.go
index db4c415..c06d4c1 100644
--- a/apt.go
+++ b/apt.go
@@ -59,9 +59,10 @@ func (me *Machine) UpdatePackages() string {
newCounter += 1
} else {
found.Version = version
- if me.Packages.Update(found) {
- changeCounter += 1
- }
+ panic("redo this. broken after autogenpb. was never right anyway")
+ //if me.Packages.Update(found) {
+ // changeCounter += 1
+ //}
}
}