<feed xmlns='http://www.w3.org/2005/Atom'>
<title>drakx/tools/install-xml-file-list, branch distro/mga6</title>
<subtitle>Mageia Installer and base platform for many utilities</subtitle>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/'/>
<entry>
<title>perl_checker cleanups</title>
<updated>2016-04-28T21:14:58+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>thierry.vignaud@gmail.com</email>
</author>
<published>2016-04-28T15:32:54+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=0e0cb26ccbaf2e03652338ef54fdcf6d3133f891'/>
<id>0e0cb26ccbaf2e03652338ef54fdcf6d3133f891</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>supplement blacklist</title>
<updated>2016-04-28T21:14:58+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>thierry.vignaud@gmail.com</email>
</author>
<published>2016-04-28T15:30:09+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=aa8f011bc60bdf7741534a8ca3c06ddbba5a90c8'/>
<id>aa8f011bc60bdf7741534a8ca3c06ddbba5a90c8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use arm instead of full arm version as arch when installing files from xml list</title>
<updated>2016-01-19T00:16:38+00:00</updated>
<author>
<name>Olivier Blin</name>
<email>dev@blino.org</email>
</author>
<published>2016-01-19T00:16:38+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=84a60ba01cd093704b0125c3078924e14ccfd671'/>
<id>84a60ba01cd093704b0125c3078924e14ccfd671</id>
<content type='text'>
Instead of armv7l as detected from uname -m.
Perl files are installed in /usr/lib/perl5/&lt;version&gt;/arm-linux-thread-multi
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Instead of armv7l as detected from uname -m.
Perl files are installed in /usr/lib/perl5/&lt;version&gt;/arm-linux-thread-multi
</pre>
</div>
</content>
</entry>
<entry>
<title>tools: Get rid of the 'many matches for binary' warning due to usrmove.</title>
<updated>2013-12-02T23:54:06+00:00</updated>
<author>
<name>Colin Guthrie</name>
<email>colin@mageia.org</email>
</author>
<published>2013-12-02T23:53:23+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=f97026e3a01ce14d30ff086c015c64dacd10ddb1'/>
<id>f97026e3a01ce14d30ff086c015c64dacd10ddb1</id>
<content type='text'>
This ignores /sbin and /bin paths then they are symlinks and avoids
misleading messages being printed when building stage2 and rescue
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This ignores /sbin and /bin paths then they are symlinks and avoids
misleading messages being printed when building stage2 and rescue
</pre>
</div>
</content>
</entry>
<entry>
<title>tools: Prefer /usr/sbin over /usr/bin.</title>
<updated>2013-12-02T23:54:06+00:00</updated>
<author>
<name>Colin Guthrie</name>
<email>colin@mageia.org</email>
</author>
<published>2013-12-02T23:50:47+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=90b6c91391425ad5f2bef237cbe984c19db458e8'/>
<id>90b6c91391425ad5f2bef237cbe984c19db458e8</id>
<content type='text'>
The list already contains /sbin and /bin which are just symlinks to the
above, but the order is different for / vs. /usr.

Due to the symlinks we always prefer sbin over bin anyway, so this change
doesn't technically change anything but does clarify things
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The list already contains /sbin and /bin which are just symlinks to the
above, but the order is different for / vs. /usr.

Due to the symlinks we always prefer sbin over bin anyway, so this change
doesn't technically change anything but does clarify things
</pre>
</div>
</content>
</entry>
<entry>
<title>log substitions in verbose mode</title>
<updated>2013-04-23T04:20:29+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>tv@mageia.org</email>
</author>
<published>2013-04-23T04:20:29+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=d76a84884b8ba0cfe161b679ea54cc6cb8d7894f'/>
<id>d76a84884b8ba0cfe161b679ea54cc6cb8d7894f</id>
<content type='text'>
needed in order to pinpoint &amp; fix:

Backslash found where operator expected at -e line 2, near ";}continue{print or die qq(-p destination: $!\"
       (Missing operator before \?)
Final $ should be \$ or $name at -e line 1, within string
syntax error at -e line 2, near ";}continue{print or die qq(-p destination: $!"
  (Might be a runaway multi-line !! string starting on line 1)
Execution of -e aborted due to compilation errors.

(see next commit)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
needed in order to pinpoint &amp; fix:

Backslash found where operator expected at -e line 2, near ";}continue{print or die qq(-p destination: $!\"
       (Missing operator before \?)
Final $ should be \$ or $name at -e line 1, within string
syntax error at -e line 2, near ";}continue{print or die qq(-p destination: $!"
  (Might be a runaway multi-line !! string starting on line 1)
Execution of -e aborted due to compilation errors.

(see next commit)
</pre>
</div>
</content>
</entry>
<entry>
<title>(install) only run 'ldd' on files, not directory (fix some warnings at</title>
<updated>2010-02-03T17:11:57+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>tv@mandriva.org</email>
</author>
<published>2010-02-03T17:11:57+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=b727c5b5b29d0f6b8963c59b9511927727d38389'/>
<id>b727c5b5b29d0f6b8963c59b9511927727d38389</id>
<content type='text'>
build time)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
build time)
</pre>
</div>
</content>
</entry>
<entry>
<title>properly fix FileHandle issue</title>
<updated>2009-10-07T20:31:19+00:00</updated>
<author>
<name>Pascal Terjan</name>
<email>pterjan@mandriva.org</email>
</author>
<published>2009-10-07T20:31:19+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=d8876f7520a2c1005a9e86bcf1353b4b66287e31'/>
<id>d8876f7520a2c1005a9e86bcf1353b4b66287e31</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Include MDK::Common after XML::Parser as XML::Parser breaks if File::Sync was used before...</title>
<updated>2009-10-07T18:41:54+00:00</updated>
<author>
<name>Pascal Terjan</name>
<email>pterjan@mandriva.org</email>
</author>
<published>2009-10-07T18:41:54+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=25a2108842e3af842c53f481ef086d8e16f15750'/>
<id>25a2108842e3af842c53f481ef086d8e16f15750</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>simplify previous commit (detect when @l becomes empty instead of not doing</title>
<updated>2008-10-23T09:21:04+00:00</updated>
<author>
<name>Pascal Rigaux</name>
<email>pixel@mandriva.com</email>
</author>
<published>2008-10-23T09:21:04+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=961192d783a0cd962e90fe5f0beabb6a7977b25f'/>
<id>961192d783a0cd962e90fe5f0beabb6a7977b25f</id>
<content type='text'>
things when it's empty)

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
things when it's empty)

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