Skip to content
This repository has been archived by the owner on Dec 4, 2020. It is now read-only.

Commit

Permalink
Make the auto-builds a bit more chatty on success / failure
Browse files Browse the repository at this point in the history
  • Loading branch information
Kris Moore committed Nov 29, 2013
1 parent 18e7840 commit 0297be2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src-sh/pbi-manager10/pbi-manager
Expand Up @@ -6343,6 +6343,9 @@ ab_post_build()
sleep 1

if [ -e "${PBI_TMPDIR}/${build}.result" -a "`cat ${PBI_TMPDIR}/${build}.result`" = "0" ] ; then

echo "===> Build of ${_mp} was successfull! [$build]"

echo "$_pv" > "${_od}/pbi-version"
echo "OK" > "${_od}/pbi-result"

Expand Down Expand Up @@ -6371,6 +6374,7 @@ ab_post_build()
bzip2 "${_od}/build.log"

else
echo "===> Build of ${_mp} failed! [$build]"
echo "Failed" > "${_od}/pbi-result"
if [ -n "${PBI_AB_HELPS}" ] ; then
${PBI_AB_HELPS} "FAILED" "${_od}"
Expand Down

0 comments on commit 0297be2

Please sign in to comment.