changeset 475:7562b9dd22b8

Reverting part of [520] until I make the tests work properly.
author wbell
date Thu, 13 Mar 2008 02:45:15 +0000
parents 8c3dfe0efe78
children 0311b87b3300
files bitten/master.py
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/bitten/master.py
+++ b/bitten/master.py
@@ -193,9 +193,6 @@
             raise HTTPBadRequest('XML parser error')
         stepname = elem.attr['step']
 	
-	# make sure it's the right slave.
-	if build.status != Build.IN_PROGRESS or build.slave_info.get(Build.IP_ADDRESS) != req.remote_addr:
-            raise HTTPForbidden('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:
Copyright (C) 2012-2017 Edgewall Software