Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 584980 Details for
Bug 813074
replace rpm commands w/ yum
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
yum command patch
rhuiYumCommands.patch (text/plain), 1.80 KB, created by
wes hayutin
on 2012-05-16 14:16:07 UTC
(
hide
)
Description:
yum command patch
Filename:
MIME Type:
Creator:
wes hayutin
Created:
2012-05-16 14:16:07 UTC
Size:
1.80 KB
patch
obsolete
>diff --git rel-eng/iso/src/install_CDS.sh rel-eng/iso/src/install_CDS.sh >index 3d32574..9125699 100755 >--- rel-eng/iso/src/install_CDS.sh >+++ rel-eng/iso/src/install_CDS.sh >@@ -3,7 +3,7 @@ > echo "Installing Red Hat Content Deliver Server packages" > echo "" > >-yum localinstall -y $@ RHUI/rh-cds* RHUI/mod_python* RHUI/httpd* >+yum install -y $@ RHUI/rh-cds* RHUI/mod_python* RHUI/httpd* > > if [ $? != 0 ] ; then > echo "" >diff --git rel-eng/iso/src/install_LB.sh rel-eng/iso/src/install_LB.sh >index 599c77d..1100522 100644 >--- rel-eng/iso/src/install_LB.sh >+++ rel-eng/iso/src/install_LB.sh >@@ -3,7 +3,7 @@ > echo "Installing Red Hat Update Infrastructure Load Balancer packages" > echo "" > >-yum localinstall -y $@ RHUI/rh-cds* RHUI/mod_python* RHUI/httpd* >+yum install -y $@ RHUI/rh-cds* RHUI/mod_python* RHUI/httpd* > > if [ $? != 0 ] ; then > echo "" >diff --git rel-eng/iso/src/install_RHUA.sh rel-eng/iso/src/install_RHUA.sh >index 9ec82a6..6833d7d 100755 >--- rel-eng/iso/src/install_RHUA.sh >+++ rel-eng/iso/src/install_RHUA.sh >@@ -3,7 +3,7 @@ > echo "Installing Red Hat Update Appliance packages" > echo "" > >-yum localinstall -y $@ RHUI/rh-rhua-* RHUI/grinder* RHUI/txt2rss* \ >+yum install -y $@ RHUI/rh-rhua-* RHUI/grinder* RHUI/txt2rss* \ > RHUI/createrepo* RHUI/python-hashlib* \ > RHUI/python-pycurl* RHUI/PyYAML* RHUI/libyaml-0* \ > RHUI/rh-cds* RHUI/mod_python* RHUI/httpd* >diff --git rel-eng/iso/src/install_tools.sh rel-eng/iso/src/install_tools.sh >index ff407f7..fff4b2a 100755 >--- rel-eng/iso/src/install_tools.sh >+++ rel-eng/iso/src/install_tools.sh >@@ -3,7 +3,7 @@ > echo "Installing RHUI Tools packages" > echo "" > >-yum localinstall -y $@ RHUI/rh-rhui-tools* RHUI/PyYAML* RHUI/libyaml-0* \ >+yum install -y $@ RHUI/rh-rhui-tools* RHUI/PyYAML* RHUI/libyaml-0* \ > RHUI/rpm-build* RHUI/elfutils-0* \ > RHUI/elfutils-libs-* >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 813074
: 584980 |
601246