summaryrefslogtreecommitdiff
path: root/baserock_ostree/image-config.yml
Commit message (Collapse)AuthorAgeFilesLines
* baserock_ostree: Move to UbuntuPedro Alvarez2021-09-201-31/+42
|
* baserock_ostree: Upgrade Buildstream to version 1.1.3Pedro Alvarez2018-07-291-1/+1
|
* baserock_ostree: Reinstall BuildStream whenever source code is updatedsam/buildstream-updateSam Thursfield2017-11-231-1/+2
|
* baserock_ostree: Update for changes in BuildStreamSam Thursfield2017-11-231-1/+1
| | | | | | | BuildStream commit bf8fc373d7711861129 (merge request 158) changes how the SSH protocol works. New versions of BuildStream require these changes to be able to interact with ostree.baserock.org over SSH. Old versions of BuildStream will still be able to interact with it too.
* baserock_ostree: Add 'releases' repoSam Thursfield2017-10-271-0/+12
| | | | | | | | | | | | | | | | 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 version of BuildStream that we installsam/ostree-updateSam Thursfield2017-10-231-2/+4
| | | | | | | | | The version listed there was too old, modern BuildStream versions would fail to push with this error: Exception: Unsupported protocol version 1 Also make sure we don't put root-owned stuff into `/home/fedora`.
* baserock_ostree: Note that we're on Fedora 26 now.Sam Thursfield2017-10-231-1/+1
|
* baserock_ostree: Update for changes in BuildStreamsam/update-ostreeSam Thursfield2017-07-211-1/+1
| | | | | | | | | 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.
* Add ostree.baserock.org systemSam Thursfield2017-07-131-0/+54
This is a new instance that can be used as an artifact cache by the BuildStream build tool. Anyone can download artifacts over HTTPS. Those given SSH access to the machine can write to the artifact cache (this will likely be limited to automated build machines). DNS is now set to point cache.baserock.org and ostree.baserock.org to the HAProxy frontend. The SSL certificate for the frontend-haproxy system has been regenerated to include the cache.baserock.org and ostree.baserock.org domains.