Open jacobsvante opened 8 years ago
The intended way to do that is to maintain a branch of the package description files with exactly the package versions you want.
So a branch with one file per version? How does one install from a specific branch in an easy way without knowing all the gritty details?
Think of Homebrew. The master branch only provides the latest (or otherwise vetted) version, but if you want to have a different version or something, you edit the repository and store it in a private branch. The user interface to all this is not terribly elegant, but it's the way in general.
Yeah I know that's the way it works with homebrew. Personally I don't like their way of working with different versions, and I've run into issues countless of times when software has required different versions. Especially when it comes to PostgreSQL. But it's your project and your man-hours so the final call is obviously yours to make 😊
It would be nice to be able to install specific versions of the extensions.
For example with the following syntax for the
.yml
package description:The default would be to use the latest available version when installing. To override you would do:
With above syntax it would be easy to install multiple packages at different versions: