aboutsummaryrefslogtreecommitdiff
path: root/rpb-kernel-enterprise.yaml
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2016-08-16 19:52:58 +0300
committerFathi Boudra <fathi.boudra@linaro.org>2016-08-16 19:52:58 +0300
commit019d682ffa1b7902e92f94a1f3b85675d4359eaa (patch)
tree762eef3cad41a1c25bdde23ebd55d4b6a7eb5ccc /rpb-kernel-enterprise.yaml
parentb9813518a1641fd959c43b222ded23477ef8ea01 (diff)
rpb-kernel-entreprise: fix syntax error
there's a missing "`". Instead of backticks, use braces. Change-Id: I2200a58f766c59d5124d0fc6f421099a5964d559 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Diffstat (limited to 'rpb-kernel-enterprise.yaml')
-rw-r--r--rpb-kernel-enterprise.yaml8
1 files changed, 4 insertions, 4 deletions
diff --git a/rpb-kernel-enterprise.yaml b/rpb-kernel-enterprise.yaml
index 2652de1d65..29372f94b6 100644
--- a/rpb-kernel-enterprise.yaml
+++ b/rpb-kernel-enterprise.yaml
@@ -52,10 +52,10 @@
cd linux
## To use when we switch to RCs, since -rc is higher than the final tag
- kernel_version=`make kernelversion | sed -e 's/\.0-rc/~rc/'
+ kernel_version=$(make kernelversion | sed -e 's/\.0-rc/~rc/')
## To use when we switch to the final tag
- # kernel_version=`make kernelversion`
- export KERNEL_GIT_VERSION=`git log --format="%H" -1`
+ # kernel_version=$(make kernelversion)
+ export KERNEL_GIT_VERSION=$(git log --format="%H" -1)
export KDEB_PKGVERSION="${kernel_version}.linaro.${BUILD_NUMBER}-1"
git tag v${kernel_version}
@@ -78,7 +78,7 @@
- Branch: ${KERNEL_GIT_BRANCH}
- Hash: ${KERNEL_GIT_VERSION}
- -- Fathi Boudra <fathi.boudra@linaro.org> `date "+%a, %d %b %Y %T %z"`
+ -- Fathi Boudra <fathi.boudra@linaro.org> $(date -R)
EOF