mirror of
https://github.com/servo/servo.git
synced 2025-08-27 08:08:19 +01:00
Update web-platform-tests to revision 00fa50687cab43b660296389acad6cc48717f1d1
This commit is contained in:
parent
07d53e32c4
commit
28bbe1473c
58 changed files with 2119 additions and 360 deletions
|
@ -26,13 +26,13 @@ git init
|
|||
git remote add origin ${REMOTE}
|
||||
|
||||
# Initially we just fetch 50 commits in order to save several minutes of fetching
|
||||
git fetch --quiet --depth=50 --tags origin ${REF}
|
||||
retry git fetch --quiet --depth=50 --tags origin ${REF}
|
||||
|
||||
if [[ ! `git rev-parse --verify -q ${REVISION}` ]];
|
||||
then
|
||||
# But if for some reason the commit under test isn't in that range, we give in and
|
||||
# fetch everything
|
||||
git fetch -q --unshallow ${REMOTE}
|
||||
retry git fetch -q --unshallow ${REMOTE}
|
||||
git rev-parse --verify ${REVISION}
|
||||
fi
|
||||
git checkout -b build ${REVISION}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue