summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.config/git/config4
-rw-r--r--.dput.d/profiles/DEFAULT.json2
2 files changed, 2 insertions, 4 deletions
diff --git a/.config/git/config b/.config/git/config
index 88c40074..ee7d3e1a 100644
--- a/.config/git/config
+++ b/.config/git/config
@@ -33,9 +33,7 @@
[dgit-distro "debian"]
keyid = 8DC2487E51ABDD90B5C4753F0F56D0553B6D411B
- # If and when #691703 is resolved, switch to 'ssh-upload'.
- # There is also 'ftp-eu' in the meantime.
- upload-host = ftp-master
+ upload-host = ssh-upload
[format]
# There's no tilde expansion for this. When can assume git 2.31 can
diff --git a/.dput.d/profiles/DEFAULT.json b/.dput.d/profiles/DEFAULT.json
index 557be7c0..3c6955e1 100644
--- a/.dput.d/profiles/DEFAULT.json
+++ b/.dput.d/profiles/DEFAULT.json
@@ -1,4 +1,4 @@
{
- "default_host_main": "ftp-master",
+ "default_host_main": "ssh-master",
"full_upload_log": true
}