summary refs log tree commit diff
path: root/tests/test_test_utils.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-01-12moar plusses!Richard van der Hoff1-2/+2
turns out that 0.34.1.1+1 comes before 0.34.1.1+bionic (etc). The version may only contain "~ 0-9 A-Z a-z + - ." (sorting in that order). Option 1: replace "+" with something that sorts after +. Options are "-" (but dpkg-source complains about that) or "." (but that would mean we couldn't distinguish packaging-only changes from real changes). Option 2: stick with + and just find something that sorts after 'xenial'. The only options there are "-", "." (same problems as before), "z", and "+". Hence, ++1. Sorry.
2019-01-12Rewrite build_debian_packages github/release-v0.34.1.1 release-v0.34.1.1Richard van der Hoff2-46/+154
Rewrite this in python so that it can be run in parallel.
2019-01-12Silence travis-ci build warnings by removing non-functional python3.6 (#4377)Richard van der Hoff2-0/+8
* Remove non-functional python3.6 in travis env * changelog
2019-01-12Remove duplicates in the user_ips table and add an index (#4370)Amber Brown4-4/+164
2019-01-11s/Breaks/Conflicts/ in debian/controlRichard van der Hoff2-3/+9
Otherwise people can't upgrade from matrix-synapse without removing it first
2019-01-11changelog, for debianAmber Brown1-0/+6
2019-01-11changelog v0.34.1.1Amber Brown2-1/+14
2019-01-11versionAmber Brown1-1/+1
2019-01-10changelogRichard van der Hoff2