使用
bingo build -t personal -b openUBMC -bt release --stage rc
或者
bingo build -t publish -sc default -b openUBMC -bt release --stage stable
提示没有权限,也确实没有权限
iam/1.0.12@openubmc/stable: WARN: Trying to remove corrupted source folder
iam/1.0.12@openubmc/stable: WARN: This can take a while for big packages
iam/1.0.12@openubmc/stable: Calling source() in /root/.conan2/p/iam7df55e6bc4064/s
iam/1.0.12@openubmc/stable: Shallow fetch of git repo
iam/1.0.12@openubmc/stable: RUN: git init
iam/1.0.12@openubmc/stable: RUN: git remote add origin "<hidden>"
iam/1.0.12@openubmc/stable: RUN: git fetch --depth 1 origin 1.0.12
ERROR:
ConanException: Command 'git fetch --depth 1 origin 1.0.12' failed with errorcode '128'
b'fatal: <CH.00905404> can not read project. user: futron. Request-id is bPjjmRLWHK.\nfatal: Could not read from remote repository.\n\nPlease make sure you have the correct access rights\nand the repository exists.\n'
e[31mERROR: 执行命令 conan create . -pr=profile.luajit.ini -pr:b profile.dt.ini -s:a build_type=Release -o firmware_mgmt/*:community_enable=False -o bmc_time/*:manufacture=True -o */*:enable_luajit=True -o vpd/*:board_name=openUBMC -o fructrl/*:manufacture=True -o chassis/*:manufacture=True -o webui/*:energy_enabled=False -o help/*:board_name=openUBMC -o */*:module_symvers=1ee923e971f1cf759b9b1cf3df4fbdf4182b1eb2d5f267ef64494e6ea0bf9b86 --user=openubmc --channel=stable --build=missing 错误, 日志: /root/workspace/manifest/temp/log/task.loge[0m
使用
bingo build
提示,就不报错
iam/1.0.12@openubmc/stable: Already installed! (92 of 107)
怎么回事呢