DrTrigon has uploaded a new change for review.

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


Change subject: add some missing symlinks for toolserver
......................................................................

add some missing symlinks for toolserver

Change-Id: Icc968ee238f6f70712a51e4408156d55e81cbff8
---
M fabfile.py
1 file changed, 3 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/pywikibot/bots/drtrigonbot 
refs/changes/83/89483/1

diff --git a/fabfile.py b/fabfile.py
index 1477c07..c614207 100644
--- a/fabfile.py
+++ b/fabfile.py
@@ -138,6 +138,7 @@
     else:       # toolserver
 #        local('cp -r pywikibot-drtrigonbot/public_html/* public_html/')
         local('ln -s ~/pywikibot-drtrigonbot/public_html/* public_html/')
+        local('ln -s ~/pywikibot-drtrigonbot/public_html/cgi-bin/* 
public_html/cgi-bin/')
 
 def dl_compat():
     # 
https://www.mediawiki.org/wiki/Manual:Pywikipediabot/Installation#Setup_on_Wikimedia_Labs.2FTool_Labs_server
@@ -173,6 +174,7 @@
 #        local('cd public_html/logs/; ln -s 
/data/project/drtrigonbot/pywikibot-compat/logs compat')
         local('ln -s ~/pywikibot-compat/logs public_html/logs/compat')
     else:       # toolserver
+        local('ln -s ~/pywikibot-compat pywikipedia')
         # docs
 #        local('cd public_html/doc/; ln -s /home/drtrigon/pywikipedia/docs 
DrTrigonBot')
         local('ln -s ~/pywikipedia/docs public_html/doc/DrTrigonBot')
@@ -187,6 +189,7 @@
 #        local('cd public_html/logs/; ln -s 
/data/project/drtrigonbot/pywikibot-core/logs core')
         local('ln -s ~/pywikibot-core/logs public_html/logs/core')
     else:       # toolserver
+        local('ln -s ~/pywikibot-core rewrite')
         # docs
 # create symlink to core (rewrite) docs here
         # logs

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Icc968ee238f6f70712a51e4408156d55e81cbff8
Gerrit-PatchSet: 1
Gerrit-Project: pywikibot/bots/drtrigonbot
Gerrit-Branch: master
Gerrit-Owner: DrTrigon <[email protected]>

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

Reply via email to