All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] [meta-ti][dunfell/master][PATCH] setup-scripts - removing confusion for users when script succeeds
@ 2020-12-03 22:22 Caleb Robey
  2020-12-07 13:22 ` Dan Murphy
  0 siblings, 1 reply; 2+ messages in thread
From: Caleb Robey @ 2020-12-03 22:22 UTC (permalink / raw)
  To: meta-ti
  Cc: Dan Murphy, Lucas Weaver, Nikhil Devshatwar, a0232989, Caleb Robey

From: a0232989 <a0232989@ti.com>

Script does not include all correct versions in success message

Signed-off-by: Caleb Robey <c-robey@ti.com>
---
 setup-host-check.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup-host-check.sh b/setup-host-check.sh
index 45b4c71..a9db056 100644
--- a/setup-host-check.sh
+++ b/setup-host-check.sh
@@ -43,6 +43,6 @@ if [ "$host" != "precise" -a "$host" != "trusty" -a "$host" != "xenial"  -a "$ho
     echo "Unsupported host machine, only Ubuntu 12.04 LTS, Ubuntu 14.04 LTS, Ubuntu 16.04 LTS, and Ubuntu 18.04 LTS are supported"
     exit 1
 fi
-echo "Ubuntu 12.04 LTS, Ubuntu 14.04, or Ubuntu 14.04 LTS is being used, continuing.."
+echo "Ubuntu 12.04 LTS, Ubuntu 14.04, LTS Ubuntu 16.04 LTS, or Ubuntu 18.04 LTS is being used, continuing.."
 echo "--------------------------------------------------------------------------------"
 echo
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] [meta-ti][dunfell/master][PATCH] setup-scripts - removing confusion for users when script succeeds
  2020-12-03 22:22 [PATCH] [meta-ti][dunfell/master][PATCH] setup-scripts - removing confusion for users when script succeeds Caleb Robey
@ 2020-12-07 13:22 ` Dan Murphy
  0 siblings, 0 replies; 2+ messages in thread
From: Dan Murphy @ 2020-12-07 13:22 UTC (permalink / raw)
  To: Caleb Robey, meta-ti; +Cc: Lucas Weaver, Nikhil Devshatwar, a0232989

Caleb

On 12/3/20 4:22 PM, Caleb Robey wrote:
> From: a0232989 <a0232989@ti.com>
>
> Script does not include all correct versions in success message
>
> Signed-off-by: Caleb Robey <c-robey@ti.com>
> ---
>   setup-host-check.sh | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)

Wrong list this needs to go to meta-arago mail list

Dan

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-12-07 13:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-03 22:22 [PATCH] [meta-ti][dunfell/master][PATCH] setup-scripts - removing confusion for users when script succeeds Caleb Robey
2020-12-07 13:22 ` Dan Murphy

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.