jenkins-bot has submitted this change and it was merged. Change subject: Fix relative symlinks for bits/static-master ......................................................................
Fix relative symlinks for bits/static-master Followup to I0b1c1f17dc51190dda38529494b1fb2471390285 which made these links relative instead of absolute. The relative traversals stepped out one directory too far. Bug: 70445 Change-Id: I55a01a7126bc29615b4dcf4f80c8533e8d6cbd5a --- M docroot/bits/static-master/extensions M docroot/bits/static-master/resources M docroot/bits/static-master/skins 3 files changed, 3 insertions(+), 3 deletions(-) Approvals: Ori.livneh: Looks good to me, approved jenkins-bot: Verified diff --git a/docroot/bits/static-master/extensions b/docroot/bits/static-master/extensions index b536524..6c9d54e 120000 --- a/docroot/bits/static-master/extensions +++ b/docroot/bits/static-master/extensions @@ -1 +1 @@ -../../../../php-master/extensions \ No newline at end of file +../../../php-master/extenstions \ No newline at end of file diff --git a/docroot/bits/static-master/resources b/docroot/bits/static-master/resources index 602fc25..d9300e6 120000 --- a/docroot/bits/static-master/resources +++ b/docroot/bits/static-master/resources @@ -1 +1 @@ -../../../../php-master/resources \ No newline at end of file +../../../php-master/resources \ No newline at end of file diff --git a/docroot/bits/static-master/skins b/docroot/bits/static-master/skins index caf277d..3037a38 120000 --- a/docroot/bits/static-master/skins +++ b/docroot/bits/static-master/skins @@ -1 +1 @@ -../../../../php-master/skins \ No newline at end of file +../../../php-master/skins \ No newline at end of file -- To view, visit https://gerrit.wikimedia.org/r/158643 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I55a01a7126bc29615b4dcf4f80c8533e8d6cbd5a Gerrit-PatchSet: 1 Gerrit-Project: operations/mediawiki-config Gerrit-Branch: master Gerrit-Owner: BryanDavis <bda...@wikimedia.org> Gerrit-Reviewer: 20after4 <mmod...@wikimedia.org> Gerrit-Reviewer: Ori.livneh <o...@wikimedia.org> Gerrit-Reviewer: Reedy <re...@wikimedia.org> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list MediaWiki-commits@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits