aboutsummaryrefslogtreecommitdiffstats
path: root/python/wpt/export.py
diff options
context:
space:
mode:
authorMartin Robinson <mrobinson@igalia.com>2024-08-28 04:29:51 -0700
committerGitHub <noreply@github.com>2024-08-28 11:29:51 +0000
commitb29b614775b562cc57d420d29ea190d5bafef014 (patch)
tree5d6a6faf7e1cb912edeba427c4a65e68b24d4cb6 /python/wpt/export.py
parentbb5547a5d05b1f002d9cce3197cfb9cdcb71d33c (diff)
downloadservo-b29b614775b562cc57d420d29ea190d5bafef014.tar.gz
servo-b29b614775b562cc57d420d29ea190d5bafef014.zip
ci: Use Servo's `wpt` repository for WPT export (#33224)
This switches the WPT export script to use Servo's fork the `wpt` upstream repository. The reasoning is that Servo developers's can fix issues with branches there. This isn't possible because no one has permissions to the servo-wpt-sync fork of the repository. I have given `servo-wpt-sync` write persmissions to `servo/wpt`. This also updates the tests a bit to reflect the new default repository. Signed-off-by: Martin Robinson <mrobinson@igalia.com>
Diffstat (limited to 'python/wpt/export.py')
-rwxr-xr-xpython/wpt/export.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/wpt/export.py b/python/wpt/export.py
index 6860a7a8ed9..e1c58228016 100755
--- a/python/wpt/export.py
+++ b/python/wpt/export.py
@@ -27,7 +27,7 @@ def main() -> int:
success = WPTSync(
servo_repo='servo/servo',
wpt_repo='web-platform-tests/wpt',
- downstream_wpt_repo='servo-wpt-sync/web-platform-tests',
+ downstream_wpt_repo='servo/wpt',
servo_path='./servo',
wpt_path='./wpt',
github_api_token=os.environ['WPT_SYNC_TOKEN'],