changeset 748:ec805e982b4c

Missing the actual goal of previous checkin.
author wbell
date Thu, 22 Apr 2010 01:50:34 +0000
parents 39cb92420716
children 94a4be5a1f0f
files bitten/master.py
diffstat 1 files changed, 0 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/bitten/master.py
+++ b/bitten/master.py
@@ -258,12 +258,6 @@
             self._send_error(req, HTTP_BAD_REQUEST, 'XML parser error')
         stepname = elem.attr['step']
 
-        # make sure it's the right slave.
-        if build.status != Build.IN_PROGRESS:
-            self._send_error(req, HTTP_CONFLICT,
-                        'Build %s has been invalidated for host %s.' \
-                                        % (build.id, req.remote_addr))
-
         step = BuildStep.fetch(self.env, build=build.id, name=stepname)
         if step:
             self._send_error(req, HTTP_CONFLICT, 'Build step already exists')
Copyright (C) 2012-2017 Edgewall Software