aboutsummaryrefslogtreecommitdiffstats
path: root/jjb/common/include-agl-local-conf-cvscheck.sh
blob: d574171720260c806d32dcab9308b7a5f4b635ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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