summaryrefslogtreecommitdiff
path: root/script/autobuild.py
Commit message (Expand)AuthorAgeFilesLines
* autobuild: Fix random-sleep.sh invocation in autobuild.pyAndrew Bartlett2018-07-051-11/+13
* autobuild: Build samba-fileserver --without-json-auditAndrew Bartlett2018-06-261-1/+1
* autobuild: cover the Gentoo case with python disabled all down the stackAndrew Bartlett2018-05-251-4/+28
* autobuild: Include information of disk free in system-info.txtAndrew Bartlett2018-05-241-1/+2
* autobuild: build ldb --without-ldb-lmdbAndrew Bartlett2018-05-231-0/+3
* autobuild: do not try to send email to no recipientDouglas Bagnall2018-05-051-0/+5
* autobuild: add compiler version to results tarballDouglas Bagnall2018-05-051-1/+1
* autobuild: Extend build combinations tested to include --without-ldapAndrew Bartlett2018-05-031-2/+2
* autobuild: Run all envs that depend on ad_dc in the ad_dc jobAndrew Bartlett2018-03-271-1/+12
* autobuild: Split up the build further with samba-ad-dc-2Andrew Bartlett2018-03-271-0/+12
* autobuild: Try and test different configure options for new environmentsAndrew Bartlett2018-03-271-1/+1
* autobuild: Remove fileserver tests from the main buildAndrew Bartlett2018-03-271-1/+12
* autobuild: Run all "ad_dc" environment tests in samba-ad-dcAndrew Bartlett2018-03-271-1/+11
* autobuild: Run nt4_dc and nt4_member tests in parallelAndrew Bartlett2018-03-271-3/+14
* autobuild: Move "none" environment to samba-none-envAndrew Bartlett2018-03-231-1/+14
* script: convert print func to be py2/py3 compatibleNoel Power2018-03-231-6/+7
* autobuild: Move defaulttasks to one-per-lineAndrew Bartlett2018-03-221-1/+15
* selftest and autrobuild: convert 'except X, e' to 'except X as e'Douglas Bagnall2018-02-151-1/+1
* autobuild: fix quoting of --restrict-testsJamie McClymont2018-01-051-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
* 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
* 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/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
* 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: 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/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