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

Andrew Bartlett abartlet at samba.org
Tue Jan 7 22:23:55 MST 2014


The branch, master has been updated
       via  fe90d6b bump dead host time to 3 weeks
       via  e47d327 two more hosts missing ACL support
      from  43b5c25 Add --without-gettext to restore Samba build on hpisgr8

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


- Log -----------------------------------------------------------------
commit fe90d6be7bd58b118010992f83699df6f82a723d
Author: Andrew Bartlett <abartlet at samba.org>
Date:   Wed Jan 8 18:23:47 2014 +1300

    bump dead host time to 3 weeks

commit e47d3277ed3faf0a00ff02c0f40fff84273d9462
Author: Andrew Bartlett <abartlet at samba.org>
Date:   Wed Jan 8 18:22:57 2014 +1300

    two more hosts missing ACL support

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

Summary of changes:
 SerNet-Tru64.fns   |    2 +-
 hpisgr8.fns        |    2 +-
 mail-dead-hosts.py |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)


Changeset truncated at 500 lines:

diff --git a/SerNet-Tru64.fns b/SerNet-Tru64.fns
index 4420604..b2a995f 100644
--- a/SerNet-Tru64.fns
+++ b/SerNet-Tru64.fns
@@ -16,7 +16,7 @@ for compiler in $compilers; do
 
 	. common.fns
 
-	config="--without-gettext"
+	config="--without-gettext --without-acl-support"
 	export config
 	test_tree samba_4_0_test . $compiler
 	config=""
diff --git a/hpisgr8.fns b/hpisgr8.fns
index 26f2458..c2fcab4 100644
--- a/hpisgr8.fns
+++ b/hpisgr8.fns
@@ -15,7 +15,7 @@ for compiler in $compilers; do
 
 	. common.fns
 
-	config="--without-gettext"
+	config="--without-gettext --without-acl-support"
 	export config
 	test_tree samba_4_0_test . $compiler
 	config=""
diff --git a/mail-dead-hosts.py b/mail-dead-hosts.py
index fada47e..56ca811 100755
--- a/mail-dead-hosts.py
+++ b/mail-dead-hosts.py
@@ -33,7 +33,7 @@ buildfarm = BuildFarm(timeout=40.0)
 smtp = smtplib.SMTP()
 smtp.connect()
 
-hosts = buildfarm.hostdb.dead_hosts(7 * 86400)
+hosts = buildfarm.hostdb.dead_hosts(21 * 86400)
 for host in hosts:
     if host.last_update:
         last_update = time.strftime("%a %b %e %H:%M:%S %Y", time.gmtime(host.last_update))


-- 
build.samba.org


More information about the samba-cvs mailing list