-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
publish releases as rpm packages on SOS (#555)
We use a script in go.mk as a custom publisher to publish releases to SOS. As with debian releases, we only keep the last 10 versions of the cli available in the bucket. The packages can be installed on Fedora by adding a repo file `/etc/yum.repos.d/exoscale-cli.repo` with the following content: ``` [exoscale-cli-repo] name=exocale-cli baseurl=https://sos-ch-gva-2.exo.io/exoscale-packages/rpm/cli enabled=1 repo_gpgcheck=1 gpgcheck=0 gpgkey=https://keys.openpgp.org/vks/v1/by-fingerprint/7100E8BFD6199CE0374CB7F003686F8CDE378D41 ``` --------- Co-authored-by: Philipp Sauter <[email protected]>
- Loading branch information
Showing
3 changed files
with
10 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule go.mk
updated
2 files
+4 −3 | scripts/publish-deb-artifact-to-sos.sh | |
+68 −0 | scripts/publish-rpm-artifact-to-sos.sh |