Skip to content

Commit

Permalink
Merge pull request #1298 from geoffnichols/maint/stable/disable_epel_…
Browse files Browse the repository at this point in the history
…repos

(MAINT) Disable 'add_el_extras' for Beaker
  • Loading branch information
joshcooper committed Apr 7, 2016
2 parents c173753 + aeafa6e commit 7526eab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acceptance/Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ module HarnessOptions
:xml => true,
:timesync => false,
:repo_proxy => true,
:add_el_extras => true,
:add_el_extras => false,
:preserve_hosts => 'onfail',
}

Expand Down

0 comments on commit 7526eab

Please sign in to comment.