compat-drivers: trim 'v' prefix from ChangeLog file
authorLuis R. Rodriguez <mcgrof@do-not-panic.com>
Thu, 10 Jan 2013 20:53:59 +0000 (12:53 -0800)
committerLuis R. Rodriguez <mcgrof@do-not-panic.com>
Thu, 10 Jan 2013 20:53:59 +0000 (12:53 -0800)
This follows the kernel.org releases as well as our old
releases.

Signed-off-by: Luis R. Rodriguez <mcgrof@do-not-panic.com>
scripts/genlog-3.7
scripts/genlog-3.8

index 1bfb112c007151a66132b18d83e98df7d754bff2..80f8731f61930e3fbc17217bc8a517912563498a 100755 (executable)
@@ -8,7 +8,7 @@ export GIT_DIR=${COMPAT_DRIVERS}
 OLD_VER=6
 let VER="7"
 RC="-rc1"
-LOG="ChangeLog-$(git describe| sed -e 's|compat-drivers-||')"
+LOG="ChangeLog-$(git describe| sed -e 's|compat-drivers-v||')"
 
 echo > $LOG
 
index 053db78c3bae67a7b89c9399766a03ecf3cfb766..feed6bc21b5e79b599c2986a9dd74fbde5edfb0d 100755 (executable)
@@ -7,7 +7,7 @@ OLD_VER=7
 let VER="8"
 RC="-rc2"
 export GIT_DIR=${COMPAT_WIRELESS}
-CD_VER="$(git describe | sed -e 's|compat-drivers-||g')"
+CD_VER="$(git describe | sed -e 's|compat-drivers-v||g')"
 LOG="ChangeLog-${CD_VER}"
 
 echo > $LOG