<feed xmlns='http://www.w3.org/2005/Atom'>
<title>urpmi/urpm, branch 6.0</title>
<subtitle>Software Installation Tools</subtitle>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/rpm/urpmi/'/>
<entry>
<title>fix detecting urpme creates a new orphan through "suggests"</title>
<updated>2008-07-07T22:21:48+00:00</updated>
<author>
<name>Pascal Rigaux</name>
<email>pixel@mandriva.com</email>
</author>
<published>2008-07-07T22:21:48+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/rpm/urpmi/commit/?id=c0b88d8d63e7d1a571bc40aa6c1386ea7bd7c7fb'/>
<id>c0b88d8d63e7d1a571bc40aa6c1386ea7bd7c7fb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix typo</title>
<updated>2008-07-07T22:05:58+00:00</updated>
<author>
<name>Pascal Rigaux</name>
<email>pixel@mandriva.com</email>
</author>
<published>2008-07-07T22:05:58+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/rpm/urpmi/commit/?id=63e417616094309282e77e0c9fd940b66ae0ee1a'/>
<id>63e417616094309282e77e0c9fd940b66ae0ee1a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>use code from urpm::orphans</title>
<updated>2008-07-07T20:47:36+00:00</updated>
<author>
<name>Pascal Rigaux</name>
<email>pixel@mandriva.com</email>
</author>
<published>2008-07-07T20:47:36+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/rpm/urpmi/commit/?id=dbb4b2aa0171758725dd8f35279f4d2c176a8f5d'/>
<id>dbb4b2aa0171758725dd8f35279f4d2c176a8f5d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>  o handle "unrequested orphans" (similar to "deborphan")</title>
<updated>2008-07-07T20:46:40+00:00</updated>
<author>
<name>Pascal Rigaux</name>
<email>pixel@mandriva.com</email>
</author>
<published>2008-07-07T20:46:40+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/rpm/urpmi/commit/?id=c617573f7ca65da803615991419db926420f22b1'/>
<id>c617573f7ca65da803615991419db926420f22b1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>with --urpmi-root, we do not use statedir_media_info_file to allow compatibility with older urpmi</title>
<updated>2008-07-07T20:36:02+00:00</updated>
<author>
<name>Pascal Rigaux</name>
<email>pixel@mandriva.com</email>
</author>
<published>2008-07-07T20:36:02+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/rpm/urpmi/commit/?id=c54d9828bb2eb4a38197b8d656aefd52c9c9ea36'/>
<id>c54d9828bb2eb4a38197b8d656aefd52c9c9ea36</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>adapt the error message: --install-src is allowed for non-root for some time,</title>
<updated>2008-07-07T14:22:33+00:00</updated>
<author>
<name>Pascal Rigaux</name>
<email>pixel@mandriva.com</email>
</author>
<published>2008-07-07T14:22:33+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/rpm/urpmi/commit/?id=4bb8e26eb81bbb9b47466b6202a28078937c03b6'/>
<id>4bb8e26eb81bbb9b47466b6202a28078937c03b6</id>
<content type='text'>
so the real pb here is $cachedir/partial being fucked up (occurs for example
when /var is being removed during urpmi...)

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
so the real pb here is $cachedir/partial being fucked up (occurs for example
when /var is being removed during urpmi...)

</pre>
</div>
</content>
</entry>
<entry>
<title>what was introduced in perl-URPM 3.16 to get "rejected already installed pkgs"</title>
<updated>2008-07-07T14:11:05+00:00</updated>
<author>
<name>Pascal Rigaux</name>
<email>pixel@mandriva.com</email>
</author>
<published>2008-07-07T14:11:05+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/rpm/urpmi/commit/?id=33e56eeb13ba2fe58ee4aa38bc5dc2124888b94a'/>
<id>33e56eeb13ba2fe58ee4aa38bc5dc2124888b94a</id>
<content type='text'>
is wrong. Adapt to perl-URPM 3.18 way ($state-&gt;{rejected_already_installed})
which ensures we don't break things (eg: superuser--priority-upgrade.t test case)

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
is wrong. Adapt to perl-URPM 3.18 way ($state-&gt;{rejected_already_installed})
which ensures we don't break things (eg: superuser--priority-upgrade.t test case)

</pre>
</div>
</content>
</entry>
<entry>
<title>create file2absolute_file() and use it</title>
<updated>2008-07-07T13:40:23+00:00</updated>
<author>
<name>Pascal Rigaux</name>
<email>pixel@mandriva.com</email>
</author>
<published>2008-07-07T13:40:23+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/rpm/urpmi/commit/?id=0977b27affca5e32b01cfab810f8ca5919691c0c'/>
<id>0977b27affca5e32b01cfab810f8ca5919691c0c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>handle transaction set with only removed packages</title>
<updated>2008-07-03T16:39:37+00:00</updated>
<author>
<name>Pascal Rigaux</name>
<email>pixel@mandriva.com</email>
</author>
<published>2008-07-03T16:39:37+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/rpm/urpmi/commit/?id=fd521832774555c4fafd1513e319f4c81c7a67af'/>
<id>fd521832774555c4fafd1513e319f4c81c7a67af</id>
<content type='text'>
(for upcoming orphans handling)

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

</pre>
</div>
</content>
</entry>
<entry>
<title>- add wc_l()</title>
<updated>2008-07-03T16:38:18+00:00</updated>
<author>
<name>Pascal Rigaux</name>
<email>pixel@mandriva.com</email>
</author>
<published>2008-07-03T16:38:18+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/rpm/urpmi/commit/?id=b0ba6bfa5a2a72a71c175e5a32660fee6668722e'/>
<id>b0ba6bfa5a2a72a71c175e5a32660fee6668722e</id>
<content type='text'>
- allow to give a backup extension to output_safe()

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- allow to give a backup extension to output_safe()

</pre>
</div>
</content>
</entry>
</feed>
