Greetings, maintainers of community!
When I was learning operating system, I pushed my patch to the master branch 
for entertainment.


But just a few days later, the leader of our team just told me that my 
arbitrary commit might incur legal risks.Therefore I pushed this patch so that 
the problem could be fixed.


Days after my last e-mail was send, there is still no replies. I mean 
no offense but I want to know if my message is decent or acceptable in 
community.


 
------------------ Original ------------------
From: &nbsp;"Weisson"<hanxiaob...@bupt.edu.cn&gt;;
Date: &nbsp;Fri, Jul 2, 2021 05:06 PM
To: &nbsp;"virt-tools-list"<virt-tools-list@redhat.com&gt;; 
Cc: &nbsp;"Weisson"<hanxiaob...@bupt.edu.cn&gt;; 
Subject: &nbsp;[PATCH] use official product name for alibaba cloud bare-metal 
instances

&nbsp;

From: Weisson <hanxiaob...@bupt.edu.cn&gt;

---
&nbsp;virt-what.in&nbsp; | 5 +++--
&nbsp;virt-what.pod | 2 +-
&nbsp;2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/virt-what.in b/virt-what.in
index 520f7b0..6704d9c 100644
--- a/virt-what.in
+++ b/virt-what.in
@@ -58,6 +58,7 @@ usage () {
&nbsp;&nbsp;&nbsp;&nbsp; exit 0
&nbsp;}
&nbsp;
+
&nbsp;# Handle the command line arguments, if any.
&nbsp;while test $# -gt 0; do
&nbsp;&nbsp;&nbsp;&nbsp; case "$1" in
@@ -115,9 +116,9 @@ arch=$(uname -m | sed -e 's/i.86/i386/' | sed -e 
's/arm.*/arm/')
&nbsp;
&nbsp;# Check for Alibaba Cloud
&nbsp;if echo "$dmi" | grep -q 'Manufacturer: Alibaba'; then
-&nbsp;&nbsp;&nbsp; # Check for Alibaba Cloud X-Dragon Architecture
+&nbsp;&nbsp;&nbsp; # Check for Alibaba Cloud ECS Bare Metal (EBM) Instance
&nbsp;&nbsp;&nbsp;&nbsp; if ( { echo -e "GET 
/latest/meta-datainstance/instance-type HTTP/1.0\r\nHost: 
100.100.100.200\r\n\r" &gt;&amp;3; grep -sq 'ebm' <&amp;3 ; } 3<&gt; 
/dev/tcp/100.100.100.200/80 ) 2&gt;/dev/null ; then
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; echo "alibaba_cloud-x_dragon"
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; echo "alibaba_cloud-ebm"
&nbsp;&nbsp;&nbsp;&nbsp; else
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; echo "alibaba_cloud"
&nbsp;&nbsp;&nbsp;&nbsp; fi
diff --git a/virt-what.pod b/virt-what.pod
index 6e29570..381385b 100644
--- a/virt-what.pod
+++ b/virt-what.pod
@@ -27,7 +27,7 @@ don't know about or cannot detect.
&nbsp;
&nbsp;=item B<alibaba_cloud&gt;
&nbsp;
-=item B<alibaba_cloud-x_dragon&gt;
+=item B<alibaba_cloud-ebm&gt;
&nbsp;
&nbsp;This is a cloud computing service based on Alibaba Cloud.
&nbsp;
-- 
2.24.3 (Apple Git-128)

Reply via email to