summaryrefslogtreecommitdiff
path: root/baserock_ostree/ostree-access-config.yml
Commit message (Collapse)AuthorAgeFilesLines
* baserock_ostree: Add 'releases' repoSam Thursfield2017-10-271-1/+11
| | | | | | | | | | | | | | | | 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
* Give Jonathan Maw push access to ostree.baserock.orgSam Thursfield2017-09-291-0/+1
| | | | | Jonathan has done an armv8l64 bootstrap with BuildStream and I want to get all of those artifacts into our cache.
* baserock_ostree: Enable write accessSam Thursfield2017-07-131-0/+15
So far this is limited to the existing Baserock ops team, and a new key that I will try to install into our GitLab CI configuration so that build runners can push artifacts. We don't to hand out access too widely because we currently don't do any verification that the submitted artifacts actually corresponds to the cache key that it's supposed to. This is fine as long as access is limited to autobuilders that we control and trusted developers.