mirror of
https://github.com/arnaucube/go-ethereum.git
synced 2026-02-28 05:56:45 +01:00
* build: use sftp for launchpad uploads
* .travis.yml: configure sftp export
* build: update CI docs
(cherry picked from commit 3de19c8b31)
9 lines
241 B
CFEngine3
9 lines
241 B
CFEngine3
[{{.LaunchpadUser}}/{{.LaunchpadPPA}}]
|
|
fqdn = ppa.launchpad.net
|
|
method = sftp
|
|
incoming = ~{{.LaunchpadUser}}/ubuntu/{{.LaunchpadPPA}}/
|
|
login = {{.LaunchpadSSH}}
|
|
{{ if .IdentityFile }}
|
|
ssh_options = IdentityFile {{.IdentityFile}}
|
|
{{ end }}
|