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/.
Harald Welte gerrit-no-reply at lists.osmocom.org
Review at https://gerrit.osmocom.org/5309
gerrit: osmo-ttcn3-hacks: Use git:// instead of ssh://
The build slave on which the tests are running currently has no
SSH key that's authorized to use git+ssh. But then, it's not actually
needed, and I wonder why we're not using the public git:// access
anyway?
Change-Id: Iecb8cacab4e1665933723311e9ce6ab1ed7d95fe
---
M jobs/gerrit-verifications.yml
1 file changed, 3 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/09/5309/1
diff --git a/jobs/gerrit-verifications.yml b/jobs/gerrit-verifications.yml
index 1a821a8..8404109 100644
--- a/jobs/gerrit-verifications.yml
+++ b/jobs/gerrit-verifications.yml
@@ -178,6 +178,9 @@
- osmo-tetra
- osmo-ttcn3-hacks:
+ scm:
+ - git:
+ url: https://gerrit.osmocom.org/{repos}
node: build2-deb9build
cmd: >
# keep first line with less indent to preserve newlines
--
To view, visit https://gerrit.osmocom.org/5309
To unsubscribe, visit https://gerrit.osmocom.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Iecb8cacab4e1665933723311e9ce6ab1ed7d95fe
Gerrit-PatchSet: 1
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>