mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-27 03:43:23 +00:00
* NovaShell替换为默认shell * delete some envvar * 自动从dragonos镜像站更新dadk * 更新github ci环境 * 修复yml格式问题 * 更新novashell到95738b235f --------- Co-authored-by: longjin <longjin@DragonOS.org>
30 lines
580 B
Plaintext
30 lines
580 B
Plaintext
{
|
|
"name": "DragonReach",
|
|
"version": "0.1.0",
|
|
"description": "init程序",
|
|
"task_type": {
|
|
"BuildFromSource": {
|
|
"Git": {
|
|
"url" : "https://git.mirrors.dragonos.org/DragonOS-Community/DragonReach.git",
|
|
"revision": "4768985ade"
|
|
}
|
|
}
|
|
},
|
|
"depends": [],
|
|
"build": {
|
|
"build_command": "make install"
|
|
},
|
|
"clean": {
|
|
"clean_command": "make clean"
|
|
},
|
|
"install": {
|
|
"in_dragonos_path": "/"
|
|
},
|
|
"envs": [
|
|
{
|
|
"key": "TARGET",
|
|
"value": "${ROOT_PATH}/user/dadk/target/x86_64-unknown-dragonos.json"
|
|
}
|
|
]
|
|
}
|