fix earlier checkin (let's not be so verbose); anonymous pull

This commit is contained in:
kytv
2014-02-22 17:29:27 +00:00
parent cb3ff9bd2c
commit 9ce88ce971

View File

@ -1,4 +1,4 @@
#!/bin/sh -x
#!/bin/sh
cd $(dirname $0)
. ./etc/update.vars
[ -f ./etc/update.vars.custom ] && . ./etc/update.vars.custom
@ -6,7 +6,7 @@ cd $(dirname $0)
TMP=$(mktemp XXXXXXXXXX)
trap 'rm -f $TMP;exit' 0 1 2 15
$MTN pull "mtn://$MTNURL?$MTNBRANCH"
$MTN pull -k "" "mtn://$MTNURL?$MTNBRANCH"
$MTN up 2>&1 | tee $TMP