|
|
@@ -2,7 +2,6 @@ |
|
|
|
|
|
|
|
|
# check for git short hash |
|
|
# check for git short hash |
|
|
revision=$(cd "$1" && git describe --always 2> /dev/null) |
|
|
revision=$(cd "$1" && git describe --always 2> /dev/null) |
|
|
test "$revision" && revision=git-$revision |
|
|
|
|
|
|
|
|
|
|
|
# no revision number found |
|
|
# no revision number found |
|
|
test "$revision" || revision=$(cd "$1" && cat RELEASE 2> /dev/null) |
|
|
test "$revision" || revision=$(cd "$1" && cat RELEASE 2> /dev/null) |
|
|
|