<feed xmlns='http://www.w3.org/2005/Atom'>
<title>urpmi/t, branch 7.28</title>
<subtitle>Software Installation Tools</subtitle>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/rpm/urpmi/'/>
<entry>
<title>add 2 other possible transaction orders</title>
<updated>2013-10-04T07:26:33+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>thierry.vignaud@gmail.com</email>
</author>
<published>2013-09-29T13:59:15+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/rpm/urpmi/commit/?id=b80626608ca6d63ba1c76ba4ad2aff86e1eacb2f'/>
<id>b80626608ca6d63ba1c76ba4ad2aff86e1eacb2f</id>
<content type='text'>
needed due to perl-5.18 random keys order

it could alternatively be workarounded by sorting packages in genhdlist2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
needed due to perl-5.18 random keys order

it could alternatively be workarounded by sorting packages in genhdlist2
</pre>
</div>
</content>
</entry>
<entry>
<title>factorize possible transaction sets definition</title>
<updated>2013-10-04T07:26:31+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>thierry.vignaud@gmail.com</email>
</author>
<published>2013-09-29T13:58:41+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/rpm/urpmi/commit/?id=d7d29865f5a892348d8b8580c6fb825e4411cc79'/>
<id>d7d29865f5a892348d8b8580c6fb825e4411cc79</id>
<content type='text'>
(needed for next commit)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(needed for next commit)
</pre>
</div>
</content>
</entry>
<entry>
<title>simplify: use member()</title>
<updated>2013-10-04T07:25:34+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>thierry.vignaud@gmail.com</email>
</author>
<published>2013-09-29T13:24:12+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/rpm/urpmi/commit/?id=abf47987cf0be9fda33eabd018e1adc5a87bc592'/>
<id>abf47987cf0be9fda33eabd018e1adc5a87bc592</id>
<content type='text'>
(needed for next commit)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(needed for next commit)
</pre>
</div>
</content>
</entry>
<entry>
<title>adapt to perl-5.18's random hash keys ordering</title>
<updated>2013-10-04T07:25:34+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>thierry.vignaud@gmail.com</email>
</author>
<published>2013-07-18T09:54:18+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/rpm/urpmi/commit/?id=eab0b8fad2892d12aa3976678638db455a611e31'/>
<id>eab0b8fad2892d12aa3976678638db455a611e31</id>
<content type='text'>
(translate_why_removed_one) ensure we got the right reason

(testsuite) adapt to new URPM predictible behaviour

it was previously relying on the following fixed hash order:

$ perl -MData::Dumper -e 'warn Dumper [ keys {'rr1', 'rr1', 'rr2',
'rr2'} ]; \
warn Dumper [ keys {'bb1', 'bb1', 'bb2', 'bb2-1'} ]'
$VAR1 = [
          'rr2',
          'rr1'
        ];
$VAR1 = [
          'bb1',
          'bb2'
        ];
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(translate_why_removed_one) ensure we got the right reason

(testsuite) adapt to new URPM predictible behaviour

it was previously relying on the following fixed hash order:

$ perl -MData::Dumper -e 'warn Dumper [ keys {'rr1', 'rr1', 'rr2',
'rr2'} ]; \
warn Dumper [ keys {'bb1', 'bb1', 'bb2', 'bb2-1'} ]'
$VAR1 = [
          'rr2',
          'rr1'
        ];
$VAR1 = [
          'bb1',
          'bb2'
        ];
</pre>
</div>
</content>
</entry>
<entry>
<title>(install_logger) keep a separate counter for erasures</title>
<updated>2013-02-09T12:20:39+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>tv@mageia.org</email>
</author>
<published>2013-02-09T12:20:39+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/rpm/urpmi/commit/?id=9eca2b973e99171862d18c8acf469a620e435924'/>
<id>9eca2b973e99171862d18c8acf469a620e435924</id>
<content type='text'>
only initialize $total_pkg:
- when starting a new transaction
- or on first erasure in transaction

(_compute_pkg_total) kill it (no more needed)

adjust testsuite accordingly
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
only initialize $total_pkg:
- when starting a new transaction
- or on first erasure in transaction

(_compute_pkg_total) kill it (no more needed)

adjust testsuite accordingly
</pre>
</div>
</content>
</entry>
<entry>
<title>(install_logger) unify with callback_uninst(), thus fixing counting for</title>
<updated>2013-02-05T14:31:05+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>tv@mageia.org</email>
</author>
<published>2013-02-05T14:31:05+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/rpm/urpmi/commit/?id=424d49c945f5adea3425de2a1a8f173eb0ff82b5'/>
<id>424d49c945f5adea3425de2a1a8f173eb0ff82b5</id>
<content type='text'>
erasures

(callback_uninst) restore quiet behavior when not in verbose mode

(install) temporary set $urpm-&gt;{trans}

adapt testsuite
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
erasures

(callback_uninst) restore quiet behavior when not in verbose mode

(install) temporary set $urpm-&gt;{trans}

adapt testsuite
</pre>
</div>
</content>
</entry>
<entry>
<title>(callback_uninst) display erasure progress</title>
<updated>2013-02-03T22:18:23+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>tv@mageia.org</email>
</author>
<published>2013-02-03T22:18:23+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/rpm/urpmi/commit/?id=fdd0bf67b2723c8eaccc53ac41d05dd54b73f43f'/>
<id>fdd0bf67b2723c8eaccc53ac41d05dd54b73f43f</id>
<content type='text'>
inspirated from install_logger()

adjust testsuite accordingly
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
inspirated from install_logger()

adjust testsuite accordingly
</pre>
</div>
</content>
</entry>
<entry>
<title>wrap comment</title>
<updated>2013-02-03T22:18:19+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>tv@mageia.org</email>
</author>
<published>2013-02-03T22:18:19+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/rpm/urpmi/commit/?id=18228aa2fdd1aac34e953493528a43fa4f86a8ee'/>
<id>18228aa2fdd1aac34e953493528a43fa4f86a8ee</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix that test when prelink is installed</title>
<updated>2013-01-31T20:14:02+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>tv@mageia.org</email>
</author>
<published>2013-01-31T20:14:02+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/rpm/urpmi/commit/?id=80869e8f0764492f7d71edc56653e7787c6e2dd7'/>
<id>80869e8f0764492f7d71edc56653e7787c6e2dd7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>revert my previous commits, this was a bad anyway</title>
<updated>2012-12-10T18:19:07+00:00</updated>
<author>
<name>Guillaume Rousse</name>
<email>guillomovitch@mageia.org</email>
</author>
<published>2012-12-10T18:19:07+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/rpm/urpmi/commit/?id=e4350784fcb06b472c903633d0f3a8209457006a'/>
<id>e4350784fcb06b472c903633d0f3a8209457006a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
