mirror of
https://github.com/Yubico/yubioath-flutter.git
synced 2024-11-27 06:14:58 +03:00
Add ppa-publish.sh
This commit is contained in:
parent
5ddf07790a
commit
83ded6afc3
17
dev-util/ppa-publish.sh
Executable file
17
dev-util/ppa-publish.sh
Executable file
@ -0,0 +1,17 @@
|
||||
#!/bin/bash
|
||||
# Generate `VERSION` file and run `../scripts/make-ppa`
|
||||
#
|
||||
# Command line arguments are passed through to `make-ppa`.
|
||||
|
||||
die() {
|
||||
echo "Error occurred - exiting!" >&2
|
||||
cleanup
|
||||
exit 1
|
||||
}
|
||||
|
||||
python3 compute-version.py yubioath-desktop- > VERSION
|
||||
|
||||
echo "Version:"
|
||||
cat VERSION
|
||||
|
||||
../scripts/make-ppa "$@"
|
Loading…
Reference in New Issue
Block a user