mirror of
https://github.com/jketterl/openwebrx.git
synced 2026-04-04 14:08:38 +00:00
clean up obsolete files
This commit is contained in:
parent
092a2e5ca0
commit
42789ed561
6 changed files with 0 additions and 191 deletions
|
|
@ -1,19 +0,0 @@
|
|||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
|
||||
git clone https://github.com/jketterl/openwebrx.git /openwebrx
|
||||
cd /openwebrx
|
||||
|
||||
debuild -uc -us
|
||||
|
||||
cd ..
|
||||
|
||||
export GPG_TTY=$(tty)
|
||||
gpg --batch --import <(echo "$SIGN_KEY")
|
||||
for DEB in `ls *.deb`; do
|
||||
debsigs --sign=maint -k $SIGN_KEY_ID $DEB
|
||||
done
|
||||
|
||||
dpkg-deb -I *.deb
|
||||
|
||||
tar cvfz packages.tar.gz *.deb
|
||||
Loading…
Add table
Add a link
Reference in a new issue