summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2017-07-11 23:26:49 +0900
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2017-07-11 23:26:49 +0900
commit5106173c3dbfed75831baaaab658b0ed9500937f (patch)
treedbf6c811e68f35b88dd570ca3ad5793f9b9534bc
parent05a9ecb4ff2b6852c2329cf873204510dd9c8b2d (diff)
downloadbuildstream-5106173c3dbfed75831baaaab658b0ed9500937f.tar.gz
artifacts documentation: Now there is 'push-port', amend artifact docs for this
-rw-r--r--doc/source/artifacts.rst17
1 files changed, 3 insertions, 14 deletions
diff --git a/doc/source/artifacts.rst b/doc/source/artifacts.rst
index 9294dbc36..add9d19c7 100644
--- a/doc/source/artifacts.rst
+++ b/doc/source/artifacts.rst
@@ -139,20 +139,9 @@ then a user can use the following user configuration:
# A url to upload built artifacts to
push-url: artifacts@artifacts.com:artifacts
-Also, if you have used a custom port for uploading
-artifacts, there is no syntax for specifying that in
-the URL.
-
-Instead the user must specify this in their own ssh
-configuration in ``~/.ssh/config``
-
-This can be done with the following snippet, assuming
-the same ``artifacts.com`` url, and port ``10000``:
-
-.. code:: bash
-
- Host artifacts.com
- Port 10000
+ # If the artifact server uses a custom port for sshd
+ # then you can specify it here
+ push-port: 666
Authenticating Users