Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 766 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 766 Bytes

Browsers for Fedora CoreOS releases

This repository contains the source for several standalone HTML pages, which are used by developers in order to more easily browse Fedora CoreOS (FCOS) releases.

Deploying

Right now, it's a manual process. E.g.:

aws s3 cp --profile fcos-builds-mgmt --acl=public-read \
    browser/index.html s3://fcos-builds/browser \
    --cache-control max-age=60

We might merge this repo into fedora-coreos-streams eventually which already has auto-syncing in place.