[Bug 1184257] hardcode knowledge about https://debuginfod.opensuse.org/ in debuginfod client
http://bugzilla.opensuse.org/show_bug.cgi?id=1184257 http://bugzilla.opensuse.org/show_bug.cgi?id=1184257#c2 --- Comment #2 from Martin Li��ka <martin.liska@suse.com> --- Good point, I can confirm that using [1]: $ ./obs-download-rpms.py https://api.opensuse.org openSUSE:Factory:Staging:A ~/BIG/A $ find . -name '*debugsource*' | wc -l 1834 $ find . -name '*debugsource*' | xargs rpm -qpl | grep -v '/usr/src/debug' (contains no files) $ find . -name '*debugsource*' | xargs rpm -qpl | grep '/usr/src/debug' | wc -l 550850 I'm also thinking about adding a patch to rpm package where we can add assert that all debugsource files live in /usr/src/debug. What do you think? [1] https://github.com/marxin/script-misc/blob/master/obs-download-rpms.py -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@suse.com