summaryrefslogtreecommitdiff
path: root/script/autobuild.py
Commit message (Expand)AuthorAgeFilesLines
* autobuild: Drop py2 autobuild jobsTim Beale2019-02-151-6/+0
* script/autobuild.py: add 'lsb_release -a' and 'mount' to system-info.txtStefan Metzmacher2019-02-141-0/+2
* CI: split out "samba-ad-dc-ntvfs[-py2]" test targetsRalph Boehme2019-02-111-6/+20
* autobuild: Split backup/restore testenvs out into separate jobTim Beale2019-02-051-0/+12
* autobuild: convert top_commit_msg to str for Py 3Douglas Bagnall2018-12-121-0/+1
* autobuild: py3: cope with bytes when compiling system-info.txtDouglas Bagnall2018-12-121-3/+8
* autobuild: We should run autobuild with python3 by defaultNoel Power2018-12-101-1/+1
* autobuild: Convert old py3 tasks to py2Noel Power2018-12-101-8/+8
* autobuild: Adjust autobuild for PY2/PY3 get_python_lib behaviourNoel Power2018-12-101-4/+4
* autobuild: Modify old samba_buildpy3_only job to python2Noel Power2018-12-101-6/+6
* autobuild: Remove temporary purepy3 tasksNoel Power2018-12-101-82/+0
* CI: Add new (TEMP) pure python3 autobuild jobs for samba-build & samba-nt4Noel Power2018-12-101-0/+39
* script: Add new (temporary) pure python3 ad-dc testNoel Power2018-12-101-0/+15
* autobuild: Add _FORTIFY_SOURCE=2 to the -O3 buildAndreas Schneider2018-11-281-1/+1
* script: Add new (temporary) pure python3 ad-dc-2 testNoel Power2018-11-141-0/+18
* autobuild: remove unused variablesDouglas Bagnall2018-11-011-2/+0
* CI/Autobuild: Remove samba-none-env-py3 testNoel Power2018-10-231-1/+0
* script: Add new (temporary) autobuild task for none-env tests.Noel Power2018-10-231-0/+13
* script: add new autobuild task for building pure python3Noel Power2018-09-281-0/+8
* turn --with-json-audit into global --with-jsonPhilipp Gesang2018-09-261-1/+1
* script/autobuild: Fix formatting in send_emailAlexander Bokovoy2018-09-051-1/+1
* script/autobuild: re-use CACHE_SUFFIX from waflibAlexander Bokovoy2018-09-051-1/+11
* script/autobuild: use --out instead of -b when calling configureThomas Nagy2018-09-051-2/+2
* build:wafsamba: detail where we are processing the autobuildThomas Nagy2018-09-051-2/+2
* autobuild: Avoid subshell for tail -f invocationAndrew Bartlett2018-08-291-5/+5
* autobuild: use close_fds=True to avoid *.stderr and *.stdout inheriting into ...Andrew Bartlett2018-08-291-2/+3
* autobuild: Move backup/restore environments into to samba-ad-dc-2 autobuild jobAndrew Bartlett2018-08-291-2/+15
* autobuild: Move ad_dc_no_nss into to samba-ad-dc-2 autobuild jobAndrew Bartlett2018-08-291-1/+5
* autobuild: Reduce duplication of task list in autobuildAndrew Bartlett2018-08-291-32/+6
* autobuild: Implement a split python2 and python2 build patternAndrew Bartlett2018-08-291-28/+59
* autobuild: Fix -py3 support to look in tasks (the table with the tests) not t...Andrew Bartlett2018-08-271-1/+1
* autobuild: Allow automatic handling of autobuild tasks ending in -py3Andrew Bartlett2018-08-251-2/+9
* PEP8: improve spacing around colonsDouglas Bagnall2018-08-241-10/+10
* PEP8: fix E401: multiple imports on one lineJoe Guo2018-08-241-1/+4
* PEP8: fix E305: expected 2 blank lines after class or function definition, fo...Joe Guo2018-08-241-0/+1
* PEP8: fix E302: expected 2 blank lines, found 1Joe Guo2018-08-241-0/+7
* PEP8: fix E261: at least two spaces before inline commentJoe Guo2018-08-241-4/+4
* PEP8: fix E251: unexpected spaces around keyword / parameter equalsJoe Guo2018-08-241-3/+3
* PEP8: fix E231: missing whitespace after ','Joe Guo2018-08-241-2/+2
* PEP8: fix E226: missing whitespace around arithmetic operatorJoe Guo2018-08-241-1/+1
* PEP8: fix E225: missing whitespace around operatorJoe Guo2018-08-241-1/+1
* PEP8: fix E222: multiple spaces after operatorJoe Guo2018-08-241-1/+1
* PEP8: fix E203: whitespace before ':'Joe Guo2018-08-241-37/+37
* PEP8: fix E202: whitespace before ')'Joe Guo2018-08-241-24/+24
* PEP8: fix E201: whitespace after '('Joe Guo2018-08-241-14/+14
* PEP8: fix E128: continuation line under-indented for visual indentJoe Guo2018-08-241-10/+10
* PEP8: fix E123: closing bracket does not match indentation of opening bracket...Joe Guo2018-08-241-2/+2
* PEP8: fix E122: continuation line missing indentation or outdentedJoe Guo2018-08-241-1/+1
* PEP8: fix E121: continuation line under-indented for hanging indentJoe Guo2018-08-241-1/+1
* autobuild: Test with and without building bundled poptAndrew Bartlett2018-07-281-2/+2