Awight has uploaded a new change for review. ( https://gerrit.wikimedia.org/r/347907 )
Change subject: Update instructions for fetching mwbzutils source ...................................................................... Update instructions for fetching mwbzutils source Change-Id: Ic46c08863104e38bc0fad82ba0dc21ce0e0e6572 --- M xmldumps-backup/doc/README.installation 1 file changed, 5 insertions(+), 4 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/operations/dumps refs/changes/07/347907/1 diff --git a/xmldumps-backup/doc/README.installation b/xmldumps-backup/doc/README.installation index 397d91d..5796456 100644 --- a/xmldumps-backup/doc/README.installation +++ b/xmldumps-backup/doc/README.installation @@ -43,12 +43,13 @@ development headers and library (for a typical linux distro something like bzip2-devel). Then, -cd xmldumps-backup/mwbzutils -make -make install + git clone https://gerrit.wikimedia.org/r/p/operations/dumps/mwbzutils.git + cd mwbzutils/xmldumps-backup/mwbzutils + make + make install This will install them to /usr/local/bin. If you want to install them somewhere -else you'll need to copy them by hand. +else you'll need to copy them by hand, or they can be run out of the source directory. Copy the dumps scripts, templates and the sample configuration to the location from where you'll be running them. -- To view, visit https://gerrit.wikimedia.org/r/347907 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ic46c08863104e38bc0fad82ba0dc21ce0e0e6572 Gerrit-PatchSet: 1 Gerrit-Project: operations/dumps Gerrit-Branch: master Gerrit-Owner: Awight <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
