Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Minor cleanup to Debian packaging #11269

Merged
merged 5 commits into from Nov 7, 2021
Merged

Commits on Nov 7, 2021

  1. Remove unused Vagrant scripts

    Signed-off-by: Dan Callahan <danc@element.io>
    callahad committed Nov 7, 2021
    Copy the full SHA
    cc7f50c View commit details
    Browse the repository at this point in the history
  2. Change package Architecture to any

    Signed-off-by: Dan Callahan <danc@element.io>
    callahad committed Nov 7, 2021
    Copy the full SHA
    13f43fe View commit details
    Browse the repository at this point in the history
  3. 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.
    
    Signed-off-by: Dan Callahan <danc@element.io>
    callahad committed Nov 7, 2021
    Copy the full SHA
    51a7c9e View commit details
    Browse the repository at this point in the history
  4. 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>
    callahad committed Nov 7, 2021
    Copy the full SHA
    b8d2373 View commit details
    Browse the repository at this point in the history
  5. Newsfragment

    Signed-off-by: Dan Callahan <danc@element.io>
    callahad committed Nov 7, 2021
    Copy the full SHA
    64aa44d View commit details
    Browse the repository at this point in the history