Index: trunk/extensions/WikimediaMaintenance/addWiki.php |
— | — | @@ -171,7 +171,8 @@ |
172 | 172 | |
173 | 173 | $this->output( "Script ended. You still have to: |
174 | 174 | * Add any required settings in InitialiseSettings.php |
175 | | - * Run sync-common-all" |
| 175 | + * Run sync-common-all |
| 176 | +" |
176 | 177 | ); |
177 | 178 | } |
178 | 179 | |
Index: trunk/extensions/WikimediaMaintenance/jobs-loop.sh |
— | — | @@ -1,13 +1,15 @@ |
2 | 2 | #!/bin/bash |
3 | 3 | |
| 4 | +ulimit -v 400000 |
| 5 | + |
4 | 6 | trap 'kill %-; exit' SIGTERM |
5 | 7 | [ ! -z "$1" ] && { |
6 | | - echo "starting type-specific job runner: $1" |
7 | | - type=$1 |
| 8 | + echo "starting type-specific job runner: $1" |
| 9 | + type=$1 |
8 | 10 | } |
9 | 11 | |
10 | 12 | #types="htmlCacheUpdate sendMail enotifNotify uploadFromUrl fixDoubleRedirect renameUser" |
11 | | -types="sendMail enotifNotify uploadFromUrl fixDoubleRedirect" |
| 13 | +types="sendMail enotifNotify uploadFromUrl fixDoubleRedirect MoodBarHTMLMailerJob" |
12 | 14 | |
13 | 15 | cd `readlink -f /usr/local/apache/common/multiversion` |
14 | 16 | while [ 1 ];do |
Property changes on: trunk/extensions/WikimediaMaintenance/jobs-loop.sh |
___________________________________________________________________ |
Modified: svn:mergeinfo |
15 | 17 | Merged /branches/wmf/1.18wmf1/maintenance/jobs-loop.sh:r106284,109759 |
Property changes on: trunk/extensions/WikimediaMaintenance |
___________________________________________________________________ |
Added: svn:mergeinfo |
16 | 18 | Merged /branches/wmf/1.18wmf1/maintenance:r106284,109759 |