|
Bugzilla – Full Text Bug Listing |
| Summary: | download.opensuse.org has no binary packages | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 11.1 | Reporter: | Olaf Hering <ohering> |
| Component: | Installation | Assignee: | Stephan Kulow <coolo> |
| Status: | RESOLVED DUPLICATE | QA Contact: | Jiri Srain <jsrain> |
| Severity: | Major | ||
| Priority: | P4 - Low | CC: | peter, stefan.fent |
| Version: | Final | ||
| Target Milestone: | --- | ||
| Hardware: | PowerPC | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Found By: | Development | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Olaf Hering
2008-12-19 12:50:06 UTC
it was supposed to work, so I'll check with low prio. I guess I just filter out all download.o.o repos on ppc right now all autoconfigured repositories point still to download.opensuse.org Where does that info come from, how does yast know what to auto-add as repo? it's in the control.xml I tried this: %ifarch ppc sed -i -e "s,http://download.opensuse.org/distribution/11.1/,http://powerpc.opensuse.org/distribution/11.1/" $RPM_BUILD_ROOT/CD1/control.xml sed -i -e "s,http://download.opensuse.org/debug/,http://powerpc.opensuse.org/debug/," $RPM_BUILD_ROOT/CD1/control.xml sed -i -e "s,http://download.opensuse.org/source/,http://powerpc.opensuse.org/source/," $RPM_BUILD_ROOT/CD1/control.xml %endif Unfortunately the package is noarch, so it was pure luck this didn't break everything so there is no way to get it fixed for the released media?! the .xml files on powerpc.opensuse.org are broken as well. Time for a vi session on the server ... good luck in editing the gpg signature. Much easier to zypper mr - technically you could provide a ppc package with an update script that does it automatically. But I don't think it's worthy, the repos are fixed easily. Especially if you managed to do a network install from powerpc - because the ppc network media have different repos defined too. Unfortunately the bug is still not fixed for 11.2, my sed doesn't seem to work. *** Bug 449200 has been marked as a duplicate of this bug. *** why is it so hard to redo the meta data on powerpc.opensuse.org? verified that it works for factory now *** This bug has been marked as a duplicate of bug 469307 *** |