From cf00e8181097e32ff40dd69e1c15d7a0c9ea3a40 Mon Sep 17 00:00:00 2001 From: Jan-Simon Möller Date: Mon, 7 Nov 2016 12:37:23 +0100 Subject: Add generic jjb CI job for AGL MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I8264fd08a6ea2348751c1c7ed15da1103fbf4272 Signed-off-by: Jan-Simon Möller --- jjb/common/include-agl-local-conf-archiver.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 jjb/common/include-agl-local-conf-archiver.sh (limited to 'jjb/common/include-agl-local-conf-archiver.sh') diff --git a/jjb/common/include-agl-local-conf-archiver.sh b/jjb/common/include-agl-local-conf-archiver.sh new file mode 100644 index 00000000..f9478ee0 --- /dev/null +++ b/jjb/common/include-agl-local-conf-archiver.sh @@ -0,0 +1,10 @@ +# (c) 2016 Jan-Simon Moeller dl9pf(at)gmx.de +# License GPLv2 + +################################################################################ +## Main +################################################################################ + +# archive sources within tmp/deploy/ +echo 'INHERIT += "archiver"' >> conf/local.conf +echo 'ARCHIVER_MODE[src] = "original"' >> conf/local.conf -- cgit 1.2.3-korg