compat-drivers: update genlog-3.8
authorLuis R. Rodriguez <mcgrof@do-not-panic.com>
Wed, 9 Jan 2013 01:56:22 +0000 (17:56 -0800)
committerLuis R. Rodriguez <mcgrof@do-not-panic.com>
Wed, 9 Jan 2013 02:00:02 +0000 (18:00 -0800)
This updates genlog-3.8 so it adds the extra version postfix
number. Even though the Linux kernel release may remain stable
we may at times make a new release of compat-drivers to update
fixes for backporting.

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

index 8d10fdcf8f438b8e5fc084137b3d8ba71883053f..053db78c3bae67a7b89c9399766a03ecf3cfb766 100755 (executable)
@@ -6,13 +6,15 @@ COMPAT_WIRELESS=$HOME/devel/compat-drivers/.git
 OLD_VER=7
 let VER="8"
 RC="-rc2"
-LOG="ChangeLog-3.${VER}${RC}"
+export GIT_DIR=${COMPAT_WIRELESS}
+CD_VER="$(git describe | sed -e 's|compat-drivers-||g')"
+LOG="ChangeLog-${CD_VER}"
 
 echo > $LOG
 
-echo -e "===============================================" >> $LOG
-echo -e "ChangeLog for compat-drivers for linux-3.${VER}${RC}" >> $LOG
-echo -e "===============================================" >> $LOG
+echo -e "================================================================" >> $LOG
+echo -e "ChangeLog for $(git describe) based on linux-3.${VER}${RC}" >> $LOG
+echo -e "================================================================" >> $LOG
 
 echo -e "
 This is the ChangeLog for the Linux kernel project compat-drivers.