<feed xmlns='http://www.w3.org/2005/Atom'>
<title>urpmi/urpm, branch topic/6.14</title>
<subtitle>Software Installation Tools</subtitle>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/rpm/urpmi/'/>
<entry>
<title>remember which media local packages came from</title>
<updated>2010-03-09T11:23:41+00:00</updated>
<author>
<name>Christophe Fergeau</name>
<email>cfergeau@mandriva.com</email>
</author>
<published>2010-03-09T11:23:41+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/rpm/urpmi/commit/?id=549a1f50e9199733f79fdaa73945f3ce2b713328'/>
<id>549a1f50e9199733f79fdaa73945f3ce2b713328</id>
<content type='text'>
It's sometimes possible that a package is available from both a
local medium (CDROM) and a distant one. This causes problems
when the package isn't signed with the same key (this is bad
but happens on MES5 install CDs) as urpmi tends to get confused
about where a package comes from and then check the package against
the wrong key.

Packages are assigned IDs by urpmi, and these IDs are
used to figure out the package media. This ID is also used as an
identifier to "recognize" identical packages coming from different
media, so we need to be careful when manipulating it. In particular,
we can't assign the right ID to every package right away because then
this would break package downloading (we'd download packages available
on local media).

When processing packages to download, if we encounter a local
package, we assign it the right ID. This assumes the list of media
in the blist are sorted by order of relevance (ie prioritary ones
first).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It's sometimes possible that a package is available from both a
local medium (CDROM) and a distant one. This causes problems
when the package isn't signed with the same key (this is bad
but happens on MES5 install CDs) as urpmi tends to get confused
about where a package comes from and then check the package against
the wrong key.

Packages are assigned IDs by urpmi, and these IDs are
used to figure out the package media. This ID is also used as an
identifier to "recognize" identical packages coming from different
media, so we need to be careful when manipulating it. In particular,
we can't assign the right ID to every package right away because then
this would break package downloading (we'd download packages available
on local media).

When processing packages to download, if we encounter a local
package, we assign it the right ID. This assumes the list of media
in the blist are sorted by order of relevance (ie prioritary ones
first).
</pre>
</div>
</content>
</entry>
<entry>
<title>$urpm-&gt;{fatal} expects 2 arguments</title>
<updated>2009-06-05T15:17:56+00:00</updated>
<author>
<name>Christophe Fergeau</name>
<email>cfergeau@mandriva.com</email>
</author>
<published>2009-06-05T15:17:56+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/rpm/urpmi/commit/?id=257cb83748649a201199a42f9d35b19bda6a0c3b'/>
<id>257cb83748649a201199a42f9d35b19bda6a0c3b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add aria2 to the priority list of packages that need to be updated</title>
<updated>2009-05-12T09:39:53+00:00</updated>
<author>
<name>Christophe Fergeau</name>
<email>cfergeau@mandriva.com</email>
</author>
<published>2009-05-12T09:39:53+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/rpm/urpmi/commit/?id=8f46ee445ee58a6a551698bb33d9dc0132f44956'/>
<id>8f46ee445ee58a6a551698bb33d9dc0132f44956</id>
<content type='text'>
before restarting urpmi

(should we try to update libcares &amp; libssl too???)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
before restarting urpmi

(should we try to update libcares &amp; libssl too???)
</pre>
</div>
</content>
</entry>
<entry>
<title>When downloading packages, remember where it comes from.</title>
<updated>2009-05-12T09:39:44+00:00</updated>
<author>
<name>Christophe Fergeau</name>
<email>cfergeau@mandriva.com</email>
</author>
<published>2009-05-12T09:39:44+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/rpm/urpmi/commit/?id=9b571e0095c6ca8a97df7144ca4db3bd92514733'/>
<id>9b571e0095c6ca8a97df7144ca4db3bd92514733</id>
<content type='text'>
When the same packages is available from different medias (main/release
and main/update for example), urpmi can forget from which media it
downloaded the package,  and this causes issues with key checking. This
commit makes sure we are using the right package id for the package we
downloaded (the same package will have different IDs if it's available
from different medias).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When the same packages is available from different medias (main/release
and main/update for example), urpmi can forget from which media it
downloaded the package,  and this causes issues with key checking. This
commit makes sure we are using the right package id for the package we
downloaded (the same package will have different IDs if it's available
from different medias).
</pre>
</div>
</content>
</entry>
<entry>
<title>(installed_leaves) do not list suggested packages as unrequested packages (#46326)</title>
<updated>2008-12-20T16:34:08+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>tv@mandriva.org</email>
</author>
<published>2008-12-20T16:34:08+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/rpm/urpmi/commit/?id=90e83c0ec23d1494967acd6a8e13104f3dc43a4b'/>
<id>90e83c0ec23d1494967acd6a8e13104f3dc43a4b</id>
<content type='text'>
(backporting r250481 from trunk (2008-12-15))

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(backporting r250481 from trunk (2008-12-15))

</pre>
</div>
</content>
</entry>
<entry>
<title>- urpmi</title>
<updated>2008-12-15T15:25:35+00:00</updated>
<author>
<name>Pascal Rigaux</name>
<email>pixel@mandriva.com</email>
</author>
<published>2008-12-15T15:25:35+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/rpm/urpmi/commit/?id=26ba75a1194098cd9f97417382250e43d652f3f3'/>
<id>26ba75a1194098cd9f97417382250e43d652f3f3</id>
<content type='text'>
  o --auto: do not prompt for "retry" on aria2 download failure

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  o --auto: do not prompt for "retry" on aria2 download failure

</pre>
</div>
</content>
</entry>
<entry>
<title>create update_those_media() out of update_media()</title>
<updated>2008-11-13T10:55:44+00:00</updated>
<author>
<name>Pascal Rigaux</name>
<email>pixel@mandriva.com</email>
</author>
<published>2008-11-13T10:55:44+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/rpm/urpmi/commit/?id=2cdcb72bc29a4ddce0991f48fab9af0d57f4945e'/>
<id>2cdcb72bc29a4ddce0991f48fab9af0d57f4945e</id>
<content type='text'>
(to be used in urpmi.update)

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(to be used in urpmi.update)

</pre>
</div>
</content>
</entry>
<entry>
<title>create all_media_to_update() and use it</title>
<updated>2008-11-13T10:52:12+00:00</updated>
<author>
<name>Pascal Rigaux</name>
<email>pixel@mandriva.com</email>
</author>
<published>2008-11-13T10:52:12+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/rpm/urpmi/commit/?id=46f0bfca5664a0067f93c16f78d7f06900a4c9a2'/>
<id>46f0bfca5664a0067f93c16f78d7f06900a4c9a2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>inline _update_media__handle_some_flags()</title>
<updated>2008-11-13T10:45:40+00:00</updated>
<author>
<name>Pascal Rigaux</name>
<email>pixel@mandriva.com</email>
</author>
<published>2008-11-13T10:45:40+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/rpm/urpmi/commit/?id=e00c6bf01dfae4ab808be13f83b525aaecc12726'/>
<id>e00c6bf01dfae4ab808be13f83b525aaecc12726</id>
<content type='text'>
(for next commit)

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(for next commit)

</pre>
</div>
</content>
</entry>
<entry>
<title>allow setting aria2-options in urpmi.cfg (trunk 248915)</title>
<updated>2008-10-31T20:52:27+00:00</updated>
<author>
<name>Anssi Hannula</name>
<email>anssi@mandriva.org</email>
</author>
<published>2008-10-31T20:52:27+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/rpm/urpmi/commit/?id=a191313617a872afabb17e378b279f75eca0b38f'/>
<id>a191313617a872afabb17e378b279f75eca0b38f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
