Change in osmo-ci[master]: ansible/install-poky-sdk: Use "-y" command line argument

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Harald Welte gerrit-no-reply at lists.osmocom.org
Wed Jan 30 12:26:04 UTC 2019


Harald Welte has submitted this change and it was merged. ( https://gerrit.osmocom.org/12725 )

Change subject: ansible/install-poky-sdk: Use "-y" command line argument
......................................................................

ansible/install-poky-sdk: Use "-y" command line argument

At least with current ansible, this patch is required to avoid
the poky SDK installer waiting indefinitely to somebody answering
his prompts on stdin.

Change-Id: I084a5a152f00bbd484f5616d417fa1486cb79413
---
M ansible/roles/install-poky-sdk/tasks/main.yml
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Max: Looks good to me, but someone else must approve
  Harald Welte: Looks good to me, approved; Verified



diff --git a/ansible/roles/install-poky-sdk/tasks/main.yml b/ansible/roles/install-poky-sdk/tasks/main.yml
index dda60c5..9d64347 100644
--- a/ansible/roles/install-poky-sdk/tasks/main.yml
+++ b/ansible/roles/install-poky-sdk/tasks/main.yml
@@ -19,7 +19,7 @@
   tags: [poky]
 
 - name: execute poky installer
-  command: "/tmp/{{ poky_installer_file }}"
+  command: "/tmp/{{ poky_installer_file }} -y"
   args:
     creates: "/opt/poky/{{ poky_version }}"
   when: poky_copy.failed == false

-- 
To view, visit https://gerrit.osmocom.org/12725
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I084a5a152f00bbd484f5616d417fa1486cb79413
Gerrit-Change-Number: 12725
Gerrit-PatchSet: 1
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Max <msuraev at sysmocom.de>
Gerrit-Reviewer: lynxis lazus <lynxis at fe80.eu>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190130/c2e39177/attachment.htm>


More information about the gerrit-log mailing list