saltstack-formulas / mongodb-formula

http://docs.saltstack.com/en/latest/topics/development/conventions/formulas.html
Other
31 stars 121 forks source link

Various issues encountered when implementing `semantic-release` #74

Closed myii closed 4 years ago

myii commented 4 years ago

Implemented semantic-release in #73. Came across a number of issues when rolling that out. Collecting them here for future reference.


https://travis-ci.org/myii/mongodb-formula/builds/618386706


Will need a better way to deal with version numbers and keys:


Installation and keys (per version):


Compass download and installation:


CC: @noelmcloughlin.

daks commented 4 years ago

About the version number: is it absolutely required? Can't we imagine to just use the distro version, or an upstream repo, but without a specific version?

If this is not posible, we will need to have different pillar files by OS.

myii commented 4 years ago

About the version number: is it absolutely required? Can't we imagine to just use the distro version, or an upstream repo, but without a specific version?

It doesn't look possible for the upstream repo.

https://docs.mongodb.com/master/administration/install-on-linux/

noelmcloughlin commented 4 years ago

83