org.gnome.Geary.yaml: Enable copying release config for nightlies

This commit is contained in:
Michael Gratton 2020-10-13 23:45:44 +11:00 committed by Michael James Gratton
parent 9658e9e3b4
commit 899834189c
2 changed files with 6 additions and 0 deletions

View file

@ -25,6 +25,8 @@
"--talk-name=org.gnome.evolution.dataserver.Sources5", "--talk-name=org.gnome.evolution.dataserver.Sources5",
"--filesystem=xdg-cache/evolution/addressbook:ro", "--filesystem=xdg-cache/evolution/addressbook:ro",
"--metadata=X-DConf=migrate-path=/org/gnome/Geary/", "--metadata=X-DConf=migrate-path=/org/gnome/Geary/",
"--filesystem=~/.config/geary:ro",
"--filesystem=~/.var/app/org.gnome.Geary/config/geary:ro",
"--filesystem=/tmp" "--filesystem=/tmp"
], ],
"cleanup": [ "cleanup": [

View file

@ -57,6 +57,10 @@ finish-args:
# Migrate GSettings into the sandbox # Migrate GSettings into the sandbox
- "--metadata=X-DConf=migrate-path=/org/gnome/Geary/" - "--metadata=X-DConf=migrate-path=/org/gnome/Geary/"
# Migrate Geary settings from other release versions
- "--filesystem=~/.config/geary:ro"
- "--filesystem=~/.var/app/org.gnome.Geary/config/geary:ro"
# Let view source keep on working as-sis for now. Bug 779311. */ # Let view source keep on working as-sis for now. Bug 779311. */
- "--filesystem=/tmp" - "--filesystem=/tmp"