https://www.mediawiki.org/wiki/Special:Code/MediaWiki/113316

Revision: 113316
Author:   krinkle
Date:     2012-03-07 23:01:40 +0000 (Wed, 07 Mar 2012)
Log Message:
-----------
[TsIntution] Check-in of build script for home-dir on toolserver
- Basically pretending to be a puppet manifest

Modified Paths:
--------------
    trunk/tools/ToolserverI18N/scripts/tsIntUpdate

Added Paths:
-----------
    trunk/tools/ToolserverI18N/scripts/toolserver_init

Added: trunk/tools/ToolserverI18N/scripts/toolserver_init
===================================================================
--- trunk/tools/ToolserverI18N/scripts/toolserver_init                          
(rev 0)
+++ trunk/tools/ToolserverI18N/scripts/toolserver_init  2012-03-07 23:01:40 UTC 
(rev 113316)
@@ -0,0 +1,35 @@
+#!/bin/bash
+
+#
+# SVN
+#
+cd $HOME
+mkdir SVN; cd SVN
+
+## SVN/ToolserverI18N
+svn co http://svn.wikimedia.org/svnroot/mediawiki/trunk/tools/ToolserverI18N
+
+## SVN/p_intuition
+svn co https://svn.toolserver.org/svnroot/p_intuition
+
+#
+# Symlinks
+#
+cd $HOME
+
+## public_html
+### Uncomment only if you're absolutely sure
+### that there is nothing of importance in your public_html !
+#rm -rf public_html
+#ln -s SVN/p_intuition/public_html public_html
+
+# Backwards compatibility for require_once calls
+# pointing to /home/project/i/n/t/intuition/ToolserverI18N/ToolStart.php
+ln -s SVN/p_intuition ToolserverI18N
+
+#
+# Misc
+#
+cd $HOME
+
+mkdir logs

Modified: trunk/tools/ToolserverI18N/scripts/tsIntUpdate
===================================================================
--- trunk/tools/ToolserverI18N/scripts/tsIntUpdate      2012-03-07 23:00:42 UTC 
(rev 113315)
+++ trunk/tools/ToolserverI18N/scripts/tsIntUpdate      2012-03-07 23:01:40 UTC 
(rev 113316)
@@ -2,8 +2,8 @@
 ## Update svn checkout of ToolserverI18N to HEAD
 ## Quick ugly script to check working copy, update and log
 
-TSINT_DIR="$HOME/ToolserverI18N"
-TSINT_UPLOG="$HOME/tsint-update.log"
+TSINT_DIR="$HOME/SVN/ToolserverI18N"
+TSINT_UPLOG="$HOME/logs/tsint-update.log"
 TSINT_UPSTATE="failed"
 
 echo "


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to