The branch, master has been updated
       via  5e4aac6 Always scan for revision (again) as it's needed for the 
blame mails.
      from  fec0edd Remove old build rather than uploaded build.

http://gitweb.samba.org/?p=build-farm.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 5e4aac6c6d9d9a0c9d6cd62f1f64dae4774ccae3
Author: jel...@samba.org <jel...@samba.org>
Date:   Wed Nov 24 10:50:44 2010 +0100

    Always scan for revision (again) as it's needed for the blame mails.

-----------------------------------------------------------------------

Summary of changes:
 import-and-analyse.py |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)


Changeset truncated at 500 lines:

diff --git a/import-and-analyse.py b/import-and-analyse.py
index ef6390c..758707a 100755
--- a/import-and-analyse.py
+++ b/import-and-analyse.py
@@ -106,12 +106,12 @@ for build in buildfarm.get_new_builds():
         except MissingRevisionInfo:
             print "No revision info in %r, skipping" % build
             continue
-    else:
-        try:
-            rev = build.revision_details()
-        except MissingRevisionInfo:
-            print "No revision info in %r, skipping" % build
-            continue
+
+    try:
+        rev = build.revision_details()
+    except MissingRevisionInfo:
+        print "No revision info in %r, skipping" % build
+        continue
 
     if opts.verbose >= 2:
         print "%s... " % build,


-- 
build.samba.org

Reply via email to