summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2019-07-29 15:33:32 +0100
committerAmber Brown <hawkowl@atleastfornow.net>2019-07-30 00:33:32 +1000
commit3b476f57679f21b1bff6c5c90f19e64eaca00fd7 (patch)
treeaae0c02522cf5993d67ffecb7d2836831d6ad0ca /changelog.d
parentMerge pull request #5780 from matrix-org/baboliver/loopingcall-args (diff)
downloadsynapse-3b476f57679f21b1bff6c5c90f19e64eaca00fd7.tar.xz
Fix debian packages for sid being called buster. (#5775)
* Fix debian packages for sid being called buster.

I don't know why the sid images return buster as its codename in
`lsb_release` but it does, so lets just grab the codename from the
distro we pass into dockerfile

* Newsfile
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/5775.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/5775.bugfix b/changelog.d/5775.bugfix
new file mode 100644
index 0000000000..b124897d80
--- /dev/null
+++ b/changelog.d/5775.bugfix
@@ -0,0 +1 @@
+Fix debian packaging scripts to correctly build sid packages.