summaryrefslogtreecommitdiff
path: root/script
AgeCommit message (Expand)AuthorFilesLines
2019-06-20script/autobuild.py: make code more pythonicJoe Guo1-43/+31
2019-06-20script/autobuild.py: avoid nested try except blockJoe Guo1-11/+12
2019-06-20script/autobuild.py: rm redundant empty str in optionsJoe Guo1-20/+20
2019-06-20script/autobuild.py: define cwd for builder and avoid chdirJoe Guo1-5/+3
2019-06-20script/autobuild.py: improve run_cmd with check_outputJoe Guo1-4/+4
2019-06-20script/autobuild.py: add helper functions to simplify make test cmdJoe Guo1-120/+131
2019-06-20script/autobuild.py: replace random-sleep.sh with python functionJoe Guo2-58/+39
2019-06-20script/autobuild.py: rm unused mime type text/plain in tasksJoe Guo1-294/+288
2019-06-20script/autobuild.py: fix tasks indentJoe Guo1-430/+467
2019-06-18autobuild: Fix autobuild for python3Volker Lendecke1-1/+1
2019-05-10script/autobuild.py: define LCOV_CMD and run it after each make testJoe Guo1-2/+35
2019-05-10script/autobuild.py: add ENABLE_COVERAGE placeholder in configure cmd optionJoe Guo1-10/+10
2019-05-10script/autobuild.py: replace more placeholders in cmds for coverageJoe Guo1-0/+4
2019-05-10script/autobuild.py: add --enable-coverage optionJoe Guo1-0/+3
2019-05-10script/autobuild.py: mv optionparse to topJoe Guo1-53/+53
2019-05-10script/autobuild.py: mv find_git_root and gitroot to topJoe Guo1-14/+16
2019-05-10script/autobuild.py: rename sdir to test_source_dirJoe Guo1-7/+7
2019-05-01script/attr_count_read: load and correlate all dataDouglas Bagnall1-11/+183
2019-05-01dsdb/modules: a module to count attribute searches and resultsDouglas Bagnall1-0/+27
2019-05-01traffic: load dns query from file and write stats to fileJoe Guo1-0/+3
2019-04-30traffic_replay: Avoid Exception if no packet rate is specifiedTim Beale1-0/+4
2019-04-30traffic_replay: Assign users to groups by defaultTim Beale1-1/+10
2019-04-25autobuild: Build also Samba AD with MIT KerberosAndreas Schneider1-1/+1
2019-04-24waf: build: Respect --disable-python for third_party modulesLutz Justen2-0/+11
2019-04-12selftest: rename schemaupgrade_dc (+pair) to schema_dcGarming Sam1-4/+4
2019-04-11selftest: split schemaupgrade testenv outAaron Haslett1-0/+14
2019-04-05autobuild: attempt authenticated email if environment suggests itDouglas Bagnall1-0/+6
2019-02-27autobuild: try to distribute the tasks a bit moreStefan Metzmacher1-21/+21
2019-02-27autobuild: spread ad-dc tests over 6 autobuild/ci separate tasks/jobsStefan Metzmacher1-12/+62
2019-02-27autobuild: add samba-ad-member taskStefan Metzmacher1-3/+15
2019-02-27autobuild: run ad_dc_backup tests in samba-ad-dc-backupStefan Metzmacher1-3/+2
2019-02-27autobuild: move maptoguest and simpleserver to 'samba-fileserver'Stefan Metzmacher1-1/+7
2019-02-27autobuild: move nt4_dc_schannel out of 'samba'Stefan Metzmacher1-1/+6
2019-02-27selftest:Samba4: add ad_dc_backup alias to ad_dcStefan Metzmacher1-0/+2
2019-02-27selftest:Samba4: add ad_dc_default alias to ad_dc_ntvfsStefan Metzmacher1-0/+2
2019-02-27selftest:Samba4: add ad_dc_slowtests alias to ad_dc_ntvfsStefan Metzmacher1-0/+2
2019-02-27selftest:Samba4: add fl2008dc as alias to ad_dc_ntvfsStefan Metzmacher1-2/+5
2019-02-20selftest: Add basic sanity-check tests for nopython targetTim Beale1-0/+2
2019-02-15autobuild: Drop 'py2' flagTim Beale1-9/+2
2019-02-15autobuild: Replace samba-buildpy2-only with samba-nopython-py2Tim Beale1-8/+32
2019-02-15autobuild: Remove ${EXTRA_PYTHON} variableTim Beale1-17/+8
2019-02-15autobuild: Tidy up unnecessary line-breaks in 'TESTS='Tim Beale1-21/+10
2019-02-15autobuild: Remove the PY3_ONLY variableTim Beale1-13/+10
2019-02-15autobuild: Update variable name to make more senseTim Beale1-4/+4
2019-02-15autobuild: Drop py2 autobuild jobsTim Beale1-6/+0
2019-02-14script/autobuild.py: add 'lsb_release -a' and 'mount' to system-info.txtStefan Metzmacher1-0/+2
2019-02-11CI: split out "samba-ad-dc-ntvfs[-py2]" test targetsRalph Boehme1-6/+20
2019-02-05autobuild: Split backup/restore testenvs out into separate jobTim Beale1-0/+12
2019-01-23traffic: rm --scale-traffic default valueJoe Guo1-1/+1
2019-01-17generate_param.py: Use C99 initializer for last element in param tableAndreas Schneider1-1/+1