commits to master

Jaroslaw Staniek staniek at kde.org
Thu Apr 12 22:37:36 BST 2012


On 12 April 2012 22:25, Jaroslaw Staniek <staniek at kde.org> wrote:
> BTW, is there somewhere documented recommended post-review script and
> recipe specific for calligra development?
>
> I have this:

Updated (don't read if you have your own solution ready):

#!/bin/bash
# post-review-master
# 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 --revision-range=${2}^ $3 $4 $5 $6

----8X---------

this way:
post-review-master "Compiled and installed" 729a48e
works nice

Specifying target people make sense....
Note that there cannot be typos e.g. in user names - the web interface
is error prone.

Adding -p to post-review-master auto-publishes.

-- 
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)



More information about the calligra-devel mailing list