Description of problem: It asks to file bugs against 'your distribution bug reporting tool' Version-Release number of selected component (if applicable): rawhide-20080314
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.