BTW, is there somewhere documented recommended post-review script and
recipe specific for calligra development?

I have this:

#!/bin/bash
# first run: git remote add calligra git://anongit.kde.org/calligra

if [ -z "$1" ] ; then echo "enter testing-done"; exit 1; fi
if [ -z "$2" ] ; then echo "enter revision number"; exit 1; fi

post-review --branch=master --parent=master -g --target-people=piggz,tanis \
 --testing-done="$1" -d --repository-url=git://anongit.kde.org/calligra \
 --target-group=calligra -r $2

-- 
regards / pozdrawiam, Jaroslaw Staniek
 http://www.linkedin.com/in/jstaniek
 Kexi & Calligra (kexi-project.org, identi.ca/kexi, calligra-suite.org)
 KDE Software Development Platform on MS Windows (windows.kde.org)
_______________________________________________
calligra-devel mailing list
calligra-devel@kde.org
https://mail.kde.org/mailman/listinfo/calligra-devel

Reply via email to