- Nov 17, 2021
-
- Nov 16, 2021
-
-
Andrew Morgan authored
-
- Nov 10, 2021
-
-
Olivier Wilkinson (reivilibre) authored
-
Olivier Wilkinson (reivilibre) authored
-
Olivier Wilkinson (reivilibre) authored
-
- Nov 09, 2021
-
-
Olivier Wilkinson (reivilibre) authored
-
- Nov 08, 2021
-
-
Dan Callahan authored
Signed-off-by:
Dan Callahan <danc@element.io>
-
- Nov 07, 2021
-
-
Dan Callahan authored
* Remove unused Vagrant scripts * Change package Architecture to any * Preinstall the wheel package when building venvs. Addresses the following warnings during Debian builds: Using legacy 'setup.py install' for jaeger-client, since package 'wheel' is not installed. Using legacy 'setup.py install' for matrix-synapse-ldap3, since package 'wheel' is not installed. Using legacy 'setup.py install' for opentracing, since package 'wheel' is not installed. Using legacy 'setup.py install' for psycopg2, since package 'wheel' is not installed. Using legacy 'setup.py install' for systemd-python, since package 'wheel' is not installed. Using legacy 'setup.py install' for pympler, since package 'wheel' is not installed. Using legacy 'setup.py install' for threadloop, since package 'wheel' is not installed. Using legacy 'setup.py install' for thrift, since package 'wheel' is not installed. * Allow /etc/default/matrix-synapse to be missing Per the systemd.exec manpage, prefixing an EnvironmentFile with "-": > indicates that if the file does not exist, it will not be read and no > error or warning message is logged. Signed-off-by:
Dan Callahan <danc@element.io>
-
- Nov 02, 2021
-
-
Erik Johnston authored
-
- Oct 27, 2021
-
-
Richard van der Hoff authored
Fixes a problem where `impish` packages could not be processed by `reprepro`.
-
- Oct 26, 2021
-
-
Sean Quah authored
-
- Oct 22, 2021
-
-
Dan Callahan authored
Signed-off-by:
Dan Callahan <danc@element.io>
-
Dan Callahan authored
Use $(...) notation instead of legacy backticked `...`. https://github.com/koalaman/shellcheck/wiki/SC2006 Signed-off-by:
Dan Callahan <danc@element.io>
-
Dan Callahan authored
Double quote to prevent globbing and word splitting. https://github.com/koalaman/shellcheck/wiki/SC2086 Signed-off-by:
Dan Callahan <danc@element.io>
-
Dan Callahan authored
Use find instead of ls to better handle non-alphanumeric filenames. https://github.com/koalaman/shellcheck/wiki/SC2012 Signed-off-by:
Dan Callahan <danc@element.io>
-
Dan Callahan authored
Expressions don't expand in single quotes, use double quotes for that. https://github.com/koalaman/shellcheck/wiki/SC2016 This specifically warned about the '$aregis...' part of the sed script. Which is a relatively obscure use of sed. Splitting this into two commands makes its intent more obvious and avoids contravening Shellcheck's lints. Signed-off-by:
Dan Callahan <danc@element.io>
-
Dan Callahan authored
Not following: (error message here) https://github.com/koalaman/shellcheck/wiki/SC1091 Signed-off-by:
Dan Callahan <danc@element.io>
-
Dan Callahan authored
Use single quotes, otherwise this expands now rather than when signalled. https://github.com/koalaman/shellcheck/wiki/SC2064 Signed-off-by:
Dan Callahan <danc@element.io>
-
Dan Callahan authored
Quote this to prevent word splitting https://www.shellcheck.net/wiki/SC2046 Signed-off-by:
Dan Callahan <danc@element.io>
-
- Oct 20, 2021
-
-
Sean Quah authored
-
- Oct 19, 2021
-
-
David Robertson authored
-
- Oct 14, 2021
-
-
David Robertson authored
-
- Oct 12, 2021
-
-
Brendan Abolivier authored
-
- Oct 06, 2021
-
-
Nick Barrett authored
Signed-off-by:
Nick Barrett <nick@beeper.com>
-
- Oct 05, 2021
-
- Oct 04, 2021
-
- Sep 30, 2021
-
- Sep 28, 2021
-
-
Erik Johnston authored
-
- Sep 21, 2021
-
-
David Robertson authored
-
- Sep 17, 2021
-
-
David Robertson authored
-
- Sep 14, 2021
-
-
Andrew Morgan authored
-
- Sep 07, 2021
-
-
Azrenbeth authored
-
- Sep 06, 2021
-
-
Brendan Abolivier authored
-
- Sep 01, 2021
-
-
Olivier Wilkinson (reivilibre) authored
-
- Aug 31, 2021
-
- Aug 24, 2021
-
-
Erik Johnston authored
-
- Aug 18, 2021
-
-
Erik Johnston authored
-
- Aug 10, 2021
-
- Aug 09, 2021
-
- Aug 04, 2021
-
-
Brendan Abolivier authored
-