summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2023-08-16CI: Use Ubuntu 22.04 'jammy' to test Python 3.10Simon McVittie1-1/+1
2023-08-16CI: Consistently prevent dpkg from asking questionsSimon McVittie1-1/+1
2023-02-14CI: Stop editing /etc/apt/sources.listSimon McVittie1-5/+0
2023-01-20ci-install.sh: Roll back to an older version of ninja on EOL Debian 10wip/smcv/buildSimon McVittie1-2/+4
2023-01-20CI: Work around pypa/pip#11623 by installing ninja-build in the containerSimon McVittie1-0/+1
2023-01-20CI: Stop switching privilege levels, just do the build as uid 0Simon McVittie1-18/+3
2023-01-20CI: Remove vestigial support for launching our own Docker containerSimon McVittie3-41/+0
2023-01-20tools/ci-install.sh: Explicitly install adduserSimon McVittie1-0/+1
2022-09-06build: Include PKG-INFO, egg-info etc. in dist tarballs againSimon McVittie2-0/+44
2022-09-06setup.py: Build using Meson instead of Autotools by defaultSimon McVittie1-40/+5
2022-09-05CI: Exercise Meson buildSimon McVittie2-43/+76
2022-09-05Reinstate test coverage for pip install dbus-pythonSimon McVittie1-8/+20
2022-09-05CI: Collect build and test logsSimon McVittie1-8/+7
2022-09-05Add licensing information in REUSE formatSimon McVittie5-0/+10
2022-09-05CI: Speed up installationSimon McVittie1-2/+1
2021-09-15CI: Ensure we install into ${prefix}, even with Automake 1.16.4Simon McVittie1-0/+2
2021-09-15Remove support for Python 2Simon McVittie2-33/+9
2021-09-14CI: Disable documentation build with Python 3.10Simon McVittie1-1/+3
2021-07-19Remove Travis-CI integrationSimon McVittie1-24/+1
2020-01-14CI: Don't install tap.py for Python 2Simon McVittie1-2/+7
2019-11-21Run CI for Python 3.8Simon McVittie1-11/+31
2019-07-23Add Gitlab-CI integrationSimon McVittie1-2/+2
2019-07-23CI: Explicitly install python*-devSimon McVittie1-0/+1
2019-07-15CI: Use Debian 10 'buster' to test Python 3.7Simon McVittie1-0/+2
2019-07-15CI: Try to use a system copy of sphinx and tap.pySimon McVittie1-2/+40
2019-07-15Stop supporting Debian 8 'jessie' or Python 3.4Simon McVittie1-4/+4
2019-07-15Add clearer licensing information in SPDX formatSimon McVittie2-0/+4
2019-07-15Update CI build infrastructure from dbusSimon McVittie4-54/+188
2019-07-15Remove remaining support for Ubuntu 14.04 'trusty'Simon McVittie1-33/+0
2018-05-03Travis-CI: Use system Python to run pip for system PythonSimon McVittie1-0/+53
2018-01-29Require dbus 1.8Simon McVittie1-0/+4
2017-11-01Work around limitations of Python 2 distutils and AX_PYTHON_DEVELSimon McVittie1-0/+12
2017-11-01ci-build: Export PYTHON to make sure we get exactly that versionSimon McVittie1-1/+1
2017-11-01ci-build: Write out config.log after attempting configureSimon McVittie1-1/+6
2016-03-06ci-build: test the setup.py glue as well as the Autotools buildSimon McVittie1-0/+7
2016-03-06Add Travis-CI metadataSimon McVittie1-0/+117
2016-02-19check-coding-style: work in out-of-tree buildsSimon McVittie1-6/+6
2016-01-20Use non-recursive make for everything except testsSimon McVittie1-5/+0
2007-04-30tools/check-coding-style.mk: Work correctly with out-of-tree buildsSimon McVittie1-0/+1
2007-04-24Add optional checks for coding style (mainly whitespace at the moment).Simon McVittie5-0/+82
2006-12-18Switch to autotools and test with Python 2.5 as well as 2.4.Simon McVittie2-89/+0
2006-07-12* Add tests backJohn (J5) Palmieri2-0/+89