- Notifications
You must be signed in to change notification settings - Fork379
Tags: aptly-dev/aptly
Tags
v1.0.1
Fix temporary contents DB being left behind after publishingNB: Go `defer` order execution is reverse to the order `defer` statementsare executed.So before the change, `Drop()` was called before `Close()`, which was no-op.Change that to explicit order in single func, print errors if they happen.
PreviousNext