mirror of
https://github.com/samba-team/samba.git
synced 2025-09-05 13:44:19 +03:00
autobuild: Remove s3-waf from autobuild
This commit is contained in:
@@ -16,7 +16,6 @@ cleanup_list = []
|
|||||||
|
|
||||||
builddirs = {
|
builddirs = {
|
||||||
"samba3" : "source3",
|
"samba3" : "source3",
|
||||||
"samba3-waf": "source3",
|
|
||||||
"samba4" : ".",
|
"samba4" : ".",
|
||||||
"ldb" : "lib/ldb",
|
"ldb" : "lib/ldb",
|
||||||
"tdb" : "lib/tdb",
|
"tdb" : "lib/tdb",
|
||||||
@@ -29,7 +28,7 @@ builddirs = {
|
|||||||
"retry" : "."
|
"retry" : "."
|
||||||
}
|
}
|
||||||
|
|
||||||
defaulttasks = [ "samba3", "samba3-waf", "samba4", "ldb", "tdb", "talloc", "replace", "tevent", "pidl" ]
|
defaulttasks = [ "samba3", "samba4", "ldb", "tdb", "talloc", "replace", "tevent", "pidl" ]
|
||||||
|
|
||||||
tasks = {
|
tasks = {
|
||||||
"samba3" : [ ("autogen", "./autogen.sh", "text/plain"),
|
"samba3" : [ ("autogen", "./autogen.sh", "text/plain"),
|
||||||
@@ -41,12 +40,6 @@ tasks = {
|
|||||||
("check-clean-tree", "../script/clean-source-tree.sh", "text/plain"),
|
("check-clean-tree", "../script/clean-source-tree.sh", "text/plain"),
|
||||||
("clean", "make clean", "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'
|
# We have 'test' before 'install' because, 'test' should work without 'install'
|
||||||
"samba4" : [ ("configure", "./configure.developer ${PREFIX} --with-selftest-prefix=./bin/ab", "text/plain"),
|
"samba4" : [ ("configure", "./configure.developer ${PREFIX} --with-selftest-prefix=./bin/ab", "text/plain"),
|
||||||
("make", "make -j", "text/plain"),
|
("make", "make -j", "text/plain"),
|
||||||
|
Reference in New Issue
Block a user