osmo-ci/scripts
Oliver Smith a779121725 scripts/repo-install-test: fix sftp compat
When running scp, Debian 12 uses the SFTP protocol by default instead of
the legacy SCP protocol. For some reason, this means it doesn't create
the /repo-install-test directory inside QEMU:

  + … scp … -r scripts/repo-install-test root@127.0.0.1:/repo-install-test
  Warning: Permanently added '[127.0.0.1]:22793' (ED25519) to the list of known hosts.
  scp: realpath /repo-install-test: No such file
  scp: upload "/repo-install-test": path canonicalization failed
  scp: failed to upload directory scripts/repo-install-test to /repo-install-test

Changing to the legacy protocol with "scp -O" would make it work again,
but instead of doing that add the mkdir so it works with the new
protocol too.

Related: OS#6186
Change-Id: I740affad2ea794094c8faa89a89bcad094e0075d
2023-10-20 12:19:30 +02:00
..
jenkins-gerrit scripts/jenkins-gerrit: sort jobs list 2023-07-31 08:22:09 +00:00
manuals scripts/manuals: adjust patch for removing draft 2023-08-17 13:58:35 +02:00
obs obs: build_binpkg: no network during build 2023-10-06 14:05:51 +02:00
osmo-depcheck Replace most remaining git.osmocom.org urls 2022-09-26 15:07:59 +02:00
repo-install-test repo-install-test: skip soapysdr-module-lms7 2023-09-15 10:46:51 +02:00
tarballs scripts/tarballs: create release dir if missing 2023-10-19 11:37:53 +02:00
cat-testlogs.sh add cat-testlogs.sh 2016-09-27 01:34:20 +02:00
common.sh scripts/tarballs: add osmo-fl2k, rtl-sdr 2023-10-19 11:09:43 +02:00
docker-cleanup.sh scripts/docker-cleanup: remove containers > 24h 2023-10-04 17:53:51 +02:00
jenkins_jobs.ini.example add jenkins job builder files for osmocom-nightly-nitb-split.sh 2017-08-15 18:11:29 +02:00
osmo-build-dep.sh Revert "osmo-build-dep.sh: don't build osmo-gsm-manuals" 2021-01-18 13:59:14 +00:00
osmo-ci-docker-rebuild.sh scripts/osmo-ci-docker-rebuild: drop debian-bullseye-jenkins 2023-08-14 09:28:40 +00:00
osmo-clean-workspace.sh osmo-clean-workspace.sh: make more robust against broken git clones 2018-04-09 14:50:37 +02:00
osmo-deps.sh scripts/osmo-deps.sh: use osmo_git_clone_url 2022-08-22 14:07:59 +02:00
osmo-layer1-headers.sh Replace most remaining git.osmocom.org urls 2022-09-26 15:07:59 +02:00
osmocom-api-doxygen.sh scripts/osmocom-api-doxygen: check ssh early 2023-08-25 13:31:24 +02:00
osmocom-build-old-tags-against-master.sh build-old-tags: tags_to_ignore: add osmo-hlr 2023-02-23 12:23:42 +01:00
osmocom-list-commits.sh osmocom-list-commits: use proper git clone urls 2022-08-18 08:27:52 +00:00
osmocom-obs-link.sh scripts/osmocom-obs-link.sh: remove sdcc 2020-05-20 11:27:39 +02:00
osmocom-packages-docker.sh scripts/osmocom-packages-docker: pass OBS_SERVER 2022-07-15 16:30:28 +02:00
repo-install-test.sh scripts/repo-install-test: fix sftp compat 2023-10-20 12:19:30 +02:00
requirements.txt scripts: add requirements.txt to list jenkins-job-builder 2017-08-26 05:55:32 +00:00
verify_endian_header.sh scripts: add a script for checking presence of <endian.h> 2021-10-30 01:09:58 +03:00
verify_log_statements.py verify_*.py: Ignore UTF-8 decoding errors 2019-12-17 13:19:12 +01:00
verify_value_string_arrays_are_terminated.py allow to terminate value_string[] with '{0}' 2022-02-18 14:04:13 +00:00
xgoldmon-jenkins.sh jobs/master-builds: add xgoldmon 2023-08-29 12:56:34 +02:00