[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[for-4.17,PATCH v3 01/10] automation: qemu-smoke-arm{32/64}.sh: Fix typo in DEBIAN_FRONTENT


  • To: <xen-devel@xxxxxxxxxxxxxxxxxxxx>
  • From: Michal Orzel <michal.orzel@xxxxxxx>
  • Date: Tue, 27 Sep 2022 11:47:18 +0200
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass (sender ip is 165.204.84.17) smtp.rcpttodomain=lists.xenproject.org smtp.mailfrom=amd.com; dmarc=pass (p=quarantine sp=quarantine pct=100) action=none header.from=amd.com; dkim=none (message not signed); arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=62JB3de8FPX7JJGSCy3DTcwAGOHx6Y0JArP/iptZGcc=; b=byvIGWodI7s34W50JdzFiDteAakBdWwIJbffso25vo7oT4mnBk+5TZcdLw3H8z44XX4gqKNfcskpIYDddhr3Xkn/WrrYdjDvkyJoGp/KbfH99qgSFIeKhwNPNmhWVj/6w5aPElNjCq5h/tazboLDdmhWULW3bDRbWzQKAK8MPUgvN+bxs/hmYw7HRTI+0sU6V+sbO6PI/+5/m7Iq9bnaVKVdizvraVXh6e+FeozYvVy5NvAlEmLZt48uCelM7qUeXPXcbzUOv+KBK5zC+u+Z+rXcO5PtJKgUipd6MHNTT+1HReMjpcuNnI0NJ1rOAu5H5dpfiMiwPiSaTytV6LzkqA==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=ebn6BkBmOuFfpg5WEtLL+Koz0Gcl8H0yZJfQw0g/nBcH2Sbid8DULn3ihwo30ZlE0qVELFZOwsIYCHNATet25pipIhGdulhutOTmVxTG/CbTTdS2aTH0DNXiJIiSjamOWCTU3vOrPG0Ov9Vt5Y7be+qsrZyRKQN4OIOqb5Kyvs3jpK4XjcL+s7r3iDXPbgIIVQtCCl1QsrQgPtDl0uqcwWKbWuCj6TBTvPR3mtw+wU1+lc+er6U6PEEiiJXefvOysj6NxLfxiFOQ3myq8k09RhdW/lLKtU3wSnZdDEl2EFm3x2ukYptVI40XX8D7GDkQBQyHkw+QGr2NrPDoGMRw2w==
  • Cc: Michal Orzel <michal.orzel@xxxxxxx>, Doug Goldstein <cardoe@xxxxxxxxxx>, Stefano Stabellini <sstabellini@xxxxxxxxxx>, Henry Wang <Henry.Wang@xxxxxxx>
  • Delivery-date: Tue, 27 Sep 2022 09:47:49 +0000
  • List-id: Xen developer discussion <xen-devel.lists.xenproject.org>

The correct variable name is DEBIAN_FRONTEND and not DEBIAN_FRONTENT.

Signed-off-by: Michal Orzel <michal.orzel@xxxxxxx>
---
CC: Henry Wang <Henry.Wang@xxxxxxx>

Rationale for taking this patch for 4.17:
Setting DEBIAN_FRONTEND to noninteractive menas that we need zero interaction
while installing/upgrading the system via apt-get. It accepts the default
answer to all the questions (using apt-get -y only works for "yes"/"no"
prompts). With the typo not fixed, we might get stuck in CI jobs.
The risk is very low as we perform pre-push testing using GitLab CI to make
sure the changes will not break the pipeline.

Changes in v3:
- new patch
---
 automation/scripts/qemu-smoke-arm32.sh | 2 +-
 automation/scripts/qemu-smoke-arm64.sh | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/automation/scripts/qemu-smoke-arm32.sh 
b/automation/scripts/qemu-smoke-arm32.sh
index 530f3892fdd3..c8ae0bfb9b1c 100755
--- a/automation/scripts/qemu-smoke-arm32.sh
+++ b/automation/scripts/qemu-smoke-arm32.sh
@@ -2,7 +2,7 @@
 
 set -ex
 
-export DEBIAN_FRONTENT=noninteractive
+export DEBIAN_FRONTEND=noninteractive
 apt-get -qy update
 apt-get -qy install --no-install-recommends device-tree-compiler \
                                             curl \
diff --git a/automation/scripts/qemu-smoke-arm64.sh 
b/automation/scripts/qemu-smoke-arm64.sh
index f803835779f4..5b566072f72a 100755
--- a/automation/scripts/qemu-smoke-arm64.sh
+++ b/automation/scripts/qemu-smoke-arm64.sh
@@ -38,7 +38,7 @@ fi
 "
 fi
 
-export DEBIAN_FRONTENT=noninteractive
+export DEBIAN_FRONTEND=noninteractive
 apt-get -qy update
 apt-get -qy install --no-install-recommends u-boot-qemu \
                                             u-boot-tools \
-- 
2.25.1




 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.