pespin submitted this change.
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(-)
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 change 28381. To unsubscribe, or for help writing mail filters, visit settings.