John Vandenberg has uploaded a new change for review. https://gerrit.wikimedia.org/r/243364
Change subject: Replace Bugzilla with Phabricator ...................................................................... Replace Bugzilla with Phabricator Also fixed string concatenation used for recompressxml --help, and corrected command names used in --help output and man pages. Change-Id: Ie43e2e4937989e35040c285c8258de36c084ea15 --- M deployment/README.txt M xmldumps-backup/mwbzutils/checkforbz2footer.c M xmldumps-backup/mwbzutils/docs/checkforbz2footer.1 M xmldumps-backup/mwbzutils/docs/dumpbz2filefromoffset.1 M xmldumps-backup/mwbzutils/docs/dumplastbz2block.1 M xmldumps-backup/mwbzutils/docs/findpageidinbz2xml.1 M xmldumps-backup/mwbzutils/docs/writeuptopageid.1 M xmldumps-backup/mwbzutils/dumpbz2filefromoffset.c M xmldumps-backup/mwbzutils/dumplastbz2block.c M xmldumps-backup/mwbzutils/findpageidinbz2xml.c M xmldumps-backup/mwbzutils/recompressxml.c M xmldumps-backup/mwbzutils/writeuptopageid.c M xmlfileutils/README M xmlfileutils/mwxml2sql.c M xmlfileutils/scripts/wikiretriever.py M xmlfileutils/sql2txt.c M xmlfileutils/sqlfilter.c 17 files changed, 19 insertions(+), 19 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/operations/dumps refs/changes/64/243364/1 diff --git a/deployment/README.txt b/deployment/README.txt index 97f1c15..6f38d69 100644 --- a/deployment/README.txt +++ b/deployment/README.txt @@ -27,7 +27,7 @@ * Check that the prep/staginarea has a subdir with the files you want. * Run the script for the 'deploy' stage on a sample host. * Check that the remote dir on the remote host has sane contents. -* Enjoy, bug reports to bugzilla.wikimedia.org +* Enjoy, bug reports to https://phabricator.wikimedia.org/ This is a very minimal deployment script. Things it won't do and aren't planned: diff --git a/xmldumps-backup/mwbzutils/checkforbz2footer.c b/xmldumps-backup/mwbzutils/checkforbz2footer.c index 4b70cd9..2595181 100644 --- a/xmldumps-backup/mwbzutils/checkforbz2footer.c +++ b/xmldumps-backup/mwbzutils/checkforbz2footer.c @@ -26,7 +26,7 @@ " -v, --version Display the version of this program and exit\n\n" "Arguments:\n\n" " <infile> Name of the file to check\n\n" -"Report bugs in checkforbz2footer to <https://bugzilla.wikimedia.org/>.\n\n" +"Report bugs in checkforbz2footer to <https://phabricator.wikimedia.org/>.\n\n" "See also:\n\n" " dumpbz2filefromoffset(1), dumplastbz2block(1), findpageidinbz2xml(1)\n" " recompressxml(1), writeuptopageid(1)\n\n"; diff --git a/xmldumps-backup/mwbzutils/docs/checkforbz2footer.1 b/xmldumps-backup/mwbzutils/docs/checkforbz2footer.1 index 36b0343..a1fae6b 100644 --- a/xmldumps-backup/mwbzutils/docs/checkforbz2footer.1 +++ b/xmldumps-backup/mwbzutils/docs/checkforbz2footer.1 @@ -34,7 +34,7 @@ .SH AUTHOR Written by Ariel T. Glenn. .SH "REPORTING BUGS" -Report bugs in checkforbz2footer to <https://bugzilla.wikimedia.org/>. +Report bugs in checkforbz2footer to <https://phabricator.wikimedia.org/>. .PP .br See also: diff --git a/xmldumps-backup/mwbzutils/docs/dumpbz2filefromoffset.1 b/xmldumps-backup/mwbzutils/docs/dumpbz2filefromoffset.1 index 861ce38..61cb893 100644 --- a/xmldumps-backup/mwbzutils/docs/dumpbz2filefromoffset.1 +++ b/xmldumps-backup/mwbzutils/docs/dumpbz2filefromoffset.1 @@ -40,7 +40,7 @@ .SH AUTHOR Written by Ariel T. Glenn. .SH "REPORTING BUGS" -Report bugs in dumpbz2filefromoffset to <https://bugzilla.wikimedia.org/>. +Report bugs in dumpbz2filefromoffset to <https://phabricator.wikimedia.org/>. .PP .br See also checkforbz2footer(1), dumplastbz2block(1), findpageidinbz2xml(1), diff --git a/xmldumps-backup/mwbzutils/docs/dumplastbz2block.1 b/xmldumps-backup/mwbzutils/docs/dumplastbz2block.1 index a3ff7bb..3d7ffd8 100644 --- a/xmldumps-backup/mwbzutils/docs/dumplastbz2block.1 +++ b/xmldumps-backup/mwbzutils/docs/dumplastbz2block.1 @@ -33,7 +33,7 @@ .SH AUTHOR Written by Ariel T. Glenn. .SH "REPORTING BUGS" -Report bugs in dumplastbz2block to <https://bugzilla.wikimedia.org/>. +Report bugs in dumplastbz2block to <https://phabricator.wikimedia.org/>. .PP .br See also checkforbz2footer(1), dumpbz2filefromoffset(1), findpageidinbz2xml(1), diff --git a/xmldumps-backup/mwbzutils/docs/findpageidinbz2xml.1 b/xmldumps-backup/mwbzutils/docs/findpageidinbz2xml.1 index bb78dcb..2d03662 100644 --- a/xmldumps-backup/mwbzutils/docs/findpageidinbz2xml.1 +++ b/xmldumps-backup/mwbzutils/docs/findpageidinbz2xml.1 @@ -55,7 +55,7 @@ .SH AUTHOR Written by Ariel T. Glenn. .SH "REPORTING BUGS" -Report bugs in checkforbz2footer to <https://bugzilla.wikimedia.org/>. +Report bugs in findpageidinbz2xml to <https://phabricator.wikimedia.org/>. .PP .br See also dumpbz2filefromoffset(1), dumplastbz2block(1), findpageidinbz2xml(1), diff --git a/xmldumps-backup/mwbzutils/docs/writeuptopageid.1 b/xmldumps-backup/mwbzutils/docs/writeuptopageid.1 index cded846..edff3e0 100644 --- a/xmldumps-backup/mwbzutils/docs/writeuptopageid.1 +++ b/xmldumps-backup/mwbzutils/docs/writeuptopageid.1 @@ -37,7 +37,7 @@ .SH AUTHOR Written by Ariel T. Glenn. .SH "REPORTING BUGS" -Report bugs in writeuptopageid to <https://bugzilla.wikimedia.org/>. +Report bugs in writeuptopageid to <https://phabricator.wikimedia.org/>. .PP .br See also checkforbz2footer(1), dumpbz2filefromoffset(1), dumplastbz2block(1), diff --git a/xmldumps-backup/mwbzutils/dumpbz2filefromoffset.c b/xmldumps-backup/mwbzutils/dumpbz2filefromoffset.c index b53cd30..a7f38b7 100644 --- a/xmldumps-backup/mwbzutils/dumpbz2filefromoffset.c +++ b/xmldumps-backup/mwbzutils/dumpbz2filefromoffset.c @@ -30,7 +30,7 @@ "Arguments:\n\n" " <infile> Name of the file to check\n" " <offset> byte in the file from which to start processing\n\n" -"Report bugs in dumpbz2filefromoffset to <https://bugzilla.wikimedia.org/>.\n\n" +"Report bugs in dumpbz2filefromoffset to <https://phabricator.wikimedia.org/>.\n\n" "See also checkforbz2footer(1), dumplastbz2block(1), findpageidinbz2xml(1),\n" "recompressxml(1), writeuptopageid(1)\n\n"; if (message) { diff --git a/xmldumps-backup/mwbzutils/dumplastbz2block.c b/xmldumps-backup/mwbzutils/dumplastbz2block.c index 987f74a..ab16dfb 100644 --- a/xmldumps-backup/mwbzutils/dumplastbz2block.c +++ b/xmldumps-backup/mwbzutils/dumplastbz2block.c @@ -27,7 +27,7 @@ " -v, --version Display the version of this program and exit\n\n" "Arguments:\n\n" " <infile> Name of the file to process\n\n" -"Report bugs in dumplastbz2block to <https://bugzilla.wikimedia.org/>.\n\n" +"Report bugs in dumplastbz2block to <https://phabricator.wikimedia.org/>.\n\n" "See also checkforbz2footer(1), dumpbz2filefromoffset(1), findpageidinbz2xml(1),\n" "recompressxml(1), writeuptopageid(1)\n\n"; if (message) { diff --git a/xmldumps-backup/mwbzutils/findpageidinbz2xml.c b/xmldumps-backup/mwbzutils/findpageidinbz2xml.c index e532ba8..1053fdf 100644 --- a/xmldumps-backup/mwbzutils/findpageidinbz2xml.c +++ b/xmldumps-backup/mwbzutils/findpageidinbz2xml.c @@ -41,7 +41,7 @@ " -V, --verbose show search process; specify multiple times for more output\n" " -h, --help Show this help message\n" " -V, --version Display the version of this program and exit\n\n" -"Report bugs in checkforbz2footer to <https://bugzilla.wikimedia.org/>.\n\n" +"Report bugs in findpageidinbz2xml to <https://phabricator.wikimedia.org/>.\n\n" "See also dumpbz2filefromoffset(1), dumplastbz2block(1), findpageidinbz2xml(1),\n" "recompressxml(1), writeuptopageid(1)\n\n"; if (message) { diff --git a/xmldumps-backup/mwbzutils/recompressxml.c b/xmldumps-backup/mwbzutils/recompressxml.c index 6179ab8..77540eb 100644 --- a/xmldumps-backup/mwbzutils/recompressxml.c +++ b/xmldumps-backup/mwbzutils/recompressxml.c @@ -47,10 +47,10 @@ " per stream. Each line contains: offset-to-stream:pageid:pagetitle\n" " If filename ends in '.bz2' the file will be written in bz2 format.\n" " -v, --verbose: Write lots of debugging output to stderr. This option can be used\n" -" multiple times to increase verbosity.\n"; +" multiple times to increase verbosity.\n" " -h, --help Show this help message\n" " -V, --version Display the version of this program and exit\n\n" -"Report bugs in checkforbz2footer to <https://bugzilla.wikimedia.org/>.\n\n" +"Report bugs in recompressxml to <https://phabricator.wikimedia.org/>.\n\n" "See also checkforbz2footer(1), dumpbz2filefromoffset(1), dumplastbz2block(1),\n" "findpageidinbz2xml(1), writeuptopageid(1)\n\n"; if (message) { diff --git a/xmldumps-backup/mwbzutils/writeuptopageid.c b/xmldumps-backup/mwbzutils/writeuptopageid.c index 9aec721..a78f3a5 100644 --- a/xmldumps-backup/mwbzutils/writeuptopageid.c +++ b/xmldumps-backup/mwbzutils/writeuptopageid.c @@ -29,7 +29,7 @@ " <startpageid> id of the first page to write\n" " <endpageid> id of the page at which to stop writing; if omitted, all pages through eof\n" " will be written\n\n" -"Report bugs in writeuptopageid to <https://bugzilla.wikimedia.org/>.\n\n" +"Report bugs in writeuptopageid to <https://phabricator.wikimedia.org/>.\n\n" "See also checkforbz2footer(1), dumpbz2filefromoffset(1), dumplastbz2block(1),\n" "findpageidinbz2xml(1), recompressxml(1)\n\n"; if (message) { diff --git a/xmlfileutils/README b/xmlfileutils/README index 4e3334b..0a96999 100644 --- a/xmlfileutils/README +++ b/xmlfileutils/README @@ -210,7 +210,7 @@ This has been tested only for output MediaWiki 1.20 and input xsd 0.7 and not very comprehensively. Please help discover bugs! -Report bugs to <https://bugzilla.wikimedia.org/>. +Report bugs to <https://phabricator.wikimedia.org/>. This does NOT support dumps from wikis with LiquidThread enabled. That's a feature set for a future version (or not). diff --git a/xmlfileutils/mwxml2sql.c b/xmlfileutils/mwxml2sql.c index 729dc3d..bb5f608 100644 --- a/xmlfileutils/mwxml2sql.c +++ b/xmlfileutils/mwxml2sql.c @@ -203,7 +203,7 @@ " multiple times to increase verbosity.\n" " -V, --version\n" " Write version information to stderr; and exit.\n\n" -"Report bugs in mwxml2sql to <https://bugzilla.wikimedia.org/>.\n\n" +"Report bugs in mwxml2sql to <https://phabricator.wikimedia.org/>.\n\n" "See also sql2txt(1), sqlfilter(1).\n\n"; if (message) { fprintf(stderr,"%s\n\n",message); diff --git a/xmlfileutils/scripts/wikiretriever.py b/xmlfileutils/scripts/wikiretriever.py index e058479..93b86db 100644 --- a/xmlfileutils/scripts/wikiretriever.py +++ b/xmlfileutils/scripts/wikiretriever.py @@ -520,8 +520,8 @@ The caller should therefore deal with potential dup titless from this method. At least the defaut batchsize of 500 is large enough that we should never wind up in a loop getting the same batch every time. - See bugs https://bugzilla.wikimedia.org/show_bug.cgi?id=35786 and - https://bugzilla.wikimedia.org/show_bug.cgi?id=24782 for more info. + See bugs https://phabricator.wikimedia.org/T37786 and + https://phabricator.wikimedia.org/T26782 for more info. """ entries = [] diff --git a/xmlfileutils/sql2txt.c b/xmlfileutils/sql2txt.c index 2e24a94..eb1f25d 100644 --- a/xmlfileutils/sql2txt.c +++ b/xmlfileutils/sql2txt.c @@ -307,7 +307,7 @@ " Write progress information to stderr.\n" " -V, --version\n" " Write version information to stderr.\n\n" -"Report bugs in sql2txt to <https://bugzilla.wikimedia.org/>.\n\n" +"Report bugs in sql2txt to <https://phabricator.wikimedia.org/>.\n\n" "See also mwxml2sql(1), sqlfilter(1).\n\n"; if (message) { fprintf(stderr,"%s\n\n",message); diff --git a/xmlfileutils/sqlfilter.c b/xmlfileutils/sqlfilter.c index 5563220..b5af5fc 100644 --- a/xmlfileutils/sqlfilter.c +++ b/xmlfileutils/sqlfilter.c @@ -761,7 +761,7 @@ " Write progress information to stderr.\n" " -w, --version\n" " Write version information to stderr.\n\n" -"Report bugs in sqlfilter to <https://bugzilla.wikimedia.org/>.\n\n" +"Report bugs in sqlfilter to <https://phabricator.wikimedia.org/>.\n\n" "See also mwxml2sql(1), sql2txt(1).\n\n"; if (message) { fprintf(stderr,"%s\n\n",message); -- To view, visit https://gerrit.wikimedia.org/r/243364 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ie43e2e4937989e35040c285c8258de36c084ea15 Gerrit-PatchSet: 1 Gerrit-Project: operations/dumps Gerrit-Branch: ariel Gerrit-Owner: John Vandenberg <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
