From 1f14c5483ee111105f94d66fb3b82208946d914a Mon Sep 17 00:00:00 2001 From: Andrew Branson Date: Fri, 15 May 2026 12:21:39 +0200 Subject: Initial Sailfish devel MCP --- examples/config.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 examples/config.json (limited to 'examples/config.json') diff --git a/examples/config.json b/examples/config.json new file mode 100644 index 0000000..fb473e5 --- /dev/null +++ b/examples/config.json @@ -0,0 +1,19 @@ +{ + "default_device": "phone", + "devices": { + "phone": { + "ssh_target": "root@phone", + "username": "defaultuser", + "architecture": "aarch64", + "release": "live", + "user_bus_runtime_dir": "/run/user/100000", + "user_bus_address": "unix:path=/run/user/100000/dbus/user_bus_socket" + } + }, + "paths": { + "git_root": "/home/you/git", + "ssh_config": "/home/you/.ssh/config", + "local_sdk": "/srv/mer/sdks/sfossdk/sdk-chroot", + "osc_api_alias": "your-obs-alias" + } +} -- cgit v1.2.3