-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Artifacts #132
base: master
Are you sure you want to change the base?
Artifacts #132
Conversation
No objections if this immediately works for the needed use cases, but longer-term, I assume much of this functionality can be offloaded to |
Ha, I was exactly testing that
There possibly a biggest rearchitecture call that includes the deployment of |
I agree The most useful use case at the moment is the ability to do Another place where we could use the strategy is ome/omero-documentation#2258 |
the steps we could follow:
This will follow a similar path that what we discussed about artifactory vs maven central |
One possible limitation with
Something we don't have with the current implementation |
This PR reactivates works done in #127. This is based on GitHub action
Original description:
Support downloading from GitHub releases. Currently limited to:
latest
isn't supported,nor are partial tag prefixes such as)5.5
.zip
(matches the current behaviour ofomego download
, but e.g. this means you won't see the Insight.dmg)E.g.:
Edit 01/07:
omego download --github ome/omero-insight --release 5
or
omego download --github ome/omero-insight --release 5.7
To download the latest in the
5
series of the servercc @sbesson