Change in docker-playground[master]: gr-gsm-master/Dockerfile: fix full system upgrade

2018-09-07 Thread Vadim Yanitskiy
Vadim Yanitskiy has submitted this change and it was merged. ( 
https://gerrit.osmocom.org/10812 )

Change subject: gr-gsm-master/Dockerfile: fix full system upgrade
..

gr-gsm-master/Dockerfile: fix full system upgrade

Thanks to Piotr, it was discovered that the image building
process fails during full system upgrade:

  RUNpacman -Syu

with the following output:

  looking for conflicting packages...
  Packages (2) ca-certificates-mozilla-*  p11-kit-*

  ...

  :: Proceed with installation? [Y/n]
  The command '/bin/sh -c pacman -Syu' returned a non-zero code: 1

Looks like the '--noconfirm' flag was missing.

Change-Id: Icb3ccb9a9531686efcebb3e277421c4c05387b09
---
M gr-gsm-master/Dockerfile
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Harald Welte: Looks good to me, approved
  Vadim Yanitskiy: Verified



diff --git a/gr-gsm-master/Dockerfile b/gr-gsm-master/Dockerfile
index e75d318..8be1a20 100644
--- a/gr-gsm-master/Dockerfile
+++ b/gr-gsm-master/Dockerfile
@@ -17,7 +17,7 @@
gcc

 # Sync pacman
-RUNpacman -Syu
+RUNpacman -Syyu --noconfirm

 # Install persistent packages
 RUNpacman -S --needed --noconfirm \

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

Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: Icb3ccb9a9531686efcebb3e277421c4c05387b09
Gerrit-Change-Number: 10812
Gerrit-PatchSet: 1
Gerrit-Owner: Vadim Yanitskiy 
Gerrit-Reviewer: Harald Welte 
Gerrit-Reviewer: Piotr Krysik 
Gerrit-Reviewer: Vadim Yanitskiy 


Change in docker-playground[master]: gr-gsm-master/Dockerfile: fix full system upgrade

2018-09-07 Thread Harald Welte
Harald Welte has posted comments on this change. ( 
https://gerrit.osmocom.org/10812 )

Change subject: gr-gsm-master/Dockerfile: fix full system upgrade
..


Patch Set 1: Code-Review+2


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

Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: Icb3ccb9a9531686efcebb3e277421c4c05387b09
Gerrit-Change-Number: 10812
Gerrit-PatchSet: 1
Gerrit-Owner: Vadim Yanitskiy 
Gerrit-Reviewer: Harald Welte 
Gerrit-Reviewer: Piotr Krysik 
Gerrit-Comment-Date: Fri, 07 Sep 2018 09:09:48 +
Gerrit-HasComments: No
Gerrit-HasLabels: Yes


Change in docker-playground[master]: gr-gsm-master/Dockerfile: fix full system upgrade

2018-09-07 Thread Vadim Yanitskiy
Vadim Yanitskiy has posted comments on this change. ( 
https://gerrit.osmocom.org/10812 )

Change subject: gr-gsm-master/Dockerfile: fix full system upgrade
..


Patch Set 1: Verified+1


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

Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: Icb3ccb9a9531686efcebb3e277421c4c05387b09
Gerrit-Change-Number: 10812
Gerrit-PatchSet: 1
Gerrit-Owner: Vadim Yanitskiy 
Gerrit-Reviewer: Harald Welte 
Gerrit-Reviewer: Piotr Krysik 
Gerrit-Reviewer: Vadim Yanitskiy 
Gerrit-Comment-Date: Fri, 07 Sep 2018 09:10:40 +
Gerrit-HasComments: No
Gerrit-HasLabels: Yes


Change in docker-playground[master]: gr-gsm-master/Dockerfile: fix full system upgrade

2018-09-06 Thread Vadim Yanitskiy
Vadim Yanitskiy has uploaded this change for review. ( 
https://gerrit.osmocom.org/10812


Change subject: gr-gsm-master/Dockerfile: fix full system upgrade
..

gr-gsm-master/Dockerfile: fix full system upgrade

Thanks to Piotr, it was discovered that the image building
process fails during full system upgrade:

  RUNpacman -Syu

with the following output:

  looking for conflicting packages...
  Packages (2) ca-certificates-mozilla-*  p11-kit-*

  ...

  :: Proceed with installation? [Y/n]
  The command '/bin/sh -c pacman -Syu' returned a non-zero code: 1

Looks like the '--noconfirm' flag was missing.

Change-Id: Icb3ccb9a9531686efcebb3e277421c4c05387b09
---
M gr-gsm-master/Dockerfile
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/docker-playground 
refs/changes/12/10812/1

diff --git a/gr-gsm-master/Dockerfile b/gr-gsm-master/Dockerfile
index e75d318..8be1a20 100644
--- a/gr-gsm-master/Dockerfile
+++ b/gr-gsm-master/Dockerfile
@@ -17,7 +17,7 @@
gcc

 # Sync pacman
-RUNpacman -Syu
+RUNpacman -Syyu --noconfirm

 # Install persistent packages
 RUNpacman -S --needed --noconfirm \

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

Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Icb3ccb9a9531686efcebb3e277421c4c05387b09
Gerrit-Change-Number: 10812
Gerrit-PatchSet: 1
Gerrit-Owner: Vadim Yanitskiy