Skip to content

Commit

Permalink
compat-drivers: remove 'v' prefix from version on ChangeLog
Browse files Browse the repository at this point in the history
As with the previous commit this follows the kernel.org
model as well as the older releases we were making.

Signed-off-by: Luis R. Rodriguez <mcgrof@do-not-panic.com>
  • Loading branch information
mcgrof committed Jan 10, 2013
1 parent 37969ca commit 8a03812
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/gen-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ if [[ $COMPAT_DRIVERS_BRANCH != $TARGET_KERNEL_RELEASE && $BASE_TREE != "linux-n
fi

cd $COMPAT_DRIVERS_DIR
CHANGELOG_FILE="ChangeLog-$(git describe| sed -e 's|compat-drivers-||')"
CHANGELOG_FILE="ChangeLog-$(git describe| sed -e 's|compat-drivers-v||')"


if [[ $COMPAT_DRIVERS_BRANCH != "master" ]]; then
Expand Down

0 comments on commit 8a03812

Please sign in to comment.