aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2018-03-23 10:01:39 +0100
committerGerd Hoffmann <kraxel@redhat.com>2018-03-23 10:01:39 +0100
commitc19aed80febfb556324360e32e480482dcea16c8 (patch)
treeca4d421920e3254b686e59278b5a44e2ae9c48ec /scripts
parent0d4a3000c9efd997fb7939a540b8fedcf483810d (diff)
downloadjenkinsfiles-c19aed80febfb556324360e32e480482dcea16c8.tar.gz
tweak logging
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/prepare-kernel.sh8
1 files changed, 7 insertions, 1 deletions
diff --git a/scripts/prepare-kernel.sh b/scripts/prepare-kernel.sh
index c6521b3..87a271e 100755
--- a/scripts/prepare-kernel.sh
+++ b/scripts/prepare-kernel.sh
@@ -19,7 +19,13 @@ rm -rvf linux-*.tar*
--prefix linux-${version}/ ${tag}) \
> linux-${version}.tar
gzip linux-${version}.tar
-echo "# build: ${variant} - ${version} - ${release}"
+echo "#"
+echo "# building ..."
+echo "# variant : ${variant}"
+echo "# tarball : ${version}"
+echo "# rpmvers : ${rpmvers}"
+echo "# release : ${release}"
+echo "#"
sed -e "s/@variant@/${variant}/" \
-e "s/@version@/${version}/" \
-e "s/@rpmvers@/${rpmvers}/" \