Harald Welte has submitted this change and it was merged. ( https://gerrit.osmocom.org/12995 )
Change subject: ttcn3-pcu-test: Use master branch, not laforge/gb-sns ...................................................................... ttcn3-pcu-test: Use master branch, not laforge/gb-sns All required code is now in master, let's use master. Change-Id: I106184f3f75802ac9a3109408c8eee6597b70caa --- M ttcn3-pcu-test/Dockerfile 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Harald Welte: Looks good to me, approved; Verified diff --git a/ttcn3-pcu-test/Dockerfile b/ttcn3-pcu-test/Dockerfile index 2cfacce..45b22d0 100644 --- a/ttcn3-pcu-test/Dockerfile +++ b/ttcn3-pcu-test/Dockerfile @@ -11,7 +11,7 @@ RUN git config --global user.email [email protected] && \ git config --global user.name "Dock Er" -ARG OSMO_TTCN3_BRANCH="laforge/gb-sns" +ARG OSMO_TTCN3_BRANCH="master" ADD http://git.osmocom.org/osmo-ttcn3-hacks/patch?h=$OSMO_TTCN3_BRANCH /tmp/commit RUN cd osmo-ttcn3-hacks && \ -- To view, visit https://gerrit.osmocom.org/12995 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: I106184f3f75802ac9a3109408c8eee6597b70caa Gerrit-Change-Number: 12995 Gerrit-PatchSet: 1 Gerrit-Owner: Harald Welte <[email protected]> Gerrit-Reviewer: Harald Welte <[email protected]>
