Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix more broken links #19317

Merged
merged 1 commit into from Oct 10, 2019
Merged

Fix more broken links #19317

merged 1 commit into from Oct 10, 2019

Conversation

zcorpan
Copy link
Member

@zcorpan zcorpan commented Sep 26, 2019

Fixes #19296 (again).


I used this to fix the w3c/web-platform-tests links

grep -rl "https://github.com/w3c/web-platform-tests" . | xargs sed -i '' 's#https://github.com/w3c/web-platform-tests#https://github.com/web-platform-tests/wpt#g'

and for checking remaining instances of OWNERS

git grep "/OWNERS"
lint.whitelist:SUPPORT-WRONG-DIR: css/OWNERS
lint.whitelist:SUPPORT-WRONG-DIR: css/*/OWNERS
tools/ci/jobs.py:                  "!.*/OWNERS",

@gsnedders should the lint.whitelist be updated? What about the jobs.py instance?

@foolip
Copy link
Member

foolip commented Sep 27, 2019

Taskcluster failing the infrastructure/ tests is likely because of #19362. There's a workaround in place so I'll rebase the branch to retrigger CI.

@zcorpan zcorpan merged commit ae73f64 into master Oct 10, 2019
@zcorpan zcorpan deleted the zcorpan/owners-to-meta-yml branch October 10, 2019 10:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Tests linking to non-existing "OWNERS" files
5 participants