summaryrefslogtreecommitdiff
path: root/buildstream/data
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2017-11-16 17:03:15 +0000
committerSam Thursfield <sam.thursfield@codethink.co.uk>2017-11-22 15:03:55 +0000
commit43d3871533a41524f3537793a2a1ea1a7a3e1aed (patch)
tree37affcbef914219150449b790689a0ae9d6a8c48 /buildstream/data
parent5b7d0420bcdaa32cc8083edeb7d905fbe8caa1d4 (diff)
downloadbuildstream-43d3871533a41524f3537793a2a1ea1a7a3e1aed.tar.gz
Remove the push-port config option
Ports can and should be specified by using proper ssh:// URL forms, e.g: ssh://artifacts@example.com:22200/artifacts The alternate form of artifacts@example.com:artifacts isn't a valid URL, and doesn't let you specify a different port. People are used to this form due to Git continuing to use it but we should encourage people to use proper URLs.
Diffstat (limited to 'buildstream/data')
-rw-r--r--buildstream/data/userconfig.yaml4
1 files changed, 0 insertions, 4 deletions
diff --git a/buildstream/data/userconfig.yaml b/buildstream/data/userconfig.yaml
index 8d066ab52..17c855b1f 100644
--- a/buildstream/data/userconfig.yaml
+++ b/buildstream/data/userconfig.yaml
@@ -60,10 +60,6 @@ artifacts:
# (must point to the same repository as pull-url)
push-url: ''
- # Specify the port number for pushing artifacts, if it's
- # not the default port 22
- push-port: 22
-
#
# Logging
#