Skip to content

Commit

Permalink
repos: move to coreos-pool repo
Browse files Browse the repository at this point in the history
This is an intermediate step towards our longer term goal of consuming
everything for our production refs from a distRepo generated from the
coreos-pool koji tag. Right now we'll just consume from the coreos-pool
as well as the traditional fedora repos.

This replaces the fedora-coreos-continuous repo as that will be used for
CI streams that rebuild quickly from upstream sources. We were currently
using it to bypass bodhi but we can use coreos-pool for that too.
  • Loading branch information
dustymabe authored and jlebon committed May 14, 2019
1 parent d0c2c32 commit 8f03d3a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion fedora-coreos-base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ mutate-os-release: "30"
repos:
- fedora
- fedora-updates
- fedora-coreos-continuous
- fedora-coreos-pool

ignore-removed-users:
- root
Expand Down
8 changes: 0 additions & 8 deletions fedora-coreos-continuous.repo

This file was deleted.

8 changes: 8 additions & 0 deletions fedora-coreos-pool.repo
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[fedora-coreos-pool]
name=Fedora coreos pool repository - $basearch
baseurl=https://kojipkgs.fedoraproject.org/repos-dist/coreos-pool/latest/$basearch/
enabled=1
repo_gpgcheck=0
type=rpm-md
gpgcheck=1
skip_if_unavailable=True

0 comments on commit 8f03d3a

Please sign in to comment.