summaryrefslogtreecommitdiff
path: root/baserock_ostree/image-config.yml
diff options
context:
space:
mode:
Diffstat (limited to 'baserock_ostree/image-config.yml')
-rw-r--r--baserock_ostree/image-config.yml12
1 files changed, 12 insertions, 0 deletions
diff --git a/baserock_ostree/image-config.yml b/baserock_ostree/image-config.yml
index 1152d846..1bfb90df 100644
--- a/baserock_ostree/image-config.yml
+++ b/baserock_ostree/image-config.yml
@@ -49,6 +49,18 @@
chdir: /home/fedora/buildstream
creates: /usr/bin/bst-artifact-receive
+ # We also install ostree-push/receive, which is used for pushing to the
+ # releases/ repo.
+ - name: ostree-push/receive sources
+ git: dest=/home/fedora/ostree-push repo=https://github.com/ssssam/ostree-push version=9aa82b67325786a810653155b952a17b7ccc436a
+ become_user: fedora
+
+ - name: ostree-push/receive installed
+ command: make PREFIX=/usr/ install
+ args:
+ chdir: /home/fedora/ostree-push
+ creates: /usr/bin/ostree-receive
+
- name: disable SELinux on subsequent boots
selinux: state=disabled