buildman: add git checkout failure

This commit is contained in:
Jimmy Zelinskie 2015-12-16 14:49:37 -05:00
parent 3fda6696e5
commit 601b99a083

View file

@ -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'
},