Remove build log from the upload directory when we're done.
authorjelmer@samba.org <jelmer@samba.org>
Tue, 23 Nov 2010 21:01:43 +0000 (22:01 +0100)
committerjelmer@samba.org <jelmer@samba.org>
Tue, 23 Nov 2010 21:01:43 +0000 (22:01 +0100)
import-and-analyse.py

index 619d2f929afb3b9ea1d68443d86e6932df59226e..e370ae383b6e46da3d872f234e7d4b289b441658 100755 (executable)
@@ -138,7 +138,7 @@ for build in buildfarm.get_new_builds():
 
     if not opts.dry_run:
         # When the new web script is introduced, kill the build here:
-        build.remove()
+        build.remove()
         buildfarm.commit()
 
 smtp.quit()