[Libreoffice-commits] buildbot.git: tb/tb_internals.sh
Jan Holesovsky
kendy at collabora.com
Tue Nov 19 00:12:38 PST 2013
tb/tb_internals.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit fd41e2ce10518e88de2d3ccfaefd9b8e33a7c364
Author: Jan Holesovsky <kendy at collabora.com>
Date: Tue Nov 19 09:10:10 2013 +0100
Cleanup after a gerrit build.
When the tinderbox runs so that it does incremental builds, it can get
confused by a gerrit build with different configure settings; so clean after
the gerrit tinderbox build.
diff --git a/tb/tb_internals.sh b/tb/tb_internals.sh
index b18c93c..32f7689 100644
--- a/tb/tb_internals.sh
+++ b/tb/tb_internals.sh
@@ -792,8 +792,8 @@ run_gerrit_task()
# if prepare repor failed R is no 0 anymore
if [ "${R}" == 0 ] ; then
# gerrit build are not incremental
- # always use all the phases
- local phase_list="autogen clean make test push"
+ # always use all the phases and cleanup after yourself
+ local phase_list="autogen clean make test push clean"
pushd ${TB_BUILD_DIR?} > /dev/null || die "Cannot cd to build dir : ${TB_BUILD_DIR?}"
More information about the Libreoffice-commits
mailing list