MaxSem has submitted this change and it was merged. Change subject: Remove symlinks in the root of the repo ......................................................................
Remove symlinks in the root of the repo They're not accessible on servers anyway because only prod/ is linked to from docroot. Change-Id: I8ae34cd4fa25f96fe4e50272b18fe9a507622f18 --- D www.wikimedia.org.html D www.wikipedia.org.html 2 files changed, 0 insertions(+), 2 deletions(-) Approvals: Jdrewniak: Looks good to me, but someone else must approve MaxSem: Verified; Looks good to me, approved diff --git a/www.wikimedia.org.html b/www.wikimedia.org.html deleted file mode 120000 index a748e4c..0000000 --- a/www.wikimedia.org.html +++ /dev/null @@ -1 +0,0 @@ -prod/wikimedia.org/index.html \ No newline at end of file diff --git a/www.wikipedia.org.html b/www.wikipedia.org.html deleted file mode 120000 index 896aabb..0000000 --- a/www.wikipedia.org.html +++ /dev/null @@ -1 +0,0 @@ -prod/wikipedia.org/index.html \ No newline at end of file -- To view, visit https://gerrit.wikimedia.org/r/250147 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I8ae34cd4fa25f96fe4e50272b18fe9a507622f18 Gerrit-PatchSet: 1 Gerrit-Project: wikimedia/portals Gerrit-Branch: master Gerrit-Owner: MaxSem <[email protected]> Gerrit-Reviewer: JGirault <[email protected]> Gerrit-Reviewer: Jdrewniak <[email protected]> Gerrit-Reviewer: MaxSem <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
