Skip to content

Commit

Permalink
Use a master copr repo on the master branch
Browse files Browse the repository at this point in the history
From now on, we can fork the master repo into a branch name repo
at the same time that we create the release branch in this repo.

This allows us to change package versions without affecting previous
releases more easily
  • Loading branch information
carbonin committed Oct 11, 2017
1 parent 36f701a commit 05d8dab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kickstarts/partials/main/repos.ks.erb
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ repo --name=google-cloud-compute --baseurl=https://packages.cloud.google.com/yum
<% end %>

# Please also add to "post install repos" post/repos partial
repo --name=manageiq-ManageIQ-Fine --baseurl=https://copr-be.cloud.fedoraproject.org/results/manageiq/ManageIQ-Fine/epel-7-x86_64/
repo --name=manageiq-ManageIQ-Master --baseurl=https://copr-be.cloud.fedoraproject.org/results/manageiq/ManageIQ-Master/epel-7-x86_64/
repo --name=postmodern-ruby-install --baseurl=https://copr-be.cloud.fedoraproject.org/results/postmodern/ruby-install/fedora-25-$basearch/
2 changes: 1 addition & 1 deletion kickstarts/partials/post/repos.ks.erb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Please also add to "build time repos" main/repos partial

pushd /etc/yum.repos.d/
wget https://copr.fedorainfracloud.org/coprs/manageiq/ManageIQ-Fine/repo/epel-7/manageiq-ManageIQ-Fine-epel-7.repo
wget https://copr.fedorainfracloud.org/coprs/manageiq/ManageIQ-Master/repo/epel-7/manageiq-ManageIQ-Master-epel-7.repo
popd

<% if @target == "gce" %>
Expand Down

0 comments on commit 05d8dab

Please sign in to comment.