Remove tracks for duplicity

Please remove all tracks but latest from duplicity snap.

…Thanks, …Ken

Hi Ken,

Tracks cannot be “removed-removed”. We can offer alternatives based on what you actually want to achieve. The recommended way is to close all risks for each track, example:

for risk in stable candidate beta edge; do snapcraft close duplicity 0.8.23/$risk; done

The tracks still exist strictly speaking but since you closed all the channels, nobody will be able to install from them.

Let me know if that achieves what you need.

  • Daniel

Done and done. All tracks cleared. Thanks!

…Ken