mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 13:45:43 +01:00
allow to prefix tags with “<text>+”
eg. mixbus+3.0 or mb+3.1-rc1
This commit is contained in:
parent
eba21335b9
commit
a842a69c16
2 changed files with 3 additions and 3 deletions
|
|
@ -76,9 +76,9 @@ test -f ${SRCDIR}/$1 || curl -k -L -o ${SRCDIR}/$1 $2
|
|||
################################################################################
|
||||
set -e
|
||||
|
||||
ARDOURVERSION=$(git describe | sed 's/-g.*$//')
|
||||
ARDOURVERSION=$(git describe | sed 's/^[A-Za-z]*+//;s/-g.*$//')
|
||||
ARDOURDATE=$(date -R)
|
||||
BINVERSION=$(git describe | sed 's/-g.*$//;s/\-rc\([^-]*\)-/-rc\1./;s/-/./;s/-.*$//')
|
||||
BINVERSION=$(git describe | sed 's/^[A-Za-z]*+//;s/-g.*$//;s/\-rc\([^-]*\)-/-rc\1./;s/-/./;s/-.*$//')
|
||||
if ! test -f build/gtk2_ardour/ardour-${BINVERSION}.exe; then
|
||||
echo "*** Please compile ardour ${ARDOURVERSION} first."
|
||||
exit 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue