<feed xmlns='http://www.w3.org/2005/Atom'>
<title>urpmi/urpmi.bash-completion, branch 6.7</title>
<subtitle>Software Installation Tools</subtitle>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/rpm/urpmi/'/>
<entry>
<title>- urpme</title>
<updated>2008-07-11T08:59:14+00:00</updated>
<author>
<name>Pascal Rigaux</name>
<email>pixel@mandriva.com</email>
</author>
<published>2008-07-11T08:59:14+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/rpm/urpmi/commit/?id=9a34ae4f57612b13681b7dce6a730780f7521a3e'/>
<id>9a34ae4f57612b13681b7dce6a730780f7521a3e</id>
<content type='text'>
  o add --justdb

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  o add --justdb

</pre>
</div>
</content>
</entry>
<entry>
<title>- urpmq</title>
<updated>2008-07-08T08:27:48+00:00</updated>
<author>
<name>Pascal Rigaux</name>
<email>pixel@mandriva.com</email>
</author>
<published>2008-07-08T08:27:48+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/rpm/urpmi/commit/?id=1fbb5fe17012f4b93ef6614f6088e830a8b2b430'/>
<id>1fbb5fe17012f4b93ef6614f6088e830a8b2b430</id>
<content type='text'>
  o add --obsoletes

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  o add --obsoletes

</pre>
</div>
</content>
</entry>
<entry>
<title>- urpmq:</title>
<updated>2008-07-08T07:58:05+00:00</updated>
<author>
<name>Pascal Rigaux</name>
<email>pixel@mandriva.com</email>
</author>
<published>2008-07-08T07:58:05+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/rpm/urpmi/commit/?id=896c30beccf1bff0a8acb1e78850eeae36419d28'/>
<id>896c30beccf1bff0a8acb1e78850eeae36419d28</id>
<content type='text'>
  o --suggests now displays the suggested packages, see --allow-suggests for
    previous behaviour (#39726)

- fixing duplicated setting of options in args.pm

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  o --suggests now displays the suggested packages, see --allow-suggests for
    previous behaviour (#39726)

- fixing duplicated setting of options in args.pm

</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>define urpmi completion as handling file names (#41699)</title>
<updated>2008-06-27T08:35:17+00:00</updated>
<author>
<name>Guillaume Rousse</name>
<email>guillomovitch@mandriva.org</email>
</author>
<published>2008-06-27T08:35:17+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/rpm/urpmi/commit/?id=7071667d8d49718829d95eecc2d4aea159d43d74'/>
<id>7071667d8d49718829d95eecc2d4aea159d43d74</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>don't complete on available packages if completed item is clearly a file</title>
<updated>2008-03-18T20:16:16+00:00</updated>
<author>
<name>Guillaume Rousse</name>
<email>guillomovitch@mandriva.org</email>
</author>
<published>2008-03-18T20:16:16+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/rpm/urpmi/commit/?id=0dfc8d0400785478e4b37ce2a690ebf431c4d765'/>
<id>0dfc8d0400785478e4b37ce2a690ebf431c4d765</id>
<content type='text'>
only select available packages for selected medias
fix rurpmi completion

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
only select available packages for selected medias
fix rurpmi completion

</pre>
</div>
</content>
</entry>
<entry>
<title>- bash-completion:</title>
<updated>2008-03-11T14:11:07+00:00</updated>
<author>
<name>Pascal Rigaux</name>
<email>pixel@mandriva.com</email>
</author>
<published>2008-03-11T14:11:07+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/rpm/urpmi/commit/?id=766ff34cae51aaba217851a184c0f91530fbc16d'/>
<id>766ff34cae51aaba217851a184c0f91530fbc16d</id>
<content type='text'>
  o restore available-pkgs completion using "urpmq --list" by default
    (it needed COMP_URPMI_HDLISTS to be set, but it should be fast enough now)

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  o restore available-pkgs completion using "urpmq --list" by default
    (it needed COMP_URPMI_HDLISTS to be set, but it should be fast enough now)

</pre>
</div>
</content>
</entry>
<entry>
<title>- -c option is no more (only kept for compatibility in urpmi.update)</title>
<updated>2008-02-25T19:02:48+00:00</updated>
<author>
<name>Pascal Rigaux</name>
<email>pixel@mandriva.com</email>
</author>
<published>2008-02-25T19:02:48+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/rpm/urpmi/commit/?id=a2ffd34e9abce60b4e3750399801fe88f5c6cfe9'/>
<id>a2ffd34e9abce60b4e3750399801fe88f5c6cfe9</id>
<content type='text'>
- {cachedir}/headers is not used anymore

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- {cachedir}/headers is not used anymore

</pre>
</div>
</content>
</entry>
<entry>
<title>- bash-completion:</title>
<updated>2008-02-25T15:24:46+00:00</updated>
<author>
<name>Pascal Rigaux</name>
<email>pixel@mandriva.com</email>
</author>
<published>2008-02-25T15:24:46+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/rpm/urpmi/commit/?id=26a255479b1b8cd15789a8bffaa0c37a96edc7e5'/>
<id>26a255479b1b8cd15789a8bffaa0c37a96edc7e5</id>
<content type='text'>
  o restore available-pkgs completion using "urpmq --list" (guillomovitch)
    (but only if COMP_URPMI_HDLISTS is set since it's slow)

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  o restore available-pkgs completion using "urpmq --list" (guillomovitch)
    (but only if COMP_URPMI_HDLISTS is set since it's slow)

</pre>
</div>
</content>
</entry>
<entry>
<title>- urpmq:</title>
<updated>2008-02-25T14:19:36+00:00</updated>
<author>
<name>Pascal Rigaux</name>
<email>pixel@mandriva.com</email>
</author>
<published>2008-02-25T14:19:36+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/rpm/urpmi/commit/?id=c0235444db86ad87bf1f7ed404bb85df19c3e760'/>
<id>c0235444db86ad87bf1f7ed404bb85df19c3e760</id>
<content type='text'>
  o add --conflicts

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  o add --conflicts

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