release script: add username to signature file, upload files into airlock.
This commit is contained in:
@@ -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 *
|
||||
|
||||
Reference in New Issue
Block a user