Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 338932
b: refs/heads/master
c: 0e2af95
h: refs/heads/master
v: v3
  • Loading branch information
Ingo Molnar authored and Arnaldo Carvalho de Melo committed Oct 31, 2012
1 parent f4acc4f commit 7cbfd54
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 10 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: acddedfba0df1e47fa99035a04661082b679ee9c
refs/heads/master: 0e2af956693a8797d658d076ff4c0da4147f0131
13 changes: 4 additions & 9 deletions trunk/tools/perf/util/PERF-VERSION-GEN
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,12 @@ GVF=${OUTPUT}PERF-VERSION-FILE
LF='
'

#
# First check if there is a .git to get the version from git describe
# otherwise try to get the version from the kernel makefile
# otherwise try to get the version from the kernel Makefile
#
if test -d ../../.git -o -f ../../.git &&
VN=$(echo $(git tag -l "v[0-9].[0-9]*" | tail -1)"-g"$(git log -1 --abbrev=4 --pretty=format:"%h" HEAD) 2>/dev/null) &&
case "$VN" in
*$LF*) (exit 1) ;;
v[0-9]*)
git update-index -q --refresh
test -z "$(git diff-index --name-only HEAD --)" ||
VN="$VN-dirty" ;;
esac
VN=$(echo $(git tag -l "v[0-9].[0-9]*" | tail -1)"-g"$(git log -1 --abbrev=4 --pretty=format:"%h" HEAD) 2>/dev/null)
then
VN=$(echo "$VN" | sed -e 's/-/./g');
else
Expand Down

0 comments on commit 7cbfd54

Please sign in to comment.