summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2024-03-01 15:52:21 +0800
committerSean Whitton <spwhitton@spwhitton.name>2024-03-01 15:52:47 +0800
commit96af416dfa06181e7340a5adf98cce5f320c235d (patch)
treea676cdbe7f28438120c3cd6e8d34c4a070215ea7
parentdd3af7eb6203932573a1ff9e93549c6bca1b7112 (diff)
downloaddotfiles-96af416dfa06181e7340a5adf98cce5f320c235d.tar.gz
switch to uploading to ssh-master
-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
}