diff options
author | David Robertson <davidr@element.io> | 2022-03-02 19:22:44 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-02 19:22:44 +0000 |
commit | 11282ade1d8deeafa042a639e2685472d6347e69 (patch) | |
tree | abbda189d9e5ccbf17501c5e553d7c48ade6680b | |
parent | Add suffices to scripts in scripts-dev (#12137) (diff) | |
download | synapse-11282ade1d8deeafa042a639e2685472d6347e69.tar.xz |
Move the `snapcraft` configuration to `contrib`. (#12142)
* 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
-rw-r--r-- | MANIFEST.in | 1 | ||||
-rw-r--r-- | changelog.d/12142.misc | 1 | ||||
-rw-r--r-- | contrib/snap/snapcraft.yaml (renamed from snap/snapcraft.yaml) | 0 |
3 files changed, 1 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index 7e903518e1..f1e295e583 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -52,5 +52,4 @@ prune contrib prune debian prune demo/etc prune docker -prune snap prune stubs diff --git a/changelog.d/12142.misc b/changelog.d/12142.misc new file mode 100644 index 0000000000..5d09f90b52 --- /dev/null +++ b/changelog.d/12142.misc @@ -0,0 +1 @@ +Move the snapcraft configuration file to `contrib`. \ No newline at end of file diff --git a/snap/snapcraft.yaml b/contrib/snap/snapcraft.yaml index dd4c8478d5..dd4c8478d5 100644 --- a/snap/snapcraft.yaml +++ b/contrib/snap/snapcraft.yaml |