aboutsummaryrefslogtreecommitdiffstats
path: root/build/dput-launchpad.cf
diff options
context:
space:
mode:
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 }}