This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CI scripts".
The branch, master has been updated
via 63509531701138f9454f9c3505ceb435b6cf9e06 (commit)
from f9c1cb2777cfc2241a51749ea126dfd1f02276be (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/osmo-ci/commit/?id=63509531701138f9454f9c3505ceb435…
commit 63509531701138f9454f9c3505ceb435b6cf9e06
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Sat Oct 28 04:19:23 2017 +0200
osmo-deps.sh: make sure to not clean all deps when inside a dep dir
Make sure osmo-deps.sh passes no $deps in to osmo-clean-workspace.sh.
In most builds, $deps is a relative path, and when within a dir that contains
no such subir, calling osmo-clean-workspace.sh has no effect. However, in some,
$deps is passed in as absolute path, so when within a deps/... subdir in
osmo-deps.sh, the script would still find the abspath and clean out all deps
subdirs; for example in osmo-bts.
Change-Id: I431d20aedefc708645a1f1862334cffaef20b928
-----------------------------------------------------------------------
Summary of changes:
scripts/osmo-deps.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
CI scripts