mirror of
https://github.com/chatmail/relay.git
synced 2026-05-20 21:08:03 +00:00
@missytake and me both tested the deployment manually, so I'll merge
This commit is contained in:
committed by
GitHub
parent
76b56d7b78
commit
2b5b06316d
@@ -2,6 +2,9 @@
|
|||||||
|
|
||||||
## untagged
|
## untagged
|
||||||
|
|
||||||
|
- fix writing of multiple obs repositories in `/etc/apt/sources.list`
|
||||||
|
([#272](https://github.com/deltachat/chatmail/issues/272))
|
||||||
|
|
||||||
- metadata: add support for `/shared/vendor/deltachat/irohrelay`
|
- metadata: add support for `/shared/vendor/deltachat/irohrelay`
|
||||||
([#284](https://github.com/deltachat/chatmail/pull/284))
|
([#284](https://github.com/deltachat/chatmail/pull/284))
|
||||||
|
|
||||||
|
|||||||
@@ -498,6 +498,7 @@ def deploy_chatmail(config_path: Path) -> None:
|
|||||||
name="Add DeltaChat OBS home repository to sources.list",
|
name="Add DeltaChat OBS home repository to sources.list",
|
||||||
path="/etc/apt/sources.list",
|
path="/etc/apt/sources.list",
|
||||||
line="deb [signed-by=/etc/apt/keyrings/obs-home-deltachat.gpg] https://download.opensuse.org/repositories/home:/deltachat/Debian_12/ ./",
|
line="deb [signed-by=/etc/apt/keyrings/obs-home-deltachat.gpg] https://download.opensuse.org/repositories/home:/deltachat/Debian_12/ ./",
|
||||||
|
escape_regex_characters=True,
|
||||||
ensure_newline=True,
|
ensure_newline=True,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user