From eefb922b660fc02c16bb0289af53d7339f95dd88 Mon Sep 17 00:00:00 2001 From: Jan-Simon Möller Date: Wed, 25 Jan 2017 23:30:06 +0100 Subject: Add new ci jobs using multijob and control slave. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I4cbfe33ec05b4de1558834a902fe7b55bea4c31e Signed-off-by: Jan-Simon Möller --- jjb/common/include-agl-local-conf-cvscheck.sh | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 jjb/common/include-agl-local-conf-cvscheck.sh (limited to 'jjb/common/include-agl-local-conf-cvscheck.sh') diff --git a/jjb/common/include-agl-local-conf-cvscheck.sh b/jjb/common/include-agl-local-conf-cvscheck.sh new file mode 100644 index 00000000..d5741717 --- /dev/null +++ b/jjb/common/include-agl-local-conf-cvscheck.sh @@ -0,0 +1,16 @@ +# (c) 2017 Jan-Simon Moeller dl9pf(at)gmx.de +# License GPLv2 + +################################################################################ +## Add archiver +################################################################################ + +# only morty and newer support the cve-check, so check for master branch + +if [ x"master" = x"$GERRIT_BRANCH" ] ; then + +# archive sources within tmp/deploy/ +echo '' >> conf/local.conf +echo 'INHERIT += "cve-check"' >> conf/local.conf + +fi \ No newline at end of file -- cgit 1.2.3-korg