mirror of
https://gitlab.com/gabmus/envision.git
synced 2025-08-17 07:49:03 +00:00
Merge branch 'branch-for-services' into 'main'
feat: added branch specification for each service See merge request gabmus/envision!29
This commit is contained in:
commit
c9d8f11c06
13 changed files with 92 additions and 12 deletions
|
@ -4,20 +4,24 @@
|
|||
"xrservice_type": "Monado",
|
||||
"xrservice_path": "/home/user/monado",
|
||||
"xrservice_repo": null,
|
||||
"xrservice_branch": null,
|
||||
"opencomposite_path": "/home/user/opencomposite",
|
||||
"opencomposite_repo": null,
|
||||
"opencomposite_branch": null,
|
||||
"features": {
|
||||
"libsurvive": {
|
||||
"feature_type": "Libsurvive",
|
||||
"enabled": true,
|
||||
"path": "/home/user/libsurvive",
|
||||
"repo": null
|
||||
"repo": null,
|
||||
"branch": null
|
||||
},
|
||||
"basalt": {
|
||||
"feature_type": "Basalt",
|
||||
"enabled": false,
|
||||
"path": null,
|
||||
"repo": null
|
||||
"repo": null,
|
||||
"branch": null
|
||||
},
|
||||
"mercury_enabled": false
|
||||
},
|
||||
|
@ -30,4 +34,4 @@
|
|||
"can_be_built": true,
|
||||
"editable": true,
|
||||
"pull_on_build": true
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue