diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2017-09-28 13:59:36 +0200 |
---|---|---|
committer | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2017-09-28 13:59:36 +0200 |
commit | 43045124a49c1540882bd6bd7e00e4a4addac047 (patch) | |
tree | eef83f3ffee44b71723bdd059ad0ba25b4eaf2d7 /jjb/common/include-apps-header.sh | |
parent | 6e4b7d92946533bfc14bf067598277f05513431f (diff) |
After merge, rebuild app
and upload it to the app repository folder on
the download server for consumption.
Change-Id: I3df70f0ce11f0d448999e9b54e637a53070e0439
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.sh | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/jjb/common/include-apps-header.sh b/jjb/common/include-apps-header.sh index da084eda..9afcbde6 100644 --- a/jjb/common/include-apps-header.sh +++ b/jjb/common/include-apps-header.sh @@ -24,18 +24,9 @@ function dprint() { : } -#export TARGETARCHALL="arm aarch64 x86-64" -#set | grep arm -#set | grep aarch64 -#set | grep x86-64 - echo "################################################################################" set | grep TARGETARCH echo "################################################################################" -#if test x"" = x"${TARGETARCH}"; then -# export TARGETARCH="arm" -#fi -#set +x # finally cmdline arguments while getopts ":b:a:p:r:dvx" opt; do |