DrTrigon has submitted this change and it was merged.

Change subject: solve issue with symlink creation in public_html (cgi-bin)
......................................................................


solve issue with symlink creation in public_html (cgi-bin)

Change-Id: Iaa61c56d8914d6f63b31ff4c439c11b0cea5a364
---
M fabfile.py
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  DrTrigon: Verified; Looks good to me, approved



diff --git a/fabfile.py b/fabfile.py
index c614207..5b596dc 100644
--- a/fabfile.py
+++ b/fabfile.py
@@ -137,7 +137,7 @@
         local('ln -s ~/pywikibot-drtrigonbot/public_html/cgi-bin/* cgi-bin/')
     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/tsnotice.css 
public_html/tsnotice.css')
         local('ln -s ~/pywikibot-drtrigonbot/public_html/cgi-bin/* 
public_html/cgi-bin/')
 
 def dl_compat():

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

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

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

Reply via email to