-
-
Notifications
You must be signed in to change notification settings - Fork 251
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
Added check to prevent input of invalid repo as main argument #3728
Added check to prevent input of invalid repo as main argument #3728
Conversation
Co-authored-by: Martijn Verburg <[email protected]>
Co-authored-by: Martijn Verburg <[email protected]>
Co-authored-by: Martijn Verburg <[email protected]>
Co-authored-by: Martijn Verburg <[email protected]>
Co-authored-by: Martijn Verburg <[email protected]>
Co-authored-by: Martijn Verburg <[email protected]>
@karianna thanx a lot for eyball. Sorry for the spell check. I will be more cautious next time. All suggestions followed and commit. |
|
Co-authored-by: Martijn Verburg <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is the scenario where you'd want to use --version jdk11u jdkXblah
?
Normally I'd hope you can just do something like -r https://github.com/sxa/myjdkrepo jdk21u
if you want to use a non-default repository for the JDK source - does that not work for your use case?
Tbh, I'm not sure with that scenario. I was pointing out how that works, so you can be sure it behaves correctly (at least how I understand the correctness here). I had learned, that the --version served for weirdly named forks on the default jdks, on default url. Eg The Unluckilly above example fails on freetype:
but I doubt this patch is guilty. the |
ping please? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A block has been put on this Pull Request as this repository is temporarily under a code freeze due to an ongoing release cycle.
If this pull request needs to be merged during the release cycle then please comment /merge
and a PMC member will be able to remove the block.
If the code freeze is over you can remove this block by commenting /thaw
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Looks like this can go in. merge please? |
/thaw |
Pull Request unblocked - code freeze is over.
This is causing me a problem ( |
Damn. And what works? |
Looked like it objected to all of those unfortunately:
|
Ok. Will draft PR wihtout -e and -q. Sorry! |
Something like #3788 but it is jjust quick draft before night. but not sure waht to do better. |
the main argument have actually very strict format of jdk8, jdk8u...,jdk, the build may fail later if this is not honoured.
If your repository have different name, have to go with --version or build from dir/snapshot