Newer
Older

kytv
committed
cd $(dirname $0)
[ -f ./etc/update.vars.custom ] && . ./etc/update.vars.custom
$MTN pull -k "" "mtn://$MTNURL?$MTNBRANCH"

kytv
committed
$MTN up 2>&1 | tee $TMP
if grep "^mtn: \(add\|patch\|dropp\|updat\)\(ed\|ing\) 'i2p2www/translations/" "$TMP" >/dev/null ; then
echo "Translations updated, compiling messages"
./compile-messages.sh
fi
if grep "^mtn: updating 'i2p2www/.*\.py\|^mtn: updating 'i2p2www/.*/.*\.py" "$TMP" >/dev/null ; then