Change in osmo-ttcn3-hacks[master]: use tag for test dependency commit

2018-10-12 Thread Harald Welte
Harald Welte has posted comments on this change. ( 
https://gerrit.osmocom.org/11331 )

Change subject: use tag for test dependency commit
..


Patch Set 1: Code-Review+2


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

Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: Ia994b5c4488fd9b0d410b992e515c6eec4dd23b1
Gerrit-Change-Number: 11331
Gerrit-PatchSet: 1
Gerrit-Owner: Stefan Sperling 
Gerrit-Reviewer: Harald Welte 
Gerrit-Reviewer: Jenkins Builder (102)
Gerrit-Comment-Date: Fri, 12 Oct 2018 20:03:47 +
Gerrit-HasComments: No
Gerrit-HasLabels: Yes


Change in osmo-ttcn3-hacks[master]: use tag for test dependency commit

2018-10-12 Thread Harald Welte
Harald Welte has submitted this change and it was merged. ( 
https://gerrit.osmocom.org/11331 )

Change subject: use tag for test dependency commit
..

use tag for test dependency commit

Use the output of 'git describe' to pin the commit checked out
for dependency titan.ProtocolModules.SGsAP_13.2.0_commit, i.e.
the tag which points to 81544cf008378058b95ff20d33f3770fadb7e235.

Using a plain commit hash will always re-trigger an update of
the working tree in this particular case because 'git describe'
won't ever return an error.

Change-Id: Ia994b5c4488fd9b0d410b992e515c6eec4dd23b1
---
M deps/Makefile
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Jenkins Builder: Verified
  Harald Welte: Looks good to me, approved



diff --git a/deps/Makefile b/deps/Makefile
index f2f38bd..a1ac595 100644
--- a/deps/Makefile
+++ b/deps/Makefile
@@ -78,7 +78,7 @@
 titan.ProtocolModules.RTP_commit=  R.5.A
 titan.ProtocolModules.ROSE_commit= R.1.C
 titan.ProtocolModules.SCTP_commit= R.2.A
-titan.ProtocolModules.SGsAP_13.2.0_commit= 
81544cf008378058b95ff20d33f3770fadb7e235
+titan.ProtocolModules.SGsAP_13.2.0_commit= R.1.B
 titan.ProtocolModules.SDP_commit=  R.14.A
 titan.ProtocolModules.SMPP_commit= R.2.A-2-gb7aee69
 titan.ProtocolModules.SNDCP_v7.0.0_commit= R.2.A

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

Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: Ia994b5c4488fd9b0d410b992e515c6eec4dd23b1
Gerrit-Change-Number: 11331
Gerrit-PatchSet: 1
Gerrit-Owner: Stefan Sperling 
Gerrit-Reviewer: Harald Welte 
Gerrit-Reviewer: Jenkins Builder (102)


Change in osmo-ttcn3-hacks[master]: use tag for test dependency commit

2018-10-12 Thread Stefan Sperling
Stefan Sperling has uploaded this change for review. ( 
https://gerrit.osmocom.org/11331


Change subject: use tag for test dependency commit
..

use tag for test dependency commit

Use the output of 'git describe' to pin the commit checked out
for dependency titan.ProtocolModules.SGsAP_13.2.0_commit, i.e.
the tag which points to 81544cf008378058b95ff20d33f3770fadb7e235.

Using a plain commit hash will always re-trigger an update of
the working tree in this particular case because 'git describe'
won't ever return an error.

Change-Id: Ia994b5c4488fd9b0d410b992e515c6eec4dd23b1
---
M deps/Makefile
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks 
refs/changes/31/11331/1

diff --git a/deps/Makefile b/deps/Makefile
index f2f38bd..a1ac595 100644
--- a/deps/Makefile
+++ b/deps/Makefile
@@ -78,7 +78,7 @@
 titan.ProtocolModules.RTP_commit=  R.5.A
 titan.ProtocolModules.ROSE_commit= R.1.C
 titan.ProtocolModules.SCTP_commit= R.2.A
-titan.ProtocolModules.SGsAP_13.2.0_commit= 
81544cf008378058b95ff20d33f3770fadb7e235
+titan.ProtocolModules.SGsAP_13.2.0_commit= R.1.B
 titan.ProtocolModules.SDP_commit=  R.14.A
 titan.ProtocolModules.SMPP_commit= R.2.A-2-gb7aee69
 titan.ProtocolModules.SNDCP_v7.0.0_commit= R.2.A

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

Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia994b5c4488fd9b0d410b992e515c6eec4dd23b1
Gerrit-Change-Number: 11331
Gerrit-PatchSet: 1
Gerrit-Owner: Stefan Sperling