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 068ed25a2a4a0357d5736883fdd439e0bf5f5764 (commit)
via fb06801fee6c1f04913adf2ba7bf6a14f8089fb3 (commit)
from c758c4e1d4fa04feac0aa1aeec49218dc5d9240e (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=068ed25a2a4a0357d5736883fdd439e0…
commit 068ed25a2a4a0357d5736883fdd439e0bf5f5764
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Wed Nov 1 01:34:24 2017 +0100
jobs: README: better explain newlines curiosity and update behavior
Change-Id: I9707091a4dcfc65bd378fab02bf24692debb60ed
http://cgit.osmocom.org/osmo-ci/commit/?id=fb06801fee6c1f04913adf2ba7bf6a14…
commit fb06801fee6c1f04913adf2ba7bf6a14f8089fb3
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Wed Nov 1 01:26:29 2017 +0100
jobs: gerrit: fix missing indents in 4 jobs
fixed in osmo-bsc, osmo-mgw, osmo-sgsn, cellmgr-ng:
Spanning a single shell command across several lines with backslashes in the
end breaks when the newlines are not preserved: the backslashes escape a
following space, which is joined to the following cmdline arg.
Add the leading less-indented comments that curiously lead to preserving the
newline characters in the cmd sections.
Change-Id: Icfd6cfb7ca4172795620e1d7ee60610db4f7226b
-----------------------------------------------------------------------
Summary of changes:
jobs/README.adoc | 11 +++++++----
jobs/gerrit-verifications.yml | 4 ++++
2 files changed, 11 insertions(+), 4 deletions(-)
hooks/post-receive
--
CI scripts