diff options
author | Felix Lange <fjl@users.noreply.github.com> | 2019-02-12 17:55:25 +0800 |
---|---|---|
committer | Péter Szilágyi <peterke@gmail.com> | 2019-02-19 16:56:14 +0800 |
commit | 9f5fb15097198ea20aaae31983a7101ac0679eaa (patch) | |
tree | 25e712d1f89d3079f3049c9eae1d4b1607d6a6c8 /.travis.yml | |
parent | 2072c26a96badbe45d6df56a4cd68ffd1b6fb12e (diff) | |
download | dexon-9f5fb15097198ea20aaae31983a7101ac0679eaa.tar dexon-9f5fb15097198ea20aaae31983a7101ac0679eaa.tar.gz dexon-9f5fb15097198ea20aaae31983a7101ac0679eaa.tar.bz2 dexon-9f5fb15097198ea20aaae31983a7101ac0679eaa.tar.lz dexon-9f5fb15097198ea20aaae31983a7101ac0679eaa.tar.xz dexon-9f5fb15097198ea20aaae31983a7101ac0679eaa.tar.zst dexon-9f5fb15097198ea20aaae31983a7101ac0679eaa.zip |
build: use SFTP for launchpad uploads (#19037)
* build: use sftp for launchpad uploads
* .travis.yml: configure sftp export
* build: update CI docs
(cherry picked from commit 3de19c8b31ab975eed1f7f276d31761f7f8b9af9)
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index f08083d3c..c34e3ea8a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -68,8 +68,10 @@ matrix: - debhelper - dput - fakeroot + - python-bzrlib + - python-paramiko script: - - go run build/ci.go debsrc -signer "Go Ethereum Linux Builder <geth-ci@ethereum.org>" -upload ppa:ethereum/ethereum + - go run build/ci.go debsrc -upload ppa:ethereum/ethereum -sftp-user geth-ci -signer "Go Ethereum Linux Builder <geth-ci@ethereum.org>" # This builder does the Linux Azure uploads - if: type = push |