Index: branches/wmf/1.18wmf1/extensions/TrustedXFF/update |
— | — | @@ -1,7 +1,7 @@ |
2 | 2 | #!/bin/bash |
3 | 3 | |
4 | 4 | cd `dirname $0` |
5 | | -php generate.php aawiki ../../cache/trusted-xff.cdb |
| 5 | +mwscript extensions/TrustedXFF/generate.php aawiki ../../cache/trusted-xff.cdb |
6 | 6 | bzip2 -kf ../../cache/trusted-xff.cdb |
7 | 7 | if [ -x /home/wikipedia/bin/sync-common-file ]; then |
8 | 8 | sync-common-file wmf-deployment/cache/trusted-xff.cdb |
Property changes on: branches/wmf/1.18wmf1/extensions/TrustedXFF/update |
___________________________________________________________________ |
Added: svn:mergeinfo |
9 | 9 | Merged /trunk/extensions/TrustedXFF/update:r110022 |
10 | 10 | Merged /branches/wmf-deployment/extensions/TrustedXFF/update:r53263 |