add tag to build

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

View File

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