Phabricator has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/177181 )

Change subject: Improve README and phabtools.conf.example
......................................................................


Improve README and phabtools.conf.example

Mention phabtools.conf.example in README;
install hints for python-phabricator and python-mysqldb

Add dummy config value for update_lookback value (bugzilla_create.py dies 
without it).

Change-Id: I01aea0222c27ed0a91d94877e0627f394b9c7af0
---
M README
M phabtools.conf.example
2 files changed, 6 insertions(+), 3 deletions(-)

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



diff --git a/README b/README
index 783dc09..3610d63 100755
--- a/README
+++ b/README
@@ -18,7 +18,7 @@
     ensure file size (mysql / php)
     bot creation
     set up hosts file entry for db on main (dns is slow)
-    update /etc/phabtools
+    create and modify /etc/phabtools.conf (start from phabtools.conf.example)
 
 
 IMPORTANT:
@@ -52,9 +52,10 @@
 
 This repo makes use of the following packages:
 
-python-phabricator
+python-phabricator  (sudo apt-get install python-phabricator
+                     or git clone https://github.com/disqus/python-phabricator)
 python-rtkit
-python-mysqldb
+python-mysqldb      (sudo apt-get install python-mysqldb)
 
 Notes on DB Schema for migration:
 
diff --git a/phabtools.conf.example b/phabtools.conf.example
index fc143f5..5783b87 100644
--- a/phabtools.conf.example
+++ b/phabtools.conf.example
@@ -41,6 +41,8 @@
 create_multi = 3
 update_limit = 30
 update_multi = 10
+# TODO pick better default
+update_lookback = 999
 populate_multi = 6
 security = false
 

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I01aea0222c27ed0a91d94877e0627f394b9c7af0
Gerrit-PatchSet: 3
Gerrit-Project: phabricator/tools
Gerrit-Branch: master
Gerrit-Owner: Spage <[email protected]>
Gerrit-Reviewer: 20after4 <[email protected]>
Gerrit-Reviewer: Jdlrobson <[email protected]>
Gerrit-Reviewer: Phabricator <[email protected]>
Gerrit-Reviewer: Rush <[email protected]>
Gerrit-Reviewer: Spage <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to