aboutsummaryrefslogtreecommitdiffstats
path: root/jjb/common/include-agl-local-conf-cvscheck.sh
diff options
context:
space:
mode:
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>2017-01-25 23:30:06 +0100
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>2017-01-25 23:41:56 +0100
commiteefb922b660fc02c16bb0289af53d7339f95dd88 (patch)
tree64792963095c416d0a9b691f8c4e11cdaee1cda3 /jjb/common/include-agl-local-conf-cvscheck.sh
parentc7afa2e9eb426b05fe178a3c6935d620830efb6b (diff)
Add new ci jobs using multijob and control slave.
Change-Id: I4cbfe33ec05b4de1558834a902fe7b55bea4c31e Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'jjb/common/include-agl-local-conf-cvscheck.sh')
-rw-r--r--jjb/common/include-agl-local-conf-cvscheck.sh16
1 files changed, 16 insertions, 0 deletions
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