summaryrefslogtreecommitdiff
path: root/baserock_ostree/etc
Commit message (Collapse)AuthorAgeFilesLines
* Stop using default.target in servicespedro/default_target_workaroundPedro Alvarez2018-04-034-4/+4
| | | | | | | | | Use multi-user.target instead. There is a bug in systemd that makes it ignore the services in default.target.wants folder: https://github.com/systemd/systemd/issues/6334 This issue is still present in fedora 27, so this is the best workaround for now.
* baserock_ostree: Add 'releases' repoSam Thursfield2017-10-274-2/+21
| | | | | | | | | | | | | | | | This is different from the existing 'cache' repo in that we should be careful what we push to it, and we should never delete things from it once they have been made public. Pushing to the releases repo should be done with ostree-push/receive rather than BuildStream. I've set up the receive hook on the server. The upstream repo of ostree-push/receive seems abandoned so I have been using a fork: https://github.com/ssssam/ostree-push See also: https://listmaster.pepperfish.net/pipermail/baserock-dev-baserock.org/2017-September/013811.html https://gitlab.com/baserock/definitions/merge_requests/58
* baserock_ostree: Update for changes in BuildStreamsam/update-ostreeSam Thursfield2017-07-212-0/+19
We now need a timer job to update the summary file, see: https://buildstream.gitlab.io/buildstream/artifacts.html#summary-file-updates I also updated BuildStream which changes the artifact push protocol. Sadly the protocol isn't versioned yet so old versions will now fail to push with weird errors.