File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 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/>
2524set -eux
2625
2726root_dir=$( pwd)
6160
6261step " Cloning upstream if needed"
6362if ! [ -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
6564fi
6665
6766step " Updating upstream"
You can’t perform that action at this time.
0 commit comments