summaryrefslogtreecommitdiff
path: root/script
Commit message (Expand)AuthorAgeFilesLines
* ldb: bump version of the required system ldb to 1.1.24Ralph Boehme2015-12-101-1/+1
* script/release.sh: make it possible to create stable .x releases (x >= 1)Stefan Metzmacher2015-11-041-131/+352
* script/release.sh: make it possible to create stable .0 releasesStefan Metzmacher2015-11-041-6/+398
* script/librelease.sh: this is replaced by script/release.sh nowStefan Metzmacher2015-08-061-110/+0
* script/release.sh: This is a new script to do releasesStefan Metzmacher2015-08-061-0/+615
* script/librelease.sh: use download-master.samba.org:~ftp/pub/ for uploadingStefan Metzmacher2015-07-101-2/+2
* autobuild email mentions the elapsed timeDouglas Bagnall2015-06-101-9/+18
* autobuild: Add test for cross-compilation infrastructureUri Simchoni2015-05-201-3/+15
* waf: add a script that compares configurationsUri Simchoni2015-05-201-0/+40
* waf: add a cross-execute program that runs nativelyUri Simchoni2015-05-201-0/+10
* autobuild: Add options to set mail host and send e-mail with logsAndrew Bartlett2015-04-151-23/+45
* autobuild: Do not consider IDL.pm and Expr.pm changes to make a build badAndrew Bartlett2015-04-151-0/+1
* Improve output of check-clean-tree.sh scriptAndrew Bartlett2015-04-151-2/+2
* autobuild: Do not wait when running just one targetAndrew Bartlett2015-04-151-0/+5
* Pass --recursive to 'git clone' in autobuild.Jelmer Vernooij2015-03-301-2/+2
* autobuild: Remove ntdb targetVolker Lendecke2015-03-172-18/+3
* Remove ntdb from scriptsVolker Lendecke2015-03-171-1/+1
* script/autobuild.py: build the samba target with --with-profiling-dataStefan Metzmacher2015-03-061-1/+1
* show_test_time: Use system subunit.Jelmer Vernooij2015-03-061-8/+1
* autobuild: adapt a commentMichael Adam2014-12-171-1/+1
* script/autobuild.py: use --picky-developer for the samba-ctdb targetStefan Metzmacher2014-12-171-1/+1
* Revert "script/autobuild.py: build the samba target with --with-profiling-data"Stefan Metzmacher2014-12-161-1/+1
* script/autobuild.py: build the samba target with --with-profiling-dataStefan Metzmacher2014-12-151-1/+1
* script/autobuild.py: build 'samba' using --picky-developerStefan Metzmacher2014-11-251-1/+1
* Print number of slow tests from script rather than wscript.Jelmer Vernooij2014-11-241-0/+2
* Rewrite show_test_time in python and support --limit argument.Jelmer Vernooij2014-11-191-19/+39
* script: fix display of ten slowest tests if < 10 tests are run.Michael Adam2014-10-301-1/+1
* script/show_testsuite_time: error out if number argument is not a decimal numberMichael Adam2014-10-301-0/+3
* autobuild: check whether ctdbd has been installed in the samba-ctdb targetMichael Adam2014-10-281-0/+1
* autobuild: adapt samba-ctdb target does not need a separate ctdb build any moreMichael Adam2014-10-281-6/+1
* scripts: Allow to specify a limit on the number of tests reportedMatthieu Patou2014-10-171-2/+8
* script/autobuild.py: remove explicit --with-perl-*-install-dir optionsStefan Metzmacher2014-09-051-6/+3
* autobuild: fix ctdb build of samba-ctdb target after switch to waf.Michael Adam2014-06-211-2/+1
* autobuild: Remove unsupported --enable-socket-wrapper option from the "ctdb" ...Amitay Isaacs2014-06-201-1/+1
* autobuild: Don't need autogen.sh anymore in the "ctdb" target.Amitay Isaacs2014-06-201-1/+0
* autobuild: fix samba-ctdb samba build to pick up right tdbMichael Adam2014-06-171-1/+1
* autobuild: add cflags and ldflags to find locally installed tdbMichael Adam2014-06-171-1/+1
* script/autobuild: make use of --with-perl-{arch,lib}-install-dirStefan Metzmacher2014-05-091-1/+3
* script/autobuild: use --force-rebase optionStefan Metzmacher2014-03-131-2/+2
* autobuild: Set perl vendorlib direcotry.Andreas Schneider2014-03-061-3/+4
* autobuild: Run "make dist" to ensure non-waf docs build is runAndrew Bartlett2014-03-041-1/+2
* param: change s3_param.h from a generated file to a static oneGarming Sam2014-02-201-31/+2
* param: remove generated loadparm ctx table file and include it directlyGarming Sam2014-02-201-27/+2
* param: use loadparm_globals struct instead of lp function pointers in s3_helpersGarming Sam2014-02-201-34/+3
* lib/param: handle non-constant strings properly by passing in a memory contextGarming Sam2014-02-201-13/+18
* param: use generate_param.py to generate loadparm_ctx_table.cGarming Sam2014-02-121-139/+0
* param: use generate_param.py to generate s3_param.hGarming Sam2014-02-121-193/+0
* param: use generate_param.py to generate param_global.hGarming Sam2014-02-121-206/+0
* param: use generate_param.py to generate param_proto.hGarming Sam2014-02-121-199/+0
* lib/param: update generate_param.py to generate more of loadparmGarming Sam2014-02-121-24/+259