mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-03 12:30:07 +00:00
win builds: call 'git describe' before we add unstaged files to the repo
This commit is contained in:
parent
357ff8e833
commit
86209e81b9
1 changed files with 3 additions and 2 deletions
|
@ -41,6 +41,9 @@ fi
|
|||
git submodule init
|
||||
git submodule update
|
||||
|
||||
VERSION=`git describe --tags --dirty`
|
||||
echo "Last commit: $VERSION"
|
||||
|
||||
pushd ./contrib/deterministic-build/electrum-locale
|
||||
for i in ./locale/*; do
|
||||
dir=$i/LC_MESSAGES
|
||||
|
@ -49,8 +52,6 @@ for i in ./locale/*; do
|
|||
done
|
||||
popd
|
||||
|
||||
VERSION=`git describe --tags --dirty`
|
||||
echo "Last commit: $VERSION"
|
||||
find -exec touch -d '2000-11-11T11:11:11+00:00' {} +
|
||||
popd
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue