]> xenbits.xensource.com Git - people/dstodden/blktap-dkms.git/commitdiff
kernelbranches: Be verbose.
authorDaniel Stodden <daniel.stodden@citrix.com>
Wed, 13 Jul 2011 23:10:24 +0000 (16:10 -0700)
committerDaniel Stodden <daniel.stodden@citrix.com>
Wed, 13 Jul 2011 23:14:02 +0000 (16:14 -0700)
Logs branches found to stderr.

Signed-off-by: Daniel Stodden <daniel.stodden@citrix.com>
bin/kernelbranches

index b741fc7ca0829d72a8d8c2f7df79fb9e34fb524f..46f2dcf838c90824efbfc209f1a7e121376910cc 100755 (executable)
@@ -35,6 +35,7 @@ while read version
 do
        branch="$BRANCH_PREFIX$version"
        desc=$(git --git-dir=$GIT_REPO describe $branch)
+       echo BRANCH: $branch: kernel $version @ $desc  1>&2
        echo $branch:$version:$desc
 done