osmo-ci/scripts
Neels Hofmeyr f42a1cfa50 add osmo-clean-workspace.sh, use in osmo-deps.sh
So far, each jenkins job does its own cleanup, more or less well. Also, jenkins
git config offers the 'Clean before checkout' option, which seems to fail when
there are non-writable leftovers from a failed 'make distcheck'.

Furthermore, our jenkins build slaves have unused compiled binaries piling up
by the gigabytes: each matrix build x each parallel build and each compiled
dependency therein builds .o, .a, .so and executables plus installs them to a
local prefix, and just leaves them sitting around to rot until the job runs
again. Instead, we want to clean them out when building is done.

All of this calls for a unified cleanup script that knows how to clean a
workspace properly, to run once before and once after each jenkins build.
Here it is.

Use that function in osmo-deps.sh instead of duplicating cleanup steps.

Change-Id: I2409b2928b4d7ebbd6c005097d4ad7337307dd93
2017-10-27 22:37:22 +02:00
..
cat-testlogs.sh add cat-testlogs.sh 2016-09-27 01:34:20 +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 add osmo-clean-workspace.sh, use in osmo-deps.sh 2017-10-27 22:37:22 +02:00
osmo-build.sh Change used protocoll for 'git ls-remote' call from https to git. 2017-09-04 20:23:30 +02:00
osmo-clean-workspace.sh add osmo-clean-workspace.sh, use in osmo-deps.sh 2017-10-27 22:37:22 +02:00
osmo-deps.sh add osmo-clean-workspace.sh, use in osmo-deps.sh 2017-10-27 22:37:22 +02:00
osmo-layer1-headers.sh lc15: correct default master branch 2017-06-19 13:09:36 +02:00
osmocom-nightly-packages.sh osmocom:nightly OBS: add osmo-bsc package / remove nitb-split 2017-10-26 20:53:05 +02:00
requirements.txt scripts: add requirements.txt to list jenkins-job-builder 2017-08-26 05:55:32 +00:00
verify_value_string_arrays_are_terminated.py Add value string termination check from libosmocore 2017-08-18 18:08:16 +00:00