summary refs log tree commit diff
path: root/snap (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move the `snapcraft` configuration to `contrib`. (#12142)David Robertson2022-03-021-57/+0
| | | | | | | | | * Move the `snapcraft` configuration to `contrib`. We're happy for people to package this as a snap image if it's useful, but we don't support or maintain it. I'd like to move the config to `contrib` to reflect this state of affairs. * Changelog
* Move scripts directory inside synapse, exposing as setuptools entry_points ↵David Robertson2022-03-021-1/+1
| | | | | | | | | | | | (#12118) * Two scripts are basically entry_points already * Move and rename scripts/* to synapse/_scripts/*.py * Delete sync_room_to_group.pl * Expose entry points in setup.py * Update linter script and config * Fixup scripts & docs mentioning scripts that moved Co-authored-by: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com>
* Added explicit Python build tools to snap requirements (#7213)James2020-04-171-0/+4
| | | Signed-off-by: James Hebden <james@ec0.io>
* Expose common commands via snap run interface to allow easier invocation (#6315)James2020-02-271-5/+16
| | | | | Signed-off-by: James Hebden <james@ec0.io>
* Add optional python dependencies to snap packaging (#6317)James2019-11-141-0/+20
| | | Signed-off-by: James Hebden <james@ec0.io>
* Add snapcraft packaging information (#6084)James2019-10-101-0/+22