mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-05-06 22:18:28 +00:00
429788db0f
Users now have the choice of listing the snapshot by time as well as name (default behaviour). An additional flag has been added '--sort=' which controls the sort method applied to the list produced by aptly snapshot list. The possible values are: --sort=name (default): sorts the snapshot list by name (lexicographic order) --sort=time: sorts the snapshot list in chronological order (oldest to newest)