commit: e8f8a905b96518d0ceffb43d616a1a5dc227ed75 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> AuthorDate: Mon Aug 7 20:56:47 2023 +0000 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Mon Aug 7 20:56:47 2023 +0000 URL: https://gitweb.gentoo.org/proj/binhost.git/commit/?id=e8f8a905
Increase MAX_HARMLESS Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org> builders/demeter/binhost-update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builders/demeter/binhost-update b/builders/demeter/binhost-update index f86a189..44c43fe 100755 --- a/builders/demeter/binhost-update +++ b/builders/demeter/binhost-update @@ -11,7 +11,7 @@ [email protected] NSPAWN_NAMES="binhost-amd64-x86-64 binhost-amd64-x86-64-gnome" -MAX_HARMLESS=10 +MAX_HARMLESS=150 send_email() { local subject="[binhost ${BINHOST_NAME}] $1"
