index
:
delta/samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-2-stable
v4-2-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
git.samba.org: samba.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
script
/
autobuild.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
script/autobuild.py: make code more pythonic
Joe Guo
2019-06-20
1
-43
/
+31
*
script/autobuild.py: avoid nested try except block
Joe Guo
2019-06-20
1
-11
/
+12
*
script/autobuild.py: rm redundant empty str in options
Joe Guo
2019-06-20
1
-20
/
+20
*
script/autobuild.py: define cwd for builder and avoid chdir
Joe Guo
2019-06-20
1
-5
/
+3
*
script/autobuild.py: improve run_cmd with check_output
Joe Guo
2019-06-20
1
-4
/
+4
*
script/autobuild.py: add helper functions to simplify make test cmd
Joe Guo
2019-06-20
1
-120
/
+131
*
script/autobuild.py: replace random-sleep.sh with python function
Joe Guo
2019-06-20
1
-33
/
+39
*
script/autobuild.py: rm unused mime type text/plain in tasks
Joe Guo
2019-06-20
1
-294
/
+288
*
script/autobuild.py: fix tasks indent
Joe Guo
2019-06-20
1
-430
/
+467
*
autobuild: Fix autobuild for python3
Volker Lendecke
2019-06-18
1
-1
/
+1
*
script/autobuild.py: define LCOV_CMD and run it after each make test
Joe Guo
2019-05-10
1
-2
/
+35
*
script/autobuild.py: add ENABLE_COVERAGE placeholder in configure cmd option
Joe Guo
2019-05-10
1
-10
/
+10
*
script/autobuild.py: replace more placeholders in cmds for coverage
Joe Guo
2019-05-10
1
-0
/
+4
*
script/autobuild.py: add --enable-coverage option
Joe Guo
2019-05-10
1
-0
/
+3
*
script/autobuild.py: mv optionparse to top
Joe Guo
2019-05-10
1
-53
/
+53
*
script/autobuild.py: mv find_git_root and gitroot to top
Joe Guo
2019-05-10
1
-14
/
+16
*
script/autobuild.py: rename sdir to test_source_dir
Joe Guo
2019-05-10
1
-7
/
+7
*
autobuild: Build also Samba AD with MIT Kerberos
Andreas Schneider
2019-04-25
1
-1
/
+1
*
waf: build: Respect --disable-python for third_party modules
Lutz Justen
2019-04-24
1
-0
/
+2
*
selftest: rename schemaupgrade_dc (+pair) to schema_dc
Garming Sam
2019-04-12
1
-4
/
+4
*
selftest: split schemaupgrade testenv out
Aaron Haslett
2019-04-11
1
-0
/
+14
*
autobuild: attempt authenticated email if environment suggests it
Douglas Bagnall
2019-04-05
1
-0
/
+6
*
autobuild: try to distribute the tasks a bit more
Stefan Metzmacher
2019-02-27
1
-21
/
+21
*
autobuild: spread ad-dc tests over 6 autobuild/ci separate tasks/jobs
Stefan Metzmacher
2019-02-27
1
-12
/
+62
*
autobuild: add samba-ad-member task
Stefan Metzmacher
2019-02-27
1
-3
/
+15
*
autobuild: run ad_dc_backup tests in samba-ad-dc-backup
Stefan Metzmacher
2019-02-27
1
-3
/
+2
*
autobuild: move maptoguest and simpleserver to 'samba-fileserver'
Stefan Metzmacher
2019-02-27
1
-1
/
+7
*
autobuild: move nt4_dc_schannel out of 'samba'
Stefan Metzmacher
2019-02-27
1
-1
/
+6
*
selftest:Samba4: add ad_dc_backup alias to ad_dc
Stefan Metzmacher
2019-02-27
1
-0
/
+2
*
selftest:Samba4: add ad_dc_default alias to ad_dc_ntvfs
Stefan Metzmacher
2019-02-27
1
-0
/
+2
*
selftest:Samba4: add ad_dc_slowtests alias to ad_dc_ntvfs
Stefan Metzmacher
2019-02-27
1
-0
/
+2
*
selftest:Samba4: add fl2008dc as alias to ad_dc_ntvfs
Stefan Metzmacher
2019-02-27
1
-2
/
+5
*
selftest: Add basic sanity-check tests for nopython target
Tim Beale
2019-02-20
1
-0
/
+2
*
autobuild: Drop 'py2' flag
Tim Beale
2019-02-15
1
-9
/
+2
*
autobuild: Replace samba-buildpy2-only with samba-nopython-py2
Tim Beale
2019-02-15
1
-8
/
+32
*
autobuild: Remove ${EXTRA_PYTHON} variable
Tim Beale
2019-02-15
1
-17
/
+8
*
autobuild: Tidy up unnecessary line-breaks in 'TESTS='
Tim Beale
2019-02-15
1
-21
/
+10
*
autobuild: Remove the PY3_ONLY variable
Tim Beale
2019-02-15
1
-13
/
+10
*
autobuild: Update variable name to make more sense
Tim Beale
2019-02-15
1
-4
/
+4
*
autobuild: Drop py2 autobuild jobs
Tim Beale
2019-02-15
1
-6
/
+0
*
script/autobuild.py: add 'lsb_release -a' and 'mount' to system-info.txt
Stefan Metzmacher
2019-02-14
1
-0
/
+2
*
CI: split out "samba-ad-dc-ntvfs[-py2]" test targets
Ralph Boehme
2019-02-11
1
-6
/
+20
*
autobuild: Split backup/restore testenvs out into separate job
Tim Beale
2019-02-05
1
-0
/
+12
*
autobuild: convert top_commit_msg to str for Py 3
Douglas Bagnall
2018-12-12
1
-0
/
+1
*
autobuild: py3: cope with bytes when compiling system-info.txt
Douglas Bagnall
2018-12-12
1
-3
/
+8
*
autobuild: We should run autobuild with python3 by default
Noel Power
2018-12-10
1
-1
/
+1
*
autobuild: Convert old py3 tasks to py2
Noel Power
2018-12-10
1
-8
/
+8
*
autobuild: Adjust autobuild for PY2/PY3 get_python_lib behaviour
Noel Power
2018-12-10
1
-4
/
+4
*
autobuild: Modify old samba_buildpy3_only job to python2
Noel Power
2018-12-10
1
-6
/
+6
*
autobuild: Remove temporary purepy3 tasks
Noel Power
2018-12-10
1
-82
/
+0
[next]