This repository was archived by the owner on Mar 8, 2022. It is now read-only.
This repository was archived by the owner on Mar 8, 2022. It is now read-only.
consider switching to an apt-style repository architecture #130
Open
Description
Having a git-backed repository structure makes the forking and maintenance model incredibly simple for the back-end, however it comes with the trade-off of only having the ability to install the latest version of a package.
As a user, I should be able to install a package at a version that was previously made available from a package repository:
$ gofish install helm --version 2.8.2