summaryrefslogtreecommitdiffstats
path: root/script/autobuild.py
diff options
context:
space:
mode:
authorAmitay Isaacs <amitay@gmail.com>2014-06-17 09:00:58 -0700
committerMichael Adam <obnox@samba.org>2014-06-20 23:38:10 +0200
commit659a665de8707b28ea081812fc752d0cf1c9822f (patch)
tree40c9eeee943285f824b4f939be39a85a498ddeec /script/autobuild.py
parentc3dc1f1b984ed574e81a768423c1714db5f66955 (diff)
downloadsamba-659a665de8707b28ea081812fc752d0cf1c9822f.tar.gz
samba-659a665de8707b28ea081812fc752d0cf1c9822f.tar.xz
samba-659a665de8707b28ea081812fc752d0cf1c9822f.zip
autobuild: Don't need autogen.sh anymore in the "ctdb" target.
Signed-off-by: Amitay Isaacs <amitay@gmail.com> Reviewed-by: Michael Adam <obnox@samba.org>
Diffstat (limited to 'script/autobuild.py')
-rwxr-xr-xscript/autobuild.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/script/autobuild.py b/script/autobuild.py
index 14377c0ade..340028ed49 100755
--- a/script/autobuild.py
+++ b/script/autobuild.py
@@ -36,7 +36,6 @@ defaulttasks = [ "ctdb", "samba", "samba-ctdb", "samba-libs", "ldb", "tdb", "ntd
tasks = {
"ctdb" : [ ("random-sleep", "../script/random-sleep.sh 60 600", "text/plain"),
- ("autogen", "./autogen.sh", "text/plain"),
("configure", "./configure ${PREFIX} --enable-socket-wrapper ", "text/plain"),
("make", "make all", "text/plain"),
("install", "make install", "text/plain"),