I am writing patch for gpk-repo. I want to give users the opportunity edit the &quot;baseurl&quot; of yum.conf from this program. Now I think that it was easy get it by parsing yum.conf. <br>Thanks for answer.<br><div class="gmail_quote">
2009/2/11 Richard Hughes <span dir="ltr">&lt;<a href="mailto:hughsient@gmail.com">hughsient@gmail.com</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d">On Wed, 2009-02-11 at 15:48 +0300, Friki zoid wrote:<br>
&gt; I wrote a not entirely correct. I understand that there not legal case<br>
&gt; to get url in my program. I want to wrote patch for PackegeKit, to add<br>
&gt; key_url as a parametr for &quot;repo-detail&quot; signal. I want to ask is there<br>
&gt; someone program-architecture trouble to do this. And I want to ask<br>
&gt; where is param_value formed before the function.<br>
<br>
</div>Whilst I agree it might be nice to get this data, you can&#39;t just pass<br>
back a single string for the repo location. For single repos, it might<br>
be that package A comes from one URL, and package B from another. It<br>
might be that there&#39;s a static mirrorlist used for the URL, where a<br>
mirror is chosen at random. It might be there&#39;s a dynamic mirrorlist<br>
that depends on the package that&#39;s being downloaded.<br>
<br>
You just can&#39;t encode this kind of detail in the repo-detail signal.<br>
Passing back the URL is like passing back a FD for each file in a<br>
directory. What purpose are you using the URL for?<br>
<div><div></div><div class="Wj3C7c"><br>
Richard.<br>
<br>
<br>
_______________________________________________<br>
PackageKit mailing list<br>
<a href="mailto:PackageKit@lists.freedesktop.org">PackageKit@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/packagekit" target="_blank">http://lists.freedesktop.org/mailman/listinfo/packagekit</a><br>
</div></div></blockquote></div><br>