diff options
| author | Andrew Branson <andrew.branson@jolla.com> | 2026-06-02 00:17:51 +0200 |
|---|---|---|
| committer | Andrew Branson <andrew.branson@jolla.com> | 2026-06-02 00:17:51 +0200 |
| commit | 0cdf2d00cdc1a9af5f5b0b14241a2afe717661f6 (patch) | |
| tree | a41154a24cb2c226847aef053d0121e34ff99ad6 /examples/config.json | |
| parent | 1f14c5483ee111105f94d66fb3b82208946d914a (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.json | 5 |
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" } |
