summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/config.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/examples/config.json b/examples/config.json
index 96906ea..97f916f 100644
--- a/examples/config.json
+++ b/examples/config.json
@@ -16,5 +16,13 @@
"ssh_config": "~/.ssh/config",
"local_sdk": "/srv/mer/sdks/sfossdk/sdk-chroot",
"osc_api_alias": "your-obs-alias"
+ },
+ "default_android_build_host": "android-builder",
+ "android_build_hosts": {
+ "android-builder": {
+ "ssh_target": "user@android-build-host",
+ "project_dir": "/path/to/alien-aliendalvik-system",
+ "state_dir": "/tmp/sailfish-devel-mcp/android-builds"
+ }
}
}