mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 22:14:55 -04:00
Allow for a wheel cache and include missing files in the build
This commit is contained in:
parent
d434ae3387
commit
48bc22f89d
3 changed files with 13 additions and 6 deletions
|
@ -22,6 +22,7 @@ if mode == "generate":
|
|||
# Parse the configuration file
|
||||
if not os.path.exists("/compiled"):
|
||||
os.mkdir("/compiled")
|
||||
|
||||
convert("/conf/homeserver.yaml", "/compiled/homeserver.yaml")
|
||||
convert("/conf/log.config", "/compiled/%s.log.config" % os.environ.get("SYNAPSE_SERVER_NAME"))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue