aboutsummaryrefslogtreecommitdiffstats
path: root/build/dput-launchpad.cf
diff options
context:
space:
mode:
authorFelix Lange <fjl@users.noreply.github.com>2019-02-12 17:55:25 +0800
committerPéter Szilágyi <peterke@gmail.com>2019-02-19 16:56:14 +0800
commit9f5fb15097198ea20aaae31983a7101ac0679eaa (patch)
tree25e712d1f89d3079f3049c9eae1d4b1607d6a6c8 /build/dput-launchpad.cf
parent2072c26a96badbe45d6df56a4cd68ffd1b6fb12e (diff)
downloaddexon-9f5fb15097198ea20aaae31983a7101ac0679eaa.tar.gz
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 'build/dput-launchpad.cf')
-rw-r--r--build/dput-launchpad.cf8
1 files changed, 8 insertions, 0 deletions
diff --git a/build/dput-launchpad.cf b/build/dput-launchpad.cf
new file mode 100644
index 000000000..3063c3c07
--- /dev/null
+++ b/build/dput-launchpad.cf
@@ -0,0 +1,8 @@
+[{{.LaunchpadUser}}/{{.LaunchpadPPA}}]
+fqdn = ppa.launchpad.net
+method = sftp
+incoming = ~{{.LaunchpadUser}}/ubuntu/{{.LaunchpadPPA}}/
+login = {{.LaunchpadSSH}}
+{{ if .IdentityFile }}
+ ssh_options = IdentityFile {{.IdentityFile}}
+{{ end }}