Change in osmo-ttcn3-hacks[master]: deps/Makefile: Switch branches to related commit hashes

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/.

pespin gerrit-no-reply at lists.osmocom.org
Mon Apr 19 09:53:02 UTC 2021


pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/23793 )


Change subject: deps/Makefile: Switch branches to related commit hashes
......................................................................

deps/Makefile: Switch branches to related commit hashes

Change-Id: Ia846863eff1734eca469257b9a8d5e653a45e835
---
M deps/Makefile
1 file changed, 5 insertions(+), 2 deletions(-)



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

diff --git a/deps/Makefile b/deps/Makefile
index d270a79..d7c3840 100644
--- a/deps/Makefile
+++ b/deps/Makefile
@@ -76,6 +76,9 @@
 ALL_REPOS=$(ECLIPSEGITHUB_REPOS) $(ECLIPSEGIT2_REPOS) $(OSMOGITHUB_REPOS) $(OSMOGIT_REPOS)
 
 # Tag names from 'git-describe --tags'; if not available, a commit hash may be used instead.
+# Avoid using changing references such as branches here and use tags or commit
+# hashes instead as much as possible, since docker containers cache the fetching of
+# repositories below, and only retriggers fetching upon this same file changing.
 # In order to keep local changes in the repository of a dependency, set its commit to the
 # name of a local branch here (e.g. 'master').
 titan.Libraries.TCCUsefulFunctions_commit=	R.35.B-6-gb3687da
@@ -127,8 +130,8 @@
 titan.TestPorts.TELNETasp_commit=		873fe539642542cd9a901c208f1ec11c6d2f5387
 titan.TestPorts.UDPasp_commit=			c20d77a34f288dd70dd4aaa30e520778876e9336
 titan.TestPorts.UNIX_DOMAIN_SOCKETasp_commit=	R.2.A-13-gd34ab71
-titan.TestPorts.USB_commit=			master
-osmo-uecups_commit=				master
+titan.TestPorts.USB_commit=			d783cb52f58def608edfb217c790f60afd638791
+osmo-uecups_commit=				8362efef7c6fa341eb947a75786878e0685767b7
 
 all: $(foreach dir,$(ALL_REPOS),$(dir)/update)
 clean: $(foreach dir,$(ALL_REPOS),$(dir)/clean)

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/23793
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: Ia846863eff1734eca469257b9a8d5e653a45e835
Gerrit-Change-Number: 23793
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210419/4f708bf9/attachment.htm>


More information about the gerrit-log mailing list