summaryrefslogtreecommitdiff
path: root/doUpgrade.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-05 12:32:55 -0500
committerJeff Carr <[email protected]>2025-10-05 12:32:55 -0500
commitf09240a122f09f297d96332c431db74857b93e6f (patch)
tree48fb68c1dcc144bb5b577319fa93458e139ef899 /doUpgrade.go
parent71b54e6dd01fae2ecb5cc29890b12bbd1299aa6c (diff)
more cleanupsv0.1.18
Diffstat (limited to 'doUpgrade.go')
-rw-r--r--doUpgrade.go7
1 files changed, 1 insertions, 6 deletions
diff --git a/doUpgrade.go b/doUpgrade.go
index 8dece7c..5c644db 100644
--- a/doUpgrade.go
+++ b/doUpgrade.go
@@ -24,12 +24,7 @@ func doPackageList(all bool) {
installed.Append(p)
}
}
- installed.PrintTable()
- log.Info("aptly repo -remove-files -force-replace add wit /home/aptly/incoming/autogenpb_0.5.16_amd64.deb")
- log.Info("aptly repo remove wit basicwindow")
- log.Info("aptly snapshot create wit-v0.8.3 from repo wit")
- log.Info("aptly publish snapshot wit-v0.8.3")
- log.Info("aptly -dry-run repo remove wit protoc-gen-go # remote a file")
+ me.machine.PrintTable(installed)
}
func doUpgrade() error {