mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 21:12:26 +01:00
Merge work:/home/bk/mysql into serg.mysql.com:/usr/home/serg/Abk/mysql
This commit is contained in:
commit
be8815a19f
1 changed files with 2 additions and 1 deletions
|
@ -3,6 +3,7 @@
|
|||
#shift
|
||||
TO=dev@mysql.com
|
||||
FROM=$USER@mysql.com
|
||||
LIMIT=10000
|
||||
|
||||
BK_STATUS=$BK_STATUS$BK_COMMIT
|
||||
|
||||
|
@ -19,7 +20,7 @@ Subject: bk commit
|
|||
EOF
|
||||
bk changes -v -r+
|
||||
bk cset -r+ -d
|
||||
) | /usr/sbin/sendmail -t
|
||||
) | head -n $LIMIT | /usr/sbin/sendmail -t
|
||||
else
|
||||
echo "commit failed because '$BK_STATUS', sorry life is hard..."
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue