add tag to build

This commit is contained in:
Simon Marsh 2021-01-10 14:32:01 +00:00
parent 397c52070a
commit ce7a2736e9
Signed by: burble
GPG Key ID: 0FCCD13AE1CF7ED8

View File

@ -1,8 +1,12 @@
#!/bin/bash -e
##########################################################################
date=$(date +%y%m%d)
version='2.0.7'
git tag -a "burble-${version}-${date}" -m "burble.dn42 build ${version}/${date}"
git push --tags
# configure
if [ ! -f configure ]
@ -21,8 +25,6 @@ make -j4
# create debian package
date=$(date +%y%m%d)
echo "bird-$version for burble.dn42" > description-pak
sudo checkinstall \
--default \