laforge has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmocom-bb/+/28381 )
Change subject: update git URLs (git -> https; gitea) ...................................................................... update git URLs (git -> https; gitea) Change-Id: Idfdfad0c32ae25311a0fc050e38429e001d0c5b7 --- M src/README.development M src/shared/update-libosmocore.sh 2 files changed, 2 insertions(+), 2 deletions(-) git pull ssh://gerrit.osmocom.org:29418/osmocom-bb refs/changes/81/28381/1 diff --git a/src/README.development b/src/README.development index 6482143..e09793b 100644 --- a/src/README.development +++ b/src/README.development @@ -33,7 +33,7 @@ like a TLV parser, a Comp128V1 implementation and utility functions for RSL (TS 08.58) and CC/MM/RR (TS 04.08). -libosmocore is maintained in git://git.osmocom.org/libosmocore.git, so +libosmocore is maintained in https://gitea.osmocom.org/osmocom/libosmocore, so DO NOT DIRECTLY COMMIT TO libosmocore IN THIS REPOSITORY! diff --git a/src/shared/update-libosmocore.sh b/src/shared/update-libosmocore.sh index 69dfbe1..aec273f 100755 --- a/src/shared/update-libosmocore.sh +++ b/src/shared/update-libosmocore.sh @@ -1,3 +1,3 @@ #!/bin/sh -(cd ../.. && git subtree pull --prefix=src/shared/libosmocore git://git.osmocom.org/libosmocore.git master) +(cd ../.. && git subtree pull --prefix=src/shared/libosmocore https://gitea.osmocom.org/osmocom/libosmocore master) -- To view, visit https://gerrit.osmocom.org/c/osmocom-bb/+/28381 To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings Gerrit-Project: osmocom-bb Gerrit-Branch: master Gerrit-Change-Id: Idfdfad0c32ae25311a0fc050e38429e001d0c5b7 Gerrit-Change-Number: 28381 Gerrit-PatchSet: 1 Gerrit-Owner: laforge <[email protected]> Gerrit-MessageType: newchange
