summaryrefslogtreecommitdiff
path: root/script
Commit message (Expand)AuthorAgeFilesLines
* autobuild: fix quoting of --restrict-testsJamie McClymont2018-01-051-1/+1
* tests: replace traffic_summary test with python blackbox testGary Lockyer2017-08-173-5065/+0
* scripts: Scripts to replay and generate samba trafficGary Lockyer2017-08-172-0/+425
* traffic_summary: avoid uninitialised variable warningDouglas Bagnall2017-08-171-1/+1
* autobuild: Use new selftest.pl feature to run only some environmentsAndrew Bartlett2017-06-301-3/+3
* autobuild: Do not require cmocka to be installed for samba-libs to buildAndrew Bartlett2017-04-191-1/+1
* lib: Add pam_wrapper 1.0.3Andreas Schneider2017-04-071-0/+1
* script/compare_cc_results.py: ignore all LIB*_WRAPPER_SO_PATH valuesStefan Metzmacher2017-04-071-3/+8
* autobuild: Stop waf uninstall from removing test_tmpdirMartin Schwenke2017-03-211-0/+5
* autobuild: Add nopython environment to test --disable-python builds (but with...Andrew Bartlett2017-03-101-1/+17
* scripts/traffic_summary: documentation typoDouglas Bagnall2017-03-101-1/+1
* script: Add test script for traffic_summary.plGary Lockyer2017-03-011-0/+47
* script: Add script to provide an anonymous summary from tsharkGary Lockyer2017-03-011-0/+707
* script: Add test data for traffic_summary.plGary Lockyer2017-03-012-0/+5018
* script/autobuild.py: ignore missing test_tmpdirStefan Metzmacher2017-02-211-1/+1
* script/autobuild.py: try to make TMPDIR handling more verboseStefan Metzmacher2017-01-121-4/+7
* script/autobuild.py: add a do_print() wrapper function that flushes after eac...Stefan Metzmacher2017-01-121-18/+23
* script/autobuild.py: export PYTHONUNBUFFERED=1Stefan Metzmacher2017-01-121-0/+2
* script/autobuild.py: cleanup the task subdirs when they're done.Stefan Metzmacher2017-01-121-0/+4
* script/autobuild.py: use --enable-developer and --picky-developer for the ctd...Stefan Metzmacher2017-01-121-1/+2
* script/release.sh: fix off by 1 error in announce.${tagname}.mail.txt creationStefan Metzmacher2017-01-121-2/+3
* script/autobuild.py: try make test TESTS=samba3.*ktest for samba-systemkrb5Stefan Metzmacher2017-01-101-1/+1
* script/autobuild.py: create tmpdir for each try and export it as TMPDIRStefan Metzmacher2016-12-171-0/+4
* script/autobuild.py: cleanup testbase/prefix before each retryStefan Metzmacher2016-12-171-1/+3
* script/autobuild.py: remove pointless mkdir/rmdir commandsStefan Metzmacher2016-12-171-2/+0
* script/autobuild.py: don't add subdirs of testbase to cleanup_listStefan Metzmacher2016-12-171-3/+0
* autobuild: add system-mitkrb5 build environment.Günther Deschner2016-09-291-1/+16
* script/release.sh: use 8 byte gpg key idsStefan Metzmacher2016-09-021-6/+6
* autobuild: disable abi check on O3 buildDouglas Bagnall2016-08-311-1/+1
* autobuild --restrict-tests to test a restricted setDouglas Bagnall2016-08-311-1/+20
* autobuild: remove unused argumentDouglas Bagnall2016-08-311-2/+2
* script/autobuild.py: include the branch name in the outputStefan Metzmacher2016-08-111-5/+5
* script/autobuild.py: check for AUTOBUILD_SKIP_SAMBA_O3 environment variableStefan Metzmacher2016-08-041-0/+3
* autobuild: Don't compare socket wrapper so_path for xc checkMichael Adam2016-07-111-1/+2
* autobuild: run the samba-o3 target by defaultMichael Adam2016-05-131-1/+1
* autobuild: add a target samba-o3 that is built with -O3Michael Adam2016-05-131-0/+9
* autobuild: fix typo in autobuild success subject lineGarming Sam2016-05-051-1/+1
* autobuild: Return the last 50 log linesGarming Sam2016-05-031-1/+18
* Revert "autobuild: Return the last 50 log lines"Stefan Metzmacher2016-03-231-12/+1
* autobuild: Return the last 50 log linesGarming Sam2016-03-221-1/+12
* script/release.sh: generate announce.${tagname}.patch.txt in announcement_sam...Karolin Seeger2016-02-151-0/+34
* script/release.sh: improve error messages if the tag verification failsKarolin Seeger2016-02-151-2/+8
* script/autobuild.py: use --extra-python=/usr/bin/python3 by defaultStefan Metzmacher2016-02-151-6/+12
* autobuild: Use make -j on samba-libs/samba-static build as wellAndrew Bartlett2016-01-051-4/+4
* autobuild: Put the static build in another stanzaAndrew Bartlett2016-01-051-7/+9
* autobuild: Use cp --recursive --link --archiveAndrew Bartlett2016-01-051-4/+7
* autobuild: Give a clearer failure messageAndrew Bartlett2016-01-051-0/+18
* script/autobuild.py: exclude !pytalloc-util and !pyldb-util from bundling in ...Stefan Metzmacher2015-10-311-1/+1
* autobuild: Confirm we can build without --enable-developerAndrew Bartlett2015-10-231-4/+5
* script/release.sh: make it possible to create stable .x releases (x >= 1)Stefan Metzmacher2015-10-211-131/+352