BryanDavis has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/304753

Change subject: Move staticfiles submodule mount point
......................................................................

Move staticfiles submodule mount point

Static files should be served from public_html/static rather than
public_html/staticfiles.

Change-Id: Idc61403e76f338904389b4c08bb624fc344774ca
---
M .gitmodules
R public_html/static
2 files changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/labs/striker/deploy 
refs/changes/53/304753/1

diff --git a/.gitmodules b/.gitmodules
index 1a4a87f..f7d3808 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -2,7 +2,7 @@
        path = striker
        url = ../../striker
 [submodule "public_html/staticfiles"]
-       path = public_html/staticfiles
+       path = public_html/static
        url = ../staticfiles
 [submodule "wheels"]
        path = wheels
diff --git a/public_html/staticfiles b/public_html/static
similarity index 100%
rename from public_html/staticfiles
rename to public_html/static

-- 
To view, visit https://gerrit.wikimedia.org/r/304753
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Idc61403e76f338904389b4c08bb624fc344774ca
Gerrit-PatchSet: 1
Gerrit-Project: labs/striker/deploy
Gerrit-Branch: master
Gerrit-Owner: BryanDavis <bda...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to