This website requires JavaScript.
Explore
Help
Register
Sign In
sig_cloud
/
diskimage-builder
Watch
2
Star
0
Fork
0
You've already forked diskimage-builder
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
601dc0387f
diskimage-builder
/
diskimage_builder
/
elements
/
epel
/
package-installs.yaml
5 lines
63 B
YAML
Raw
Normal View
History
Unescape
Escape
Add wget to package-installs.yaml for epel A recent commit (I29c73355a85112840b57f93b39a9eeda421875e6) updated the epel element to rely on wget, but wget is not always installed. Since wget is used in pre-install.d, we must install it in that phase. Change-Id: Iad2a9c4f0081835a1aa78e6fd2f721f6afd44dc2
2015-02-24 21:47:44 +00:00
wget
:
phase
:
pre-install.d
Add yum-utils as EPEL dependency With 8e822768f96945cf5cbe911992513aa244177676 we added the ability to disable the EPEL repository, however we need yum-utils to use yum-config-manager. Change-Id: Iea445f84494fd9a89fd93e9b35f920eb5e55211d Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2017-04-20 19:50:43 +00:00
yum-utils
:
phase
:
pre-install.d
Reference in New Issue
Copy Permalink