Skip to content

Commit

Permalink
pw_package: Use mirror for raspberrypi/picotool
Browse files Browse the repository at this point in the history
Bug: b/278914999
Change-Id: Ic3ff55bbdde0d7780503d21da03ee3b3ba620919
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/170040
Commit-Queue: Rob Mohr <[email protected]>
Reviewed-by: Armando Montanez <[email protected]>
Presubmit-Verified: CQ Bot Account <[email protected]>
Pigweed-Auto-Submit: Rob Mohr <[email protected]>
  • Loading branch information
mohrr authored and CQ Bot Account committed Sep 11, 2023
1 parent d17d40c commit f9b95a0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pw_package/py/pw_package/packages/picotool.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,10 @@ def __init__(self, *args, **kwargs):

self._pico_tool_repo = pw_package.git_repo.GitRepo(
name='picotool',
url='https://github.com/raspberrypi/picotool.git',
url=(
'https://pigweed.googlesource.com/third_party/'
'github/raspberrypi/picotool.git'
),
commit='f6fe6b7c321a2def8950d2a440335dfba19e2eab',
)

Expand Down

0 comments on commit f9b95a0

Please sign in to comment.