1
0

release script: add username to signature file, upload files into airlock.

This commit is contained in:
ThomasV
2021-04-30 10:27:33 +00:00
parent 2b05615995
commit 7789497140
4 changed files with 13 additions and 17 deletions

View File

@@ -1,16 +1,16 @@
#!/bin/bash
# uploadserver is set in /etc/hosts
set -e
host=$1
version=`git describe --tags`
echo $version
here=$(dirname "$0")
cd $here/../dist
sftp -oBatchMode=no -b - thomasv@$host << !
cd electrum-downloads
sftp -oBatchMode=no -b - thomasv@uploadserver << !
cd electrum-downloads-airlock
mkdir $version
cd $version
mput *