The branch, v4-2-test has been updated via 9164e5f build: do not install texpect binary anymore. from 2cd5450 libcli/smb: fix smb2cli_validate_negotiate_info with min=PROTOCOL_NT1 max=PROTOCOL_SMB2_02
http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v4-2-test - Log ----------------------------------------------------------------- commit 9164e5f2e646c384c8b491a2c3819e77eb49d19a Author: Björn Baumbach <b...@sernet.de> Date: Thu Oct 9 10:54:51 2014 +0200 build: do not install texpect binary anymore. BUG: https://bugzilla.samba.org/show_bug.cgi?id=10862 Signed-off-by: Bjoern Baumbach <b...@sernet.de> Reviewed-by: Guenther Deschner <g...@samba.org> Reviewed-by: Stefan Metzmacher <me...@samba.org> Autobuild-User(master): Günther Deschner <g...@samba.org> Autobuild-Date(master): Thu Oct 9 17:10:12 CEST 2014 on sn-devel-104 (cherry picked from commit c1f4b6c39beff7008a2746e65a9d8703b399f6a7) Autobuild-User(v4-2-test): Karolin Seeger <ksee...@samba.org> Autobuild-Date(v4-2-test): Tue Oct 14 23:27:47 CEST 2014 on sn-devel-104 ----------------------------------------------------------------------- Summary of changes: lib/texpect/wscript | 6 ++---- 1 files changed, 2 insertions(+), 4 deletions(-) Changeset truncated at 500 lines: diff --git a/lib/texpect/wscript b/lib/texpect/wscript index 51602f1..4163ca1 100644 --- a/lib/texpect/wscript +++ b/lib/texpect/wscript @@ -1,9 +1,7 @@ #!/usr/bin/env python def configure(conf): - conf.CHECK_FUNCS_IN('openpty', 'util', checklibc=True, headers='pty.h util.h libutil.h') + conf.CHECK_FUNCS_IN('openpty', 'util', checklibc=True, headers='pty.h util.h libutil.h') def build(bld): - bld.SAMBA_BINARY('texpect', - 'texpect.c', - deps='popt util') + bld.SAMBA_BINARY('texpect', 'texpect.c', deps='popt util', install=False) -- Samba Shared Repository