From 96af416dfa06181e7340a5adf98cce5f320c235d Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Fri, 1 Mar 2024 15:52:21 +0800 Subject: switch to uploading to ssh-master --- .config/git/config | 4 +--- .dput.d/profiles/DEFAULT.json | 2 +- 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 } -- cgit v1.2.3