From 2477f94e5ad261edc79311b573639384c703f491 Mon Sep 17 00:00:00 2001 From: "Xu, Shunxuan" Date: Tue, 5 Jan 2016 17:26:05 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=85=8D=E7=BD=AE=E5=9F=9F?= =?UTF-8?q?=E5=90=8D=E6=9C=8D=E5=8A=A1=E5=99=A8=E7=9A=84=E9=83=A8=E5=88=86?= =?UTF-8?q?=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修改: Auto-Builder-Server.md Signed-off-by: Xu, Shunxuan --- Auto-Builder-Server.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/Auto-Builder-Server.md b/Auto-Builder-Server.md index b6462a4..6de51e2 100644 --- a/Auto-Builder-Server.md +++ b/Auto-Builder-Server.md @@ -230,21 +230,22 @@ ping: unknown host gitlab.rd.in.linx localhost:/home/x86_64-workdir # ``` -此时现象为可以ping通,但解析不了域名。需配置hosts,添加gitlab.rd.in.linx。 +此时现象为可以ping通,但解析不了域名。需配置resolv.conf。 ``` -localhost:/home/x86_64-workdir # cat /etc/hosts +localhost:/home/builder/x86_64 # cat /etc/resolv.conf # -# /etc/hosts: static lookup table for host names +# /etc/resolv.conf: resolver configuration file # -127.0.0.1 localhost -192.168.1.109 localhost.in.linx localhost +search in.linx +nameserver 172.31.255.3 +domain in.linx -172.17.150.10 gitlab.rd.in.linx # End of file -localhost:/home/x86_64-workdir # +localhost:/home/builder/x86_64 # ``` + 再进行clone测试,成功。 ## 3 布置自动编译环境及测试调试