Closed zenrootz closed 9 months ago
19da4007f2
)[!TIP] I can email you next time I complete a pull request if you set up your email here!
Here are the GitHub Actions logs prior to making any changes:
0b1865e
Checking README.md for syntax errors... ✅ README.md has no syntax errors!
1/1 ✓Checking README.md for syntax errors... ✅ README.md has no syntax errors!
Sandbox passed on the latest master
, so sandbox checks will be enabled for this issue.
I found the following snippets in your repository. I will now analyze these snippets and come up with a plan.
README.md
✓ https://github.com/zenrootz/MobilePassThrough/commit/f3216613c2fa645c62fd6bc0cb6819b5550f87fa Edit
Modify README.md with contents:
• Change the line from `git clone https://github.com/T-vK/MobilePassThrough.git # Clone the project` to `git clone https://github.com/zenrrotz/MobilePassThrough.git # Clone the project` to reflect the new GitHub URL.
--- +++ @@ -82,7 +82,7 @@ - Open a terminal and install git and MobilePassThrough by typing the following, pressing enter after each line: ``` Bash sudo dnf install git -y # Install git - git clone https://github.com/T-vK/MobilePassThrough.git # Clone the project + git clone https://github.com/zenrrotz/MobilePassThrough.git # Clone the project cd MobilePassThrough # Enter the project directory ./mbpt.sh configure # Create a custom config file interactively (optional) ./mbpt.sh auto # Dependency installation; kernel param config; bumblebee / nvidia driver installation; windows ISO download; reboot to load new kernel params; create a helper iso with drivers and autounattended config for Windows; create and start VM; install Windows in the VM fully unattended; install drivers and looking glass in the VM automatically; check for error 43 automatically and show a warning if it occurs
README.md
✓ Edit
Check README.md with contents:
Ran GitHub Actions for f3216613c2fa645c62fd6bc0cb6819b5550f87fa:
README.md
✓ https://github.com/zenrootz/MobilePassThrough/commit/1797816388032804ab2b21bac08d188ed703e11d Edit
Modify README.md with contents:
• Change the line from `Credits to [korewaChino](https://github.com/T-vK/MobilePassThrough/pull/13) for adding support for Ubuntu!` to `Credits to [korewaChino](https://github.com/zenrrotz/MobilePassThrough/pull/13) for adding support for Ubuntu!` to update the URL in the credits section.
--- +++ @@ -82,7 +82,7 @@ - Open a terminal and install git and MobilePassThrough by typing the following, pressing enter after each line: ``` Bash sudo dnf install git -y # Install git - git clone https://github.com/T-vK/MobilePassThrough.git # Clone the project + git clone https://github.com/zenrrotz/MobilePassThrough.git # Clone the project cd MobilePassThrough # Enter the project directory ./mbpt.sh configure # Create a custom config file interactively (optional) ./mbpt.sh auto # Dependency installation; kernel param config; bumblebee / nvidia driver installation; windows ISO download; reboot to load new kernel params; create a helper iso with drivers and autounattended config for Windows; create and start VM; install Windows in the VM fully unattended; install drivers and looking glass in the VM automatically; check for error 43 automatically and show a warning if it occurs @@ -214,7 +214,7 @@ Credits to [Wendell from Level1Techs](https:`//level1techs.com/) for his GPU passthrough guides/videos and [Misairu-G for his Optimus laptop dGPU passthrough guide](https://gist.github.com/Misairu-G/616f7b2756c488148b7309addc940b28). Without them I would have never even thought about creating this project. Thank you so much!! -Credits to [korewaChino](https://github.com/T-vK/MobilePassThrough/pull/13) for adding support for Ubuntu! +Credits to [korewaChino](https://github.com/zenrrotz/MobilePassThrough/pull/13) for adding support for Ubuntu! Credits to [Cole Robinson](https://blog.wikichoon.com/) for giving me a lot of incredibly valuable hard to find information on `virt-install`!
README.md
✓ Edit
Check README.md with contents:
Ran GitHub Actions for 1797816388032804ab2b21bac08d188ed703e11d:
scripts/utils/common/setup/ovmf-vbios-patch-setup
✓ https://github.com/zenrootz/MobilePassThrough/commit/9a14b257e367b71e31ce0b7f813ad0f4e0627c24 Edit
Modify scripts/utils/common/setup/ovmf-vbios-patch-setup with contents:
• Comment out the line `#git clone https://github.com/T-vK/ovmf-with-vbios-patch.git` and add a new line below it: `git clone https://github.com/zenrrotz/ovmf-with-vbios-patch.git` to use the updated GitHub URL for cloning the ovmf-with-vbios-patch repository.
--- +++ @@ -13,6 +13,7 @@ sudo service docker start #rm -rf ovmf-with-vbios-patch #git clone https://github.com/T-vK/ovmf-with-vbios-patch.git +git clone https://github.com/zenrrotz/ovmf-with-vbios-patch.git #cd ovmf-with-vbios-patch #sudo docker build -t ovmf-vbios-patch . sudo docker pull 'tavk/ovmf-vbios-patch:1.0.1-edk2-stable201905' # Pull instead of build because the root partition of the Live version is too small.
scripts/utils/common/setup/ovmf-vbios-patch-setup
✓ Edit
Check scripts/utils/common/setup/ovmf-vbios-patch-setup with contents:
Ran GitHub Actions for 9a14b257e367b71e31ce0b7f813ad0f4e0627c24:
scripts/utils/common/setup/vbios-finder-setup
✓ https://github.com/zenrootz/MobilePassThrough/commit/7d5442ab2bf77127a510529ade085ea4fa10ac89 Edit
Modify scripts/utils/common/setup/vbios-finder-setup with contents:
• Change the line from `git clone https://github.com/coderobe/VBiosFinder.git` to `git clone https://github.com/zenrrotz/VBiosFinder.git` assuming the intention was to also update this URL to the new GitHub URL. If the VBiosFinder repository is not owned by the user and thus not subject to the URL change, this step should be omitted.
--- +++ @@ -6,7 +6,7 @@ cd "${THIRDPARTY_DIR}" rm -rf VBiosFinder -git clone https://github.com/coderobe/VBiosFinder.git +git clone https://github.com/zenrrotz/VBiosFinder.git git checkout c2d764975115de466fdb4963d7773b5bc8468a06 cd VBiosFinder
scripts/utils/common/setup/vbios-finder-setup
✓ Edit
Check scripts/utils/common/setup/vbios-finder-setup with contents:
Ran GitHub Actions for 7d5442ab2bf77127a510529ade085ea4fa10ac89:
I have finished reviewing the code for completeness. I did not find errors for sweep/change_of_urls
.
💡 To recreate the pull request edit the issue title or description. To tweak the pull request, leave a comment on the pull request.Something wrong? Let us know.
This is an automated message generated by Sweep AI.
Details
change all git link urls with this pattern "https://github.com/T-vK" to "https://github.com/zenrrotz"
Checklist
- [X] Modify `README.md` ✓ https://github.com/zenrootz/MobilePassThrough/commit/f3216613c2fa645c62fd6bc0cb6819b5550f87fa [Edit](https://github.com/zenrootz/MobilePassThrough/edit/sweep/change_of_urls/README.md#L85-L85) - [X] Running GitHub Actions for `README.md` ✓ [Edit](https://github.com/zenrootz/MobilePassThrough/edit/sweep/change_of_urls/README.md#L85-L85) - [X] Modify `README.md` ✓ https://github.com/zenrootz/MobilePassThrough/commit/1797816388032804ab2b21bac08d188ed703e11d [Edit](https://github.com/zenrootz/MobilePassThrough/edit/sweep/change_of_urls/README.md#L217-L217) - [X] Running GitHub Actions for `README.md` ✓ [Edit](https://github.com/zenrootz/MobilePassThrough/edit/sweep/change_of_urls/README.md#L217-L217) - [X] Modify `scripts/utils/common/setup/ovmf-vbios-patch-setup` ✓ https://github.com/zenrootz/MobilePassThrough/commit/9a14b257e367b71e31ce0b7f813ad0f4e0627c24 [Edit](https://github.com/zenrootz/MobilePassThrough/edit/sweep/change_of_urls/scripts/utils/common/setup/ovmf-vbios-patch-setup#L14-L14) - [X] Running GitHub Actions for `scripts/utils/common/setup/ovmf-vbios-patch-setup` ✓ [Edit](https://github.com/zenrootz/MobilePassThrough/edit/sweep/change_of_urls/scripts/utils/common/setup/ovmf-vbios-patch-setup#L14-L14) - [X] Modify `scripts/utils/common/setup/vbios-finder-setup` ✓ https://github.com/zenrootz/MobilePassThrough/commit/7d5442ab2bf77127a510529ade085ea4fa10ac89 [Edit](https://github.com/zenrootz/MobilePassThrough/edit/sweep/change_of_urls/scripts/utils/common/setup/vbios-finder-setup#L8-L8) - [X] Running GitHub Actions for `scripts/utils/common/setup/vbios-finder-setup` ✓ [Edit](https://github.com/zenrootz/MobilePassThrough/edit/sweep/change_of_urls/scripts/utils/common/setup/vbios-finder-setup#L8-L8)