>From 9bfa272b18e817a5a106ccadcc17c93a41440828 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Tue, 28 May 2013 22:24:26 +0200 Subject: [PATCH] autobuild: remove remnants of removed samba3 targets Signed-off-by: Michael Adam --- script/autobuild.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/script/autobuild.py b/script/autobuild.py index dba2ce4..fe39ed9 100755 --- a/script/autobuild.py +++ b/script/autobuild.py @@ -16,8 +16,6 @@ os.environ['TDB_NO_FSYNC'] = '1' cleanup_list = [] builddirs = { - "samba3" : "source3", - "samba3-ctdb" : "source3", "samba" : ".", "samba-ctdb" : ".", "samba-libs" : ".", -- 1.7.9.5