Skip to content

Commit 0505b1f

Browse files
committed
Update the sync location to reflect the new Firefox repository
1 parent c4bd5b4 commit 0505b1f

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/sync/sync.sh

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,8 @@
1919
# way more than once will result in the same commit hashes, otherwise multiple
2020
# copies of the version control history will be included in the repository.
2121
#
22-
# [1]: <https://github.com/mozilla/gecko-dev/> mirrored from
23-
# <https://hg.mozilla.org/mozilla-central>
24-
# [2]: <https://github.com/mozilla/gecko-dev/>
22+
# [1]: <https://github.com/mozilla-firefox/firefox/>.
23+
# [2]: <https://github.com/servo/webrender/>
2524
set -eux
2625

2726
root_dir=$(pwd)
@@ -61,7 +60,7 @@ fi
6160

6261
step "Cloning upstream if needed"
6362
if ! [ -e upstream ]; then
64-
git clone --bare --single-branch --progress https://github.com/mozilla/gecko-dev.git upstream
63+
git clone --bare --single-branch --progress https://github.com/mozilla-firefox/firefox.git upstream
6564
fi
6665

6766
step "Updating upstream"

0 commit comments

Comments
 (0)