summaryrefslogtreecommitdiff
path: root/examples/config.json
diff options
context:
space:
mode:
authorAndrew Branson <andrew.branson@jolla.com>2026-06-02 00:17:51 +0200
committerAndrew Branson <andrew.branson@jolla.com>2026-06-02 00:17:51 +0200
commit0cdf2d00cdc1a9af5f5b0b14241a2afe717661f6 (patch)
treea41154a24cb2c226847aef053d0121e34ff99ad6 /examples/config.json
parent1f14c5483ee111105f94d66fb3b82208946d914a (diff)
Add Sailfish MCP build and device helpers
Add OBS root scoping, user-session/browser/touch workflow device tools, local SDK metadata refresh, and asynchronous RPM build job status support.
Diffstat (limited to 'examples/config.json')
-rw-r--r--examples/config.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/examples/config.json b/examples/config.json
index fb473e5..96906ea 100644
--- a/examples/config.json
+++ b/examples/config.json
@@ -11,8 +11,9 @@
}
},
"paths": {
- "git_root": "/home/you/git",
- "ssh_config": "/home/you/.ssh/config",
+ "git_root": "~/git",
+ "obs_root": "~/OBS",
+ "ssh_config": "~/.ssh/config",
"local_sdk": "/srv/mer/sdks/sfossdk/sdk-chroot",
"osc_api_alias": "your-obs-alias"
}