Skip to content
Snippets Groups Projects
Commit ca43bda5 authored by Nic Henke's avatar Nic Henke
Browse files

remove the lustre version from the kernel EXTRA_VERSION to help get long branch

named nonrelease kernels under the 64 char uname limit
parent e368c609
No related merge requests found
...@@ -230,6 +230,8 @@ load_target() ...@@ -230,6 +230,8 @@ load_target()
if [ "$EXTRA_VERSION_save" ] ; then if [ "$EXTRA_VERSION_save" ] ; then
EXTRA_VERSION="$EXTRA_VERSION_save" EXTRA_VERSION="$EXTRA_VERSION_save"
elif ! (( $RELEASE )) ; then elif ! (( $RELEASE )) ; then
#remove the @VERSION@ (lustre version)
EXTRA_VERSION=$(echo $EXTRA_VERSION | sed -e "s/\(.*_lustre\)\..*/\1/")
EXTRA_VERSION="${EXTRA_VERSION}-${TAG}.${TIMESTAMP}" EXTRA_VERSION="${EXTRA_VERSION}-${TAG}.${TIMESTAMP}"
fi fi
# EXTRA_VERSION=${EXTRA_VERSION//-/_} # EXTRA_VERSION=${EXTRA_VERSION//-/_}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment