config/functions: add hour, minute, second to builddate and version string

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2011-08-12 22:15:19 +02:00
parent e0b18948bf
commit 7570a479e0

View File

@ -116,7 +116,7 @@ add_group() {
get_version() {
BUILD_DATE=`date +%Y%m%d`
BUILD_DATE=`date +%Y%m%d%H%M%S`
if [ "$OPENELEC_VERSION" = devel -o "$OPENELEC_VERSION" = debug ]; then
GIT_BUILD=`git log --pretty=format:'' | wc -l`