Bug 437509
Summary: | rawhide has generic bugurl | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Bill Nottingham <notting> |
Component: | anaconda | Assignee: | Anaconda Maintenance Team <anaconda-maint-list> |
Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | low | Docs Contact: | |
Priority: | low | ||
Version: | rawhide | CC: | dcantrell, rvokal, wwoods |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2008-03-17 21:48:24 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: | |||
Bug Depends On: | |||
Bug Blocks: | 430962 |
Description
Bill Nottingham
2008-03-14 16:54:45 UTC
This is a pungi bug. buildinstall doesn't take --prodpath anymore, so it's taking what I passed as prodpath as the repo, and doing a few other strange things. I need to not pass that option when calling buildinstall. oooh! This is a multipart bug! I fixed the pungi side only to uncover a problem elsewhere. product.py reads in /.buildstamp to get product info. It's expecting the file to be 4 lines (with a product path) or 5 lines with a bugurl. But since we're not setting product path anymore, buildstamp is only 4 lines, WITH a bugurl. This need to be fixed, as well as making sure nothing else in loader needs the product path. Kicking it back to the anaconda team. Anaconda bit fixed (clumens committed some stuff) Confirmed fixed; I saw the URL (and it opened up my eyes) in today's rawhide. |