Change in docker-playground[master]: redmine: add patch for SVG support

2018-05-14 Thread Holger Freyther
Holger Freyther has posted comments on this change. ( 
https://gerrit.osmocom.org/9156 )

Change subject: redmine: add patch for SVG support
..


Patch Set 1:

git add redmine-issue-2047-svg-image-support.diff?


--
To view, visit https://gerrit.osmocom.org/9156
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: I3bacdd4100c717ad702bc08851a8b32170610ca4
Gerrit-Change-Number: 9156
Gerrit-PatchSet: 1
Gerrit-Owner: Harald Welte 
Gerrit-Reviewer: Harald Welte 
Gerrit-CC: Holger Freyther 
Gerrit-Comment-Date: Mon, 14 May 2018 11:03:35 +
Gerrit-HasComments: No
Gerrit-HasLabels: No


Change in docker-playground[master]: redmine: add patch for SVG support

2018-05-14 Thread Harald Welte
Harald Welte has submitted this change and it was merged. ( 
https://gerrit.osmocom.org/9156 )

Change subject: redmine: add patch for SVG support
..

redmine: add patch for SVG support

Change-Id: I3bacdd4100c717ad702bc08851a8b32170610ca4
---
M redmine/Dockerfile
1 file changed, 5 insertions(+), 1 deletion(-)

Approvals:
  Harald Welte: Looks good to me, approved; Verified



diff --git a/redmine/Dockerfile b/redmine/Dockerfile
index 8c2dc6d..67b00a8 100644
--- a/redmine/Dockerfile
+++ b/redmine/Dockerfile
@@ -3,5 +3,9 @@
 RUNapt-get update && \
apt-get install -y --no-install-recommends \
graphviz \
-   mscgen
+   mscgen \
+   patch && \
+   apt-get clean

+COPY   redmine-issue-2047-svg-image-support.diff 
/tmp/redmine-issue-2047-svg-image-support.diff
+RUNcd app && patch -p1 < /tmp/redmine-issue-2047-svg-image-support.diff

--
To view, visit https://gerrit.osmocom.org/9156
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: I3bacdd4100c717ad702bc08851a8b32170610ca4
Gerrit-Change-Number: 9156
Gerrit-PatchSet: 1
Gerrit-Owner: Harald Welte 
Gerrit-Reviewer: Harald Welte 


Change in docker-playground[master]: redmine: add patch for SVG support

2018-05-14 Thread Harald Welte
Harald Welte has posted comments on this change. ( 
https://gerrit.osmocom.org/9156 )

Change subject: redmine: add patch for SVG support
..


Patch Set 1: Verified+1 Code-Review+2


--
To view, visit https://gerrit.osmocom.org/9156
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: I3bacdd4100c717ad702bc08851a8b32170610ca4
Gerrit-Change-Number: 9156
Gerrit-PatchSet: 1
Gerrit-Owner: Harald Welte 
Gerrit-Reviewer: Harald Welte 
Gerrit-Comment-Date: Mon, 14 May 2018 10:20:53 +
Gerrit-HasComments: No
Gerrit-HasLabels: Yes


Change in docker-playground[master]: redmine: add patch for SVG support

2018-05-14 Thread Harald Welte
Harald Welte has uploaded this change for review. ( 
https://gerrit.osmocom.org/9156


Change subject: redmine: add patch for SVG support
..

redmine: add patch for SVG support

Change-Id: I3bacdd4100c717ad702bc08851a8b32170610ca4
---
M redmine/Dockerfile
1 file changed, 5 insertions(+), 1 deletion(-)



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

diff --git a/redmine/Dockerfile b/redmine/Dockerfile
index 8c2dc6d..67b00a8 100644
--- a/redmine/Dockerfile
+++ b/redmine/Dockerfile
@@ -3,5 +3,9 @@
 RUNapt-get update && \
apt-get install -y --no-install-recommends \
graphviz \
-   mscgen
+   mscgen \
+   patch && \
+   apt-get clean

+COPY   redmine-issue-2047-svg-image-support.diff 
/tmp/redmine-issue-2047-svg-image-support.diff
+RUNcd app && patch -p1 < /tmp/redmine-issue-2047-svg-image-support.diff

--
To view, visit https://gerrit.osmocom.org/9156
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: I3bacdd4100c717ad702bc08851a8b32170610ca4
Gerrit-Change-Number: 9156
Gerrit-PatchSet: 1
Gerrit-Owner: Harald Welte