From 44998c6cf803206067ba76cac9459cb2155cb9f0 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 30 Jun 2014 11:12:08 +0100 Subject: [PATCH] standalone: Use DAILY_BRANCH_POSTMAKE_HOOK DAILY_BRANCH_PREEXEC_HOOK is after we have made half the prospective email, but this is not useful for standalone users. Reported-by: Ian Campbell Signed-off-by: Ian Jackson --- v2: New patch in v2 of the series. --- standalone | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/standalone b/standalone index 55e884f..daab7ae 100755 --- a/standalone +++ b/standalone @@ -162,7 +162,7 @@ case $op in branch=$1; shift - DAILY_BRANCH_PREEXEC_HOOK=exit\ 0 \ + DAILY_BRANCH_POSTMAKE_HOOK=exit\ 0 \ OSSTEST_USE_HEAD=y \ BRANCHES_ALWAYS="$branch" \ BUILD_LVEXTEND_MAX="$lvextendmax" \ -- 2.39.5