Index: trunk/tools/mwmultiversion/scripts/scap-2 |
— | — | @@ -12,6 +12,7 @@ |
13 | 13 | exit 1 |
14 | 14 | fi |
15 | 15 | |
| 16 | +# wikiversions.dat just synced above |
16 | 17 | mwVersionNums=(`mwversionsinuse`) |
17 | 18 | if [ -z "$mwVersionNums" ]; then |
18 | 19 | echo "Unable to read wikiversions.dat or it is empty" |
— | — | @@ -41,6 +42,3 @@ |
42 | 43 | rm -r "$builddir" |
43 | 44 | cd / |
44 | 45 | done |
45 | | - |
46 | | -#echo -n "Restarting apache... " |
47 | | -#/usr/bin/apache-sanity-check && ( sudo /usr/sbin/apache2ctl stop; sudo killall -9 apache2;sleep 3; sudo /usr/sbin/apache2ctl start ) |
Index: trunk/tools/mwmultiversion/scripts/sync-l10nupdate |
— | — | @@ -3,8 +3,6 @@ |
4 | 4 | PATH=/bin:/usr/bin:/sbin:/usr/sbin: |
5 | 5 | MWVER="$1" |
6 | 6 | |
7 | | -mwVersionNums=(`mwversionsinuse --extended`) |
8 | | - |
9 | 7 | echo "Synchronizing /home/wikipedia/common/php-$MWVER/cache/l10n to /usr/local/apache/common-local/php-$MWVER/cache/l10n..." |
10 | 8 | echo "mediawiki-installation:" |
11 | 9 | |