Harald Welte has uploaded this change for review. (
https://gerrit.osmocom.org/12704
Change subject: osmocom-*-packages: clone via https:// not via unencrypted
git://
......................................................................
osmocom-*-packages: clone via https:// not via unencrypted git://
Change-Id: Ibfb52cbac93451ba402edb6b59350620954b0d81
---
M scripts/osmocom-latest-packages.sh
M scripts/osmocom-nightly-packages.sh
2 files changed, 2 insertions(+), 2 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/04/12704/1
diff --git a/scripts/osmocom-latest-packages.sh
b/scripts/osmocom-latest-packages.sh
index 62a6da0..38c6b33 100755
--- a/scripts/osmocom-latest-packages.sh
+++ b/scripts/osmocom-latest-packages.sh
@@ -49,7 +49,7 @@
if [ "$project" = "limesuite" ]; then
[ -d "$project" ] || git clone "https://github.com/myriadrf/LimeSuite"
"$project"
else
- [ -d "$project" ] || git clone "git://git.osmocom.org/$project"
+ [ -d "$project" ] || git clone "https://git.osmocom.org/$project"
fi
cd "$project"
git fetch
diff --git a/scripts/osmocom-nightly-packages.sh
b/scripts/osmocom-nightly-packages.sh
index 55c744c..e2bdd25 100755
--- a/scripts/osmocom-nightly-packages.sh
+++ b/scripts/osmocom-nightly-packages.sh
@@ -16,7 +16,7 @@
checkout() {
local name=$1
local branch=$2
- local url="git://git.osmocom.org"
+ local url="https://git.osmocom.org"
cd "$REPO"
--
To view, visit https://gerrit.osmocom.org/12704
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ibfb52cbac93451ba402edb6b59350620954b0d81
Gerrit-Change-Number: 12704
Gerrit-PatchSet: 1
Gerrit-Owner: Harald Welte <[email protected]>