-
Notifications
You must be signed in to change notification settings - Fork 232
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
8251549: Update docs on building for Git #205
Conversation
👋 Welcome back sgehwolf! A progress list of the required criteria for merging this PR into |
This backport pull request has now been updated with issue from the original commit. |
Webrevs
|
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.
The *.md
change looks good, but *.html
has a lot of irrelevant changes. This is usually caused by a different version of pandoc used to generate the HTML file. Please run make update-build-docs
on master and see what changes it brings. The usual way is to find the pandoc version that produces the minimal changes to HTML. If we don't do this, then HTML would change every time a future contributor changes MD again.
I see. Makes sense. Do you know which pandoc version we need? I have
OK. I'll try to figure it out. Thanks for the sanity check! |
Look at |
Thanks! Found the needed version, I think. Seems to be |
cce6074
to
bbbd50e
Compare
@shade Updated |
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.
Thanks! There are a few unrelated hunks still (formatting in cross-compilation tables), but I don't think we need to fret about those. Looks good.
@jerboaa This change now passes all automated pre-integration checks. After integration, the commit message for the final commit will be:
You can use pull request commands such as /summary, /contributor and /issue to adjust it as needed. At the time when this comment was updated there had been 45 new commits pushed to the
As there are no conflicts, your changes will automatically be rebased on top of these commits when integrating. If you prefer to avoid this automatic rebasing, please check the documentation for the /integrate command for further details. ➡️ To integrate this PR with the above commit message to the |
Thanks for the review! |
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, thanks for backporting.
/integrate |
Going to push as commit ba097ca.
Your commit was automatically rebased without conflicts. |
Hi,
Now that OpenJDK 11u is fully on Git we should update the docs to no longer refer to Mercurial and use Git instead. The JDK 16 patch doesn't apply clean due to some differences in the file (e.g. referring to JDK 8 vs. JDK 11 in head).
doc/building.html
is the result of runningmake update-build-docs
when thebuilding.md
file has the relevant changes.Thoughts?
Progress
Issue
Reviewers
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.java.net/jdk11u-dev pull/205/head:pull/205
$ git checkout pull/205
Update a local copy of the PR:
$ git checkout pull/205
$ git pull https://git.openjdk.java.net/jdk11u-dev pull/205/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 205
View PR using the GUI difftool:
$ git pr show -t 205
Using diff file
Download this PR as a diff file:
https://git.openjdk.java.net/jdk11u-dev/pull/205.diff