diff options
author | Michael Adam <obnox@samba.org> | 2013-05-28 22:24:26 +0200 |
---|---|---|
committer | Andreas Schneider <asn@cryptomilk.org> | 2013-05-29 09:35:16 +0200 |
commit | d86fda9b18be15a33d1a8850eedda352fdb91285 (patch) | |
tree | 5165480fa1a177fb75abd4847bf040f0e3413802 /script | |
parent | 89edff08db367417f3032563df3ea1b546553c83 (diff) | |
download | samba-d86fda9b18be15a33d1a8850eedda352fdb91285.tar.gz samba-d86fda9b18be15a33d1a8850eedda352fdb91285.tar.bz2 samba-d86fda9b18be15a33d1a8850eedda352fdb91285.zip |
autobuild: remove remnants of removed samba3 targets
Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
Autobuild-User(master): Andreas Schneider <asn@cryptomilk.org>
Autobuild-Date(master): Wed May 29 09:35:16 CEST 2013 on sn-devel-104
Diffstat (limited to 'script')
-rwxr-xr-x | script/autobuild.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/script/autobuild.py b/script/autobuild.py index dba2ce4bdc..fe39ed9773 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" : ".", |