Conversation
…g with new naming scheme. remove EMBEDDED_JDK lookup as it creates noise ,and we know we removed the jdk.
…ic_java_from_noarch_packages
|
What is needed to bring this PR forward? Please excuse the shy ping @bhamail It has been a few months since this PR is open. The repository is missing packages since 3.70 which is a year now. This PR works with 3.80.0-06 as well with the newest 3.82.0-08. |
|
I think at the very least, we should try to avoid reeking havoc on any existing installations of prior versions. The big problem is the old 3.7 versions could be chugging along with an old database, and get wedged if a user runs an updated installer that upgrades them to 3.8 series, which requires a new database, etc. If we could ensure the updated installer would "stop" and provide an error for such older versions (instead of doing a failed upgrade that leaves the system in an unusable state), I think that would be "good enough". |
|
Valid concern. I'm a bit familiar with debian packages, but right now don't know how much rpm differs. The core question also is what condition should qualify that the installation is allowed to happen. In debian we have some options. First the This check should also be combined with a version check <= the problematic version. And finally, what kind of check is sufficient?
Lastly: is there a similar script to place such a check in yum packages? |
|
Thanks for the contribution. Unfortunately some of your commits don't meet our standards. All commits must be signed and have author information set. The commits to review are:
See Signed Commits. |
Removing jdk from package as it is installed as a dependeny.
Complying with new naming scheme.
Remove EMBEDDED_JDK lookup as it creates noise ,and we know we removed the jdk.
support downloaded nexus--linux-x86_64.tar.gz rather than nexus-unix-x86-64-.tar.gz