mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2024-11-10 09:40:53 +01:00
dont use vers.txt
Signed-off-by: Sergey Isakov <isakov-sl@bk.ru>
This commit is contained in:
parent
35f1674611
commit
807a11a1b7
2
buildme
2
buildme
@ -216,7 +216,7 @@ if [[ -d .git ]]; then
|
||||
lsha1=$(git rev-parse --short HEAD)
|
||||
fi
|
||||
|
||||
echo "buildme, Clover v2.5k r$(cat vers.txt) (SHA: $lsha1)"
|
||||
echo "buildme, Clover v2.5k r$(git describe --tags $(git rev-list --tags --max-count=1)) (SHA: $lsha1)"
|
||||
echo "TOOLCHAIN: $MYTOOLCHAIN (override example: './buildme XCODE8')"
|
||||
echo
|
||||
PS3='Please enter your choice: '
|
||||
|
@ -453,7 +453,7 @@ MainBuildScript() {
|
||||
checkCmdlineArguments $@
|
||||
checkToolchain
|
||||
|
||||
local repoRev=$(cat vers.txt)
|
||||
local repoRev=$(git describe --tags $(git rev-list --tags --max-count=1))
|
||||
|
||||
#
|
||||
# we are building the same rev as before?
|
||||
|
Loading…
Reference in New Issue
Block a user