mobile
mobile copied to clipboard
Merge jdk:master
Hi all,
this is an automatically generated pull request to notify you that there is 1 commit from the branch jdk:masterthat can not be merged into the branch master:
The following file contains merge conflicts:
- make/modules/jdk.net/Lib.gmk
All Committers in this project have access to my personal fork and can therefore help resolve these merge conflicts (you may want to coordinate who should do this). The following paragraphs will give an example on how to solve these merge conflicts and push the resulting merge commit to this pull request. The below commands should be run in a local clone of your personal fork of the openjdk/mobile repository.
# Ensure target branch is up to date
$ git checkout master
$ git pull https://github.com/openjdk/mobile.git master
# Fetch and checkout the branch for this pull request
$ git fetch https://github.com/openjdk-bot/mobile.git +9:openjdk-bot-9
$ git checkout openjdk-bot-9
# Merge the target branch
$ git merge master
When you have resolved the conflicts resulting from the git merge command above, run the following commands to create a merge commit:
$ git add paths/to/files/with/conflicts
$ git commit -m 'Merge jdk:master'
When you have created the merge commit, run the following command to push the merge commit to this pull request:
$ git push https://github.com/openjdk-bot/mobile.git openjdk-bot-9:9
Note: if you are using SSH to push commits to GitHub, then change the URL in the above git push command accordingly.
Thanks, J. Duke
/integrate auto
Progress
- [x] Change must not contain extraneous whitespace
- [x] Commit message must refer to an issue
- [x] Change must be properly reviewed
Reviewing
Using git
Checkout this PR locally:
$ git fetch https://git.openjdk.java.net/mobile pull/15/head:pull/15
$ git checkout pull/15
Update a local copy of the PR:
$ git checkout pull/15
$ git pull https://git.openjdk.java.net/mobile pull/15/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 15
View PR using the GUI difftool:
$ git pr show -t 15
Using diff file
Download this PR as a diff file:
https://git.openjdk.java.net/mobile/pull/15.diff
:wave: Welcome back duke! A progress list of the required criteria for merging this PR into master will be added to the body of your pull request. There are additional pull request commands available for use with this pull request.
@openjdk-bot This pull request will be automatically integrated when it is ready
@openjdk-bot This change now passes all automated pre-integration checks.
ℹ️ This project also has non-automated pre-integration requirements. Please see the file CONTRIBUTING.md for details.
After integration, the commit message for the final commit will be:
Merge
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 no new commits pushed to the master branch. If another commit should be pushed before you perform the /integrate command, your PR will be automatically rebased. If you prefer to avoid any potential automatic rebasing, please check the documentation for the /integrate command for further details.
As you do not have Committer status in this project an existing Committer must agree to sponsor your change.
➡️ To flag this PR as ready for integration with the above commit message, type /integrate in a new comment. (Afterwards, your sponsor types /sponsor in a new comment to perform the integration).
/integrate
@openjdk[bot] Your change (at version fdead3313acfe463c5366c4fc4fa1ce60cb97ec5) is now ready to be sponsored by a Committer.
/sponsor
Going to push as commit fc49f94f70baca688f0180986c16b729b0d78a09.
@johanvos @openjdk-bot Pushed as commit fc49f94f70baca688f0180986c16b729b0d78a09.
:bulb: You may see a message that your pull request was closed with unmerged commits. This can be safely ignored.