Merge pull request #3293 from onlyjob/master
Provide build time when building from tarball:
This commit is contained in:
commit
f7e88c39d7
1 changed files with 2 additions and 0 deletions
|
@ -13,6 +13,8 @@ else
|
|||
exit 1
|
||||
fi
|
||||
|
||||
TIME=$(date '+%F %T %z')
|
||||
|
||||
if [ -e "$(which git)" -a -d ".git" ]; then
|
||||
# clean 'dirty' status of touched files that haven't been modified
|
||||
git diff >/dev/null 2>/dev/null
|
||||
|
|
Loading…
Add table
Reference in a new issue