Bug 71823
Summary: | Cannot build satellite installer | ||
---|---|---|---|
Product: | Red Hat Satellite 5 | Reporter: | Matt Jamison <jamisonm> |
Component: | Server | Assignee: | Cristian Gafton <gafton> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Fanny Augustin <fmoquete> |
Severity: | high | Docs Contact: | |
Priority: | medium | ||
Version: | unspecified | CC: | cturner, gafton, gdk, mihai.ibanescu, pjones |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | i386 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2002-08-21 15:33:33 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Josef Komenda
2002-08-19 18:36:36 UTC
The current iso build process is that on Zealot.devel.redhat.com I run the following: cd /var/spool/up2date/ rm -f *.rpm rm -f *.hdr rm -f /tmp/installer/RPMS/*.rpm (this to clear out any previous rpms) up2date -d --nosig apache apache-devel mod_perl `up2date --showall --channel=redhat-rhn-satellite-i386-7.2 | sed 's/-[^-]*-[^-]*$//' | grep -v tk` cp *.rpm /tmp/installer/RPMS/ cd /tmp/ rm -rf satmake/ scp -r root.redhat.com:/home/jkomenda/cvs/rhn/satellite/install/ /tmp/satmake/ (this after running a 'cvs up' in my local cvs/rhn/satellite/install/) cd satmake/ make clean && make && make install ================================== Please advise as to how I should modify this process in accord with the changes to /satellite/install/ in cvs. The process you are using to build an installable image has changed. Basically right now what you need to do is way simper: 1. make sure you have an updated CVS checkout of the rhn tree (rhn/build and rhn/satellite in particular). Use "cvs up -d -P" to make sure 2. cd rhn/satellite 3. make iso From the output of the make file you should get enough detail to figure out where the tree and iso images are. You should be able then to start testing the installer from this new tree... I updated my cvs and ran 'make iso' from the ~/cvs/rhn/satellite directory. It seemed to run smoothly, however, I have grave doubts about the installer running correctly, as it is only 17M, as opposed to the previous versions, which came in at 55M. Testing the installer on sat-inst.webdev-colo comfirms this: Unresolved rpm dependencies: Package python-popt-0.9.0-4.7.2 conflicts with rpm-python < 4.0.4 Back over to solve the dependencies, updated packages paradox. Fixed in latest, Closing. |