0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-13 08:08:57 +02:00
synapse/scripts-dev
Richard van der Hoff 8078dec3be
Fix exit code for check_line_terminators.sh (#7970)
If there are *no* files with CRLF line endings, then the xargs exits with a
non-zero exit code (as expected), but then, since that is the last thing to
happen in the script, the script as a whole exits non-zero, making the whole
thing fail.

using `if/then/fi` instead of `&& (...)` means that the script exits with a
zero exit code.
2020-07-28 08:52:25 -04:00
..
build_debian_packages Remove Ubuntu Eoan that is now EOL (#7888) 2020-07-17 15:38:41 -04:00
check-newsfragment Check the changelog number in check-newsfragment (#7623) 2020-06-03 17:01:43 +01:00
check_line_terminators.sh Fix exit code for check_line_terminators.sh (#7970) 2020-07-28 08:52:25 -04:00
check_signature.py isort 5 compatibility (#7786) 2020-07-05 16:32:02 +01:00
config-lint.sh Use BSD-compatible in-place editing for sed. (#6887) 2020-02-12 07:02:19 -05:00
convert_server_keys.py remove builtins.buffer code from storage code 2020-05-15 19:37:41 +01:00
database-save.sh Acutally add scripts-dev/ 2015-05-06 11:46:02 +01:00
definitions.py Run Black. (#5482) 2019-06-20 19:32:02 +10:00
dump_macaroon.py Make scripts/ and scripts-dev/ pass pyflakes (and the rest of the codebase on py3) (#4068) 2018-10-20 11:16:55 +11:00
federation_client.py Replace all remaining six usage with native Python 3 equivalents (#7704) 2020-06-16 08:51:47 -04:00
generate_sample_config Automate generation of the sample and debian log configs (#6627) 2020-01-03 17:14:00 +00:00
hash_history.py Remove underscore from SQLBaseStore functions 2019-12-04 16:23:43 +00:00
lint.sh Lint the contrib/ directory in CI and linting scripts, add synctl to linting script (#7914) 2020-07-20 21:43:49 +01:00
list_url_patterns.py Run Black. (#5482) 2019-06-20 19:32:02 +10:00
make_full_schema.sh Add dev script to generate full SQL schema files (#6394) 2019-12-11 13:16:01 +00:00
next_github_number.sh Reduce the load on our CI (#3957) 2018-09-27 00:23:21 +10:00
sphinx_api_docs.sh Acutally add scripts-dev/ 2015-05-06 11:46:02 +01:00
tail-synapse.py Run Black. (#5482) 2019-06-20 19:32:02 +10:00
update_database Port synapse_port_db to async/await (#6718) 2020-01-21 19:04:58 +00:00