Add ~/.dput.cf
This commit is contained in:
parent
796c677dcb
commit
3f08a6c2d5
2 changed files with 12 additions and 0 deletions
8
roles/home-cli/files/dput.cf
Normal file
8
roles/home-cli/files/dput.cf
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
[mentors]
|
||||||
|
fqdn = mentors.debian.net
|
||||||
|
incoming = /upload
|
||||||
|
method = https
|
||||||
|
allow_unsigned_uploads = 0
|
||||||
|
progress_indicator = 2
|
||||||
|
# Allow uploads for UNRELEASED packages
|
||||||
|
allowed_distributions = .*
|
|
@ -19,3 +19,7 @@
|
||||||
copy:
|
copy:
|
||||||
src: openpgp.asc
|
src: openpgp.asc
|
||||||
dest: "{{ ansible_env.HOME }}/.config/openpgp.asc"
|
dest: "{{ ansible_env.HOME }}/.config/openpgp.asc"
|
||||||
|
- name: Copy .dput.cf
|
||||||
|
copy:
|
||||||
|
src: dput.cf
|
||||||
|
dest: "{{ ansible_env.HOME }}/.dput.cf"
|
||||||
|
|
Loading…
Reference in a new issue