diff --git a/autobuild.sh b/autobuild.sh index eda94edef..816cdb97a 100755 --- a/autobuild.sh +++ b/autobuild.sh @@ -11,6 +11,9 @@ umask 022 cd $rootdir +date -u +git describe --tags + if [ -d /usr/src/fio ]; then MAKECONFIG="$MAKECONFIG CONFIG_FIO_PLUGIN=y FIO_SOURCE_DIR=/usr/src/fio" fi