guanghu-ice-heart/server-tools/lake-lamp-authz/repo-push-registry.example.json

26 lines
909 B
JSON
Raw Normal View History

{
"schema": "guanghu.repo-push-registry/v1",
"repos": {
"bingshuo/hololake-platform": {
"branches": [
"main",
"feat/hldp-runtime-browser"
],
"remote": "file:///srv/guanghu/private-transport/hololake-platform.git",
"source_urls": [
"https://guanghulab.com/fifth-domain/bingshuo/hololake-platform.git"
],
"verification_url": "https://guanghulab.com/fifth-domain/bingshuo/hololake-platform/commits/branch/{branch}"
},
"bingshuo/guanghu-ice-heart": {
"branches": [
"main"
],
"remote": "file:///var/lib/guanghu/personas/guanghu/hlcc-v16.0.1/data/repositories/bingshuo/guanghu-ice-heart.git",
"source_urls": [
"https://guanghulab.com/code/bingshuo/guanghu-ice-heart.git"
],
"verification_url": "https://guanghulab.com/code/bingshuo/guanghu-ice-heart/commits/branch/{branch}"
}
}
}