From 601b99a083e86784da869ca536b4369c942be13c Mon Sep 17 00:00:00 2001 From: Jimmy Zelinskie Date: Wed, 16 Dec 2015 14:49:37 -0500 Subject: [PATCH] buildman: add git checkout failure --- buildman/jobutil/workererror.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/buildman/jobutil/workererror.py b/buildman/jobutil/workererror.py index 688460bb8..047140e8e 100644 --- a/buildman/jobutil/workererror.py +++ b/buildman/jobutil/workererror.py @@ -15,6 +15,10 @@ class WorkerError(object): 'show_base_error': True, }, + 'io.quay.builder.gitcheckout': { + 'message': 'Could not checkout git ref. Have you force pushed recently?', + }, + 'io.quay.builder.cannotextractbuildpack': { 'message': 'Could not extract the contents of the build package' },