Spage has uploaded a new change for review.

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

Change subject: Explain operation in README
......................................................................

Explain operation in README

Point to bugrun.sh, say what scripts do.

Change-Id: I1973224676c25f6d2c1f0a1e0808af0678b734ef
---
M README
1 file changed, 21 insertions(+), 3 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/phabricator/tools 
refs/changes/78/177178/1

diff --git a/README b/README
index b67e740..acea0cd 100755
--- a/README
+++ b/README
@@ -32,6 +32,24 @@
      via test/loadrtppl.py
         ppl = {"test": "t...@wikimedia.org"}
 
+OPERATION
+
+See bugrun.sh
+
+bugzilla_fetch.py reads Bugzilla, populates a local database next to 
Phabricator.
+A lot of the data is stored as JSON in its fields.
+
+Then bugzilla_create.py creates tasks.
+bugzilla_update_tasks.py updates tasks
+
+bugzilla_populate_user_relations_comments_table.py and
+bugzilla_populate_user_relations_table.py
+get the comment transaction ID. If the user exists in Phabricator they can 
later
+associate the right user with it.
+
+bugzilla_update_user_comments.py updates comments
+
+
 This repo makes use of the following packages:
 
 python-phabricator
@@ -49,7 +67,7 @@
                              id INT,
                              priority INT,
                              header TEXT(10000),
-                             comments TEXT(100000), 
+                             comments TEXT(100000),
                              xcomments TEXT(100000),
                              created int(12) NOT NULL,
                              modified int(12) NOT NULL
@@ -60,7 +78,7 @@
                              id INT,
                              priority INT,
                              header TEXT(10000),
-                             comments TEXT(100000), 
+                             comments TEXT(100000),
                              xcomments TEXT(100000),
                              created int(12) NOT NULL,
                              modified int(12) NOT NULL
@@ -71,7 +89,7 @@
                              id INT,
                              priority INT,
                              header TEXT(10000),
-                             comments TEXT(100000), 
+                             comments TEXT(100000),
                              created int(12) NOT NULL,
                              modified int(12) NOT NULL
                             );

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I1973224676c25f6d2c1f0a1e0808af0678b734ef
Gerrit-PatchSet: 1
Gerrit-Project: phabricator/tools
Gerrit-Branch: master
Gerrit-Owner: Spage <sp...@wikimedia.org>

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

Reply via email to