-
Notifications
You must be signed in to change notification settings - Fork 102
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
Drop omero.version from zip name #6414
Conversation
I understand the motivation to have a version-agnostic URL in the context of ome/omero-install#292 but I am concerned about the implications of dropping the version numbers from the server artifact. The first one that comes to mind is the server upgrade process. With this change, the artifact would become |
I wonder if this PR could be causing the build failure on merge-ci today?
|
@sbesson @will-moore Probably a small adjustment to the build step but I will exclude the PR for now |
--exclude |
Understood, and the job log linked from #6414 (comment) confirms that the archive prefix is unmodified and would still include the version of the application. In that case, I would agree the impact of this change will not be as large as I raised. I still suspect some sections of the installation documentations would need to be adjusted |
Output of the last 2 commits: https://github.com/jburel/openmicroscopy/releases/tag/5.6.14-test1 |
Corresponding doc changes ome/omero-documentation#2460 |
Looks like a67eddf is additionally dropping |
It was on purpose but I am happy to keep it since this will not change between releases and it will be closer to the current redirects we have in place |
In addition of the documentation, one workflow that came to mind in the last few days and might be reviewed against these naming changes is the Ansible deployment workflow which is used by IDR and the UoD production OMERO servers amongst other especially https://github.com/ome/ansible-role-omero-server |
I appreciate and support the desire to take advantage of GitHub's content delivery network to speed up artifact downloads globally. That said I'm not a fan of this change as I see it as an end user usability downgrade. Furthermore, at Glencoe we use Am I correct in my understanding that the change is solely to ensure that |
Thanks for the feedback.
This should ensure that the version bump occur |
In case it helps I've also had good success with a
This has the added advantage of the correct filename being in the result, not having to copy things around, a consistent URL, etc. |
@chris-allan I was thinking about that too. |
Humm, I was obviously jet-lag and tired
I will need to check the sequence of redirects |
Actually I had "last" instead of redirect in the config |
This PR removes the version from the zip name to simplify installation when downloading from GH
See ome/omero-install#292 for background