r110022 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r110021‎ | r110022 | r110023 >
Date:19:46, 25 January 2012
Author:tstarling
Status:ok (Comments)
Tags:
Comment:
Update for MWMultiVersion
Modified paths:
  • /trunk/extensions/TrustedXFF/update (modified) (history)

Diff [purge]

Index: trunk/extensions/TrustedXFF/update
@@ -1,7 +1,7 @@
22 #!/bin/bash
33
44 cd `dirname $0`
5 -php generate.php aawiki ../../cache/trusted-xff.cdb
 5+mwscript extensions/TrustedXFF/generate.php aawiki ../../cache/trusted-xff.cdb
66 bzip2 -kf ../../cache/trusted-xff.cdb
77 if [ -x /home/wikipedia/bin/sync-common-file ]; then
88 sync-common-file wmf-deployment/cache/trusted-xff.cdb

Follow-up revisions

RevisionCommit summaryAuthorDate
r110023MFT r110022: use mwscripttstarling19:48, 25 January 2012

Comments

#Comment by Aaron Schulz (talk | contribs)   19:48, 25 January 2012

Our favorite error message.

Status & tagging log