summaryrefslogtreecommitdiff
path: root/buildstream/plugins/sources/remote.py
diff options
context:
space:
mode:
Diffstat (limited to 'buildstream/plugins/sources/remote.py')
-rw-r--r--buildstream/plugins/sources/remote.py7
1 files changed, 2 insertions, 5 deletions
diff --git a/buildstream/plugins/sources/remote.py b/buildstream/plugins/sources/remote.py
index a0809cb10..a6b02fd1c 100644
--- a/buildstream/plugins/sources/remote.py
+++ b/buildstream/plugins/sources/remote.py
@@ -28,9 +28,6 @@ remote - stage files from remote urls
# Specify the remote source kind
kind: remote
- # Optionally specify a relative staging directory
- # directory: path/to/stage
-
# Optionally specify a relative staging filename.
# If not specified, the basename of the url will be used.
# filename: customfilename
@@ -47,12 +44,12 @@ remote - stage files from remote urls
# Specify the ref. It's a sha256sum of the file you download.
ref: 6c9f6f68a131ec6381da82f2bff978083ed7f4f7991d931bfa767b7965ebc94b
-
+See :ref:`built-in functionality doumentation <core_source_builtins>` for
+details on common configuration options for sources.
.. note::
The ``remote`` plugin is available since :ref:`format version 10 <project_format_version>`
-
"""
import os
from buildstream import SourceError, utils