Skip to content

Commit

Permalink
autobuild: Remove s3-waf from autobuild
Browse files Browse the repository at this point in the history
  • Loading branch information
abartlet committed Oct 7, 2011
1 parent 055f017 commit 1da89da
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions script/autobuild.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@

builddirs = {
"samba3" : "source3",
"samba3-waf": "source3",
"samba4" : ".",
"ldb" : "lib/ldb",
"tdb" : "lib/tdb",
Expand All @@ -29,7 +28,7 @@
"retry" : "."
}

defaulttasks = [ "samba3", "samba3-waf", "samba4", "ldb", "tdb", "talloc", "replace", "tevent", "pidl" ]
defaulttasks = [ "samba3", "samba4", "ldb", "tdb", "talloc", "replace", "tevent", "pidl" ]

tasks = {
"samba3" : [ ("autogen", "./autogen.sh", "text/plain"),
Expand All @@ -41,12 +40,6 @@
("check-clean-tree", "../script/clean-source-tree.sh", "text/plain"),
("clean", "make clean", "text/plain") ],

"samba3-waf" : [ ("autogen", "./autogen-waf.sh", "text/plain"),
("configure", "./configure.developer ${PREFIX}", "text/plain"),
("make", "make -j", "text/plain"),
("install", "make install", "text/plain"),
("clean", "make clean", "text/plain") ],

# We have 'test' before 'install' because, 'test' should work without 'install'
"samba4" : [ ("configure", "./configure.developer ${PREFIX} --with-selftest-prefix=./bin/ab", "text/plain"),
("make", "make -j", "text/plain"),
Expand Down

0 comments on commit 1da89da

Please sign in to comment.