mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 20:03:02 +01:00
Fixed v4 build numbering & some scripting bugs.
This commit is contained in:
parent
06a8c7d7cd
commit
b6ef85d15a
@ -1,6 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
v40Filter="--after=15.03.2016"
|
v40Filter="--after=28.02.2016"
|
||||||
v30Offset=15471
|
v30Offset=15471
|
||||||
v25Offset=13822
|
v25Offset=13822
|
||||||
v21Offset=9146
|
v21Offset=9146
|
||||||
@ -12,7 +12,8 @@ Adjust="$2"
|
|||||||
Filter="$3"
|
Filter="$3"
|
||||||
|
|
||||||
git checkout $Branch
|
git checkout $Branch
|
||||||
git pull
|
git reset --hard origin/$Branch
|
||||||
|
git clean -d -x -f
|
||||||
|
|
||||||
TmpFile=temp.buildno
|
TmpFile=temp.buildno
|
||||||
WriteBuildNumFile="src/misc/writeBuildNum.sh"
|
WriteBuildNumFile="src/misc/writeBuildNum.sh"
|
||||||
@ -38,6 +39,8 @@ fi
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
git fetch --all
|
||||||
|
|
||||||
processBranch master 0 $v40Filter
|
processBranch master 0 $v40Filter
|
||||||
processBranch B3_0_Release $v30Offset
|
processBranch B3_0_Release $v30Offset
|
||||||
processBranch B2_5_Release $v25Offset
|
processBranch B2_5_Release $v25Offset
|
||||||
|
Loading…
Reference in New Issue
Block a user