Rev 960 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed
| Rev 960 | Rev 1508 | ||
|---|---|---|---|
| Line 128... | Line 128... | ||
| 128 | 128 | ||
| 129 | if [ $DOPOSTIRC -eq "1" ] ; then |
129 | if [ $DOPOSTIRC -eq "1" ] ; then |
| 130 | if [ ${#failed[@]} -ne "0" ] ; then |
130 | if [ ${#failed[@]} -ne "0" ] ; then |
| 131 | #echo "Debug: DOPOSTIRC=$DOPOSTIRC failed=${#failed[@]} POSTLINE=$POSTLINE" |
131 | #echo "Debug: DOPOSTIRC=$DOPOSTIRC failed=${#failed[@]} POSTLINE=$POSTLINE" |
| 132 | $POSTLINE \#hobby Tested to build apps, ${#failed[@]} failed, ${#successfull[@]} successfull, http://projekt.auml.se/homeautomation:software:embedded:last-build-test |
132 | $POSTLINE \#hobby Tested to build apps, ${#failed[@]} failed, ${#successfull[@]} successfull, http://projekt.auml.se/homeautomation:software:embedded:last-build-test |
| - | 133 | $POSTLINE2 Tested to build apps, ${#failed[@]} failed, ${#successfull[@]} successfull, http://projekt.auml.se/homeautomation:software:embedded:last-build-test |
|
| 133 | # $POSTLINE \#lekstuga Tested to build apps, failed ${#failed[@]}, successfull: ${#successfull[@]}, http://projekt.auml.se/homeautomation:software:embedded:last-build-test |
134 | # $POSTLINE \#lekstuga Tested to build apps, failed ${#failed[@]}, successfull: ${#successfull[@]}, http://projekt.auml.se/homeautomation:software:embedded:last-build-test |
| 134 | #echo "POSTLINE exitcode: $?" |
135 | #echo "POSTLINE exitcode: $?" |
| 135 | fi |
136 | fi |
| 136 | fi |
137 | fi |
| 137 | 138 | ||