Description of problem: Having such repo in yum.conf nor repos.d/presto won't be seen in gpk-repo [PrestoTestDay] name=PrestoTestDay F11 Snapshot1 with drpms baseurl=http://skvidal.fedorapeople.org/presto-test/x86_64/Packages/ enabled=1 gpgcheck=0 but the repo obviously works when I ran yum from terminal. Version-Release number of selected component (if applicable): PackageKit-0.4.6-3.fc11.x86_64 gnome-packagekit-2.27.2-0.2.20090414git.fc11.x86_64 How reproducible: always I don't see any error msg or something like that.
(Added blocks bug PrestoTestDay as requested from yum-presto QA.)
It appears pk-backend-yum filters out lines starting with "Presto" from the stdout, possibly because presto has been so vocal (just printing to stdout, rather than using the logging framework) in the past. If you want a quick fix, rename the repo name to [presto-test-day] and change the name to "presto Test Day F11 Snapshot1 with drpms" as it's case sensitive. I'll obviously remove the Presto filter line from PackageKit, and can build you a package if you desire.
commit 1186bd2309879ff83cb57a1cbbf4f65949826d1e Author: Richard Hughes <richard> Date: Thu Apr 16 17:10:17 2009 +0100 bugfix: don't filter out 'Presto' unconditionally from the stdout to fix rh#496091
Thanks for the fix! I guess I was the only one complaining in the test day, so, the hotfix won't be necessary IMO.