[SCM] build.samba.org - branch master updated

Jelmer Vernooij jelmer at samba.org
Fri Nov 12 17:24:01 MST 2010


The branch, master has been updated
       via  2a37ec3 Be verbose when there's no previous build.
      from  a4a34ad Cope with import-and-analyse dry runs.

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


- Log -----------------------------------------------------------------
commit 2a37ec38f1335160ed066bfc9f46797092b8df09
Author: Jelmer Vernooij <jelmer at samba.org>
Date:   Sat Nov 13 01:24:51 2010 +0100

    Be verbose when there's no previous build.

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

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


Changeset truncated at 500 lines:

diff --git a/import-and-analyse.py b/import-and-analyse.py
index fc24edf..8db0618 100755
--- a/import-and-analyse.py
+++ b/import-and-analyse.py
@@ -103,6 +103,8 @@ for build in buildfarm.get_new_builds():
             # Perhaps this is a dry run and rev is not in the database yet?
             prev_rev = buildfarm.builds.get_latest_revision(build.tree, build.host, build.compiler)
         except data.NoSuchBuildError:
+            if opts.verbose >= 1:
+                print "Unable to find previous build for %s,%s,%s" % (build.tree, build.host, build.compiler)
             # Can't send a nastygram until there are 2 builds..
             continue
     else:


-- 
build.samba.org


More information about the samba-cvs mailing list