aboutsummaryrefslogtreecommitdiffstats
path: root/jjb/common/include-apps-header.sh
diff options
context:
space:
mode:
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>2017-08-10 16:47:16 +0200
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>2017-08-10 17:19:14 +0200
commita6dc862082e0ff296517e40ee904d98c2e96b239 (patch)
tree4ffafb6d2a6576c45a7eac088e31422b2463dfcb /jjb/common/include-apps-header.sh
parenta7616c262ff994ed1a0930736ab5b8a301c1fd48 (diff)
Update ci loop for apps to include master and dab release
Change-Id: I7434475bc75cd27c75b63e0a8e28e3525e12c684 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'jjb/common/include-apps-header.sh')
-rw-r--r--jjb/common/include-apps-header.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/jjb/common/include-apps-header.sh b/jjb/common/include-apps-header.sh
index eb57c926..da084eda 100644
--- a/jjb/common/include-apps-header.sh
+++ b/jjb/common/include-apps-header.sh
@@ -58,6 +58,9 @@ while getopts ":b:a:p:r:dvx" opt; do
r)
export TARGETREFSPEC="$OPTARG"
;;
+ t)
+ export AGLBRANCH="$OPTARG"
+ ;;
v)
VERBOSE=true
function vprint() {
@@ -79,6 +82,7 @@ while getopts ":b:a:p:r:dvx" opt; do
echo " -- aarch64"
echo " -p <project> - project to use (default=AGL/AGL-repo)"
echo " -r <refspec> - refspec to use (default=refs/heads/master)"
+ echo " -t <branch> - AGL release branch to use (default=master , e.g. dab)"
echo " -v - verbose"
echo " -x - set -x"
echo "--------------------------------------------------------------------------------"