summaryrefslogtreecommitdiff
path: root/buildstream/_site.py
diff options
context:
space:
mode:
authorJürg Billeter <j@bitron.ch>2017-05-30 11:07:21 +0200
committerJürg Billeter <j@bitron.ch>2017-06-27 10:30:29 +0200
commit8c857b63011743948e962fca0eb301cf183b71c9 (patch)
tree545fcac9a1e040a4df504b7acdbc9b9957e090be /buildstream/_site.py
parente33ed2ff1450efc0b8e459d58d5d1a768884423e (diff)
downloadbuildstream-8c857b63011743948e962fca0eb301cf183b71c9.tar.gz
_ostree.py: Add SSH artifact fetch support
Diffstat (limited to 'buildstream/_site.py')
-rw-r--r--buildstream/_site.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/buildstream/_site.py b/buildstream/_site.py
index b3476fde8..d7b34203c 100644
--- a/buildstream/_site.py
+++ b/buildstream/_site.py
@@ -42,3 +42,6 @@ default_project_config = os.path.join(root, 'data', 'projectconfig.yaml')
# ostree-push shell script
ostree_push = os.path.join(root, 'data', 'ostree-push')
+
+# ostree-pull-ssh shell script
+ostree_pull_ssh = os.path.join(root, 'data', 'ostree-pull-ssh')