Actions
bug #398
closed【中性】aw-image-build 编译 ubuntu server 版本异常
Start date:
03/20/2026
Due date:
% Done:
0%
Estimated time:
Updated by chengming huang 14 days ago
测试
origin https://github.com/LubanCat/aw-image-build.git (fetch)
origin https://github.com/LubanCat/aw-image-build.git (push)
同样编译错误
Updated by zhanbin lin 7 days ago · Edited
- Status changed from under verification to closed
- Assignee set to zhanbin lin
修改镜像源后 编译正常
--- a/scripts/configuration.sh
+++ b/scripts/configuration.sh
@@ -430,9 +430,9 @@ fi
unset LOG_OUTPUT_FILE
if [[ $DOWNLOAD_MIRROR == "china" ]] ; then
- DEBIAN_MIRROR='mirrors.ustc.edu.cn/debian'
- DEBIAN_SECURTY='mirrors.ustc.edu.cn/debian-security'
- UBUNTU_MIRROR='mirrors.ustc.edu.cn/ubuntu-ports'
+ DEBIAN_MIRROR='mirrors.tuna.tsinghua.edu.cn/debian'
+ DEBIAN_SECURTY='mirrors.tuna.tsinghua.edu.cn/debian-security'
+ UBUNTU_MIRROR='mirrors.tuna.tsinghua.edu.cn/ubuntu-ports'
else
DEBIAN_MIRROR='deb.debian.org/debian'
DEBIAN_SECURTY='security.debian.org/'
Actions