Skip to content

Commit

Permalink
Merge pull request coreos#202 from cgwalters/remove-walters-buildtools
Browse files Browse the repository at this point in the history
build.sh: Also drop walters-buildtools-fedora
  • Loading branch information
sinnykumari authored Nov 9, 2018
2 parents 14c9f1f + bb239e3 commit bd2dcbf
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,21 +30,6 @@ configure_yum_repos() {
mv "${repo}".new "${repo}"
done

# enable `walters/buildtools-fedora` copr
# pulled from https://copr.fedorainfracloud.org/coprs/walters/buildtools-fedora/repo/fedora-28/walters-buildtools-fedora-fedora-28.repo
cat > /etc/yum.repos.d/walters-buildtools-fedora-fedora-28.repo <<'EOF'
[walters-buildtools-fedora]
name=Copr repo for buildtools-fedora owned by walters
baseurl=https://copr-be.cloud.fedoraproject.org/results/walters/buildtools-fedora/fedora-$releasever-$basearch/
type=rpm-md
skip_if_unavailable=True
gpgcheck=1
gpgkey=https://copr-be.cloud.fedoraproject.org/results/walters/buildtools-fedora/pubkey.gpg
repo_gpgcheck=0
enabled=1
enabled_metadata=1
EOF

# enable `dustymabe/ignition` copr
# pulled from https://copr.fedorainfracloud.org/coprs/dustymabe/ignition/repo/fedora-28/dustymabe-ignition-fedora-28.repo
cat > /etc/yum.repos.d/dustymabe-ignition-fedora-28.repo <<'EOF'
Expand Down

0 comments on commit bd2dcbf

Please sign in to comment.