Skip to content

Commit

Permalink
Stop tracking channel for held snaps (#384)
Browse files Browse the repository at this point in the history
  • Loading branch information
dragomirp authored Oct 9, 2024
1 parent d973b19 commit bca1d4c
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,7 @@
# Snap constants.
PGBOUNCER_SNAP_NAME = "charmed-pgbouncer"
PGBOUNCER_EXECUTABLE = f"{PGBOUNCER_SNAP_NAME}.pgbouncer"
SNAP_PACKAGES = [
(
PGBOUNCER_SNAP_NAME,
{"revision": {"aarch64": "15", "x86_64": "16"}, "channel": "1/stable"},
)
]
SNAP_PACKAGES = [(PGBOUNCER_SNAP_NAME, {"revision": {"aarch64": "15", "x86_64": "16"}})]

SNAP_COMMON_PATH = f"/var/snap/{PGBOUNCER_SNAP_NAME}/common"
SNAP_CURRENT_PATH = f"/var/snap/{PGBOUNCER_SNAP_NAME}/current"
Expand Down

0 comments on commit bca1d4c

Please sign in to comment.