diff options
Diffstat (limited to 'zarb-ml/mageia-dev/attachments/20120404')
12 files changed, 176 insertions, 0 deletions
diff --git a/zarb-ml/mageia-dev/attachments/20120404/10caec9d/attachment-0001.html b/zarb-ml/mageia-dev/attachments/20120404/10caec9d/attachment-0001.html new file mode 100644 index 000000000..beef548d9 --- /dev/null +++ b/zarb-ml/mageia-dev/attachments/20120404/10caec9d/attachment-0001.html @@ -0,0 +1,15 @@ +<br><br><div class="gmail_quote">On Wed, Apr 4, 2012 at 09:10, Thierry Vignaud <span dir="ltr"><<a href="mailto:thierry.vignaud@gmail.com">thierry.vignaud@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"> + +<div class="im">On 4 April 2012 10:09, Pascal Terjan <<a href="mailto:pterjan@gmail.com">pterjan@gmail.com</a>> wrote:<br> +>> > Request Core instead of Main when using --distrib<br> +>><br> +>> To be moved in some config file?<br> +>> And documented.<br> +><br> +><br> +> Yeah I added a FIXME :)<br> +<br> +</div>No :-)<br> +I meant documenting in the basic conf file provided with iurt what<br> +a new distro would have to configure (default media name, ...)<br> +</blockquote></div><div><br></div>I mean, I added a FIXME to take care of it :)<div><br></div> diff --git a/zarb-ml/mageia-dev/attachments/20120404/10caec9d/attachment.html b/zarb-ml/mageia-dev/attachments/20120404/10caec9d/attachment.html new file mode 100644 index 000000000..beef548d9 --- /dev/null +++ b/zarb-ml/mageia-dev/attachments/20120404/10caec9d/attachment.html @@ -0,0 +1,15 @@ +<br><br><div class="gmail_quote">On Wed, Apr 4, 2012 at 09:10, Thierry Vignaud <span dir="ltr"><<a href="mailto:thierry.vignaud@gmail.com">thierry.vignaud@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"> + +<div class="im">On 4 April 2012 10:09, Pascal Terjan <<a href="mailto:pterjan@gmail.com">pterjan@gmail.com</a>> wrote:<br> +>> > Request Core instead of Main when using --distrib<br> +>><br> +>> To be moved in some config file?<br> +>> And documented.<br> +><br> +><br> +> Yeah I added a FIXME :)<br> +<br> +</div>No :-)<br> +I meant documenting in the basic conf file provided with iurt what<br> +a new distro would have to configure (default media name, ...)<br> +</blockquote></div><div><br></div>I mean, I added a FIXME to take care of it :)<div><br></div> diff --git a/zarb-ml/mageia-dev/attachments/20120404/32fe00a8/attachment-0001.html b/zarb-ml/mageia-dev/attachments/20120404/32fe00a8/attachment-0001.html new file mode 100644 index 000000000..f5fa7c475 --- /dev/null +++ b/zarb-ml/mageia-dev/attachments/20120404/32fe00a8/attachment-0001.html @@ -0,0 +1,5 @@ +<br><br><div class="gmail_quote">On Wed, Apr 4, 2012 at 14:40, Anssi Hannula <span dir="ltr"><<a href="mailto:anssi@mageia.org">anssi@mageia.org</a>></span> wrote:<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"> + +Yes (it has always been like that). Feel free to fix <a href="http://bootloader.pm" target="_blank">bootloader.pm</a> to<br> +not do it. Note, however, that you can't simply skip symlinks there as<br> +the initrd.img symlink may also be the only initrd in bootloader config.</blockquote><div><br></div><div>What about this (untested)? </div></div> diff --git a/zarb-ml/mageia-dev/attachments/20120404/32fe00a8/attachment-0001.obj b/zarb-ml/mageia-dev/attachments/20120404/32fe00a8/attachment-0001.obj new file mode 100644 index 000000000..0fab4a60a --- /dev/null +++ b/zarb-ml/mageia-dev/attachments/20120404/32fe00a8/attachment-0001.obj @@ -0,0 +1,22 @@ +Index: bootloader.pm +=================================================================== +--- bootloader.pm (revision 3913) ++++ bootloader.pm (working copy) +@@ -161,9 +161,16 @@ + sub update_splash { + my ($bootloader) = @_; + ++ my %real_initrd_entries; + foreach (@{$bootloader->{entries}}) { +- add_boot_splash($_->{initrd}, $_->{vga} || $bootloader->{vga}) if $_->{initrd}; ++ if ($_->{initrd}) { ++ my $initrd = expand_symlinks; ++ $real_initrd_entries[$initrd] = $_; ++ } + } ++ foreach (values %real_initrd_entries) { ++ add_boot_splash($_->{initrd}, $_->{vga} || $bootloader->{vga}); ++ } + } + + sub read {
\ No newline at end of file diff --git a/zarb-ml/mageia-dev/attachments/20120404/32fe00a8/attachment.html b/zarb-ml/mageia-dev/attachments/20120404/32fe00a8/attachment.html new file mode 100644 index 000000000..f5fa7c475 --- /dev/null +++ b/zarb-ml/mageia-dev/attachments/20120404/32fe00a8/attachment.html @@ -0,0 +1,5 @@ +<br><br><div class="gmail_quote">On Wed, Apr 4, 2012 at 14:40, Anssi Hannula <span dir="ltr"><<a href="mailto:anssi@mageia.org">anssi@mageia.org</a>></span> wrote:<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"> + +Yes (it has always been like that). Feel free to fix <a href="http://bootloader.pm" target="_blank">bootloader.pm</a> to<br> +not do it. Note, however, that you can't simply skip symlinks there as<br> +the initrd.img symlink may also be the only initrd in bootloader config.</blockquote><div><br></div><div>What about this (untested)? </div></div> diff --git a/zarb-ml/mageia-dev/attachments/20120404/32fe00a8/attachment.obj b/zarb-ml/mageia-dev/attachments/20120404/32fe00a8/attachment.obj new file mode 100644 index 000000000..0fab4a60a --- /dev/null +++ b/zarb-ml/mageia-dev/attachments/20120404/32fe00a8/attachment.obj @@ -0,0 +1,22 @@ +Index: bootloader.pm +=================================================================== +--- bootloader.pm (revision 3913) ++++ bootloader.pm (working copy) +@@ -161,9 +161,16 @@ + sub update_splash { + my ($bootloader) = @_; + ++ my %real_initrd_entries; + foreach (@{$bootloader->{entries}}) { +- add_boot_splash($_->{initrd}, $_->{vga} || $bootloader->{vga}) if $_->{initrd}; ++ if ($_->{initrd}) { ++ my $initrd = expand_symlinks; ++ $real_initrd_entries[$initrd] = $_; ++ } + } ++ foreach (values %real_initrd_entries) { ++ add_boot_splash($_->{initrd}, $_->{vga} || $bootloader->{vga}); ++ } + } + + sub read {
\ No newline at end of file diff --git a/zarb-ml/mageia-dev/attachments/20120404/52752ee2/attachment-0001.html b/zarb-ml/mageia-dev/attachments/20120404/52752ee2/attachment-0001.html new file mode 100644 index 000000000..eda14fa19 --- /dev/null +++ b/zarb-ml/mageia-dev/attachments/20120404/52752ee2/attachment-0001.html @@ -0,0 +1,13 @@ +<br><br><div class="gmail_quote">On Wed, Apr 4, 2012 at 09:02, Thierry Vignaud <span dir="ltr"><<a href="mailto:thierry.vignaud@gmail.com">thierry.vignaud@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"> + +<div class="im">On 2 April 2012 12:56, <<a href="mailto:root@mageia.org">root@mageia.org</a>> wrote:<br> +> Revision 3888 Author pterjan Date 2012-04-02 12:56:26 +0200 (Mon, 02 Apr<br> +> 2012)<br> +><br> +> Log Message<br> +><br> +> Request Core instead of Main when using --distrib<br> +<br> +</div>To be moved in some config file?<br> +And documented.<br> +</blockquote></div><br><div>Yeah I added a FIXME :)</div> diff --git a/zarb-ml/mageia-dev/attachments/20120404/52752ee2/attachment.html b/zarb-ml/mageia-dev/attachments/20120404/52752ee2/attachment.html new file mode 100644 index 000000000..eda14fa19 --- /dev/null +++ b/zarb-ml/mageia-dev/attachments/20120404/52752ee2/attachment.html @@ -0,0 +1,13 @@ +<br><br><div class="gmail_quote">On Wed, Apr 4, 2012 at 09:02, Thierry Vignaud <span dir="ltr"><<a href="mailto:thierry.vignaud@gmail.com">thierry.vignaud@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"> + +<div class="im">On 2 April 2012 12:56, <<a href="mailto:root@mageia.org">root@mageia.org</a>> wrote:<br> +> Revision 3888 Author pterjan Date 2012-04-02 12:56:26 +0200 (Mon, 02 Apr<br> +> 2012)<br> +><br> +> Log Message<br> +><br> +> Request Core instead of Main when using --distrib<br> +<br> +</div>To be moved in some config file?<br> +And documented.<br> +</blockquote></div><br><div>Yeah I added a FIXME :)</div> diff --git a/zarb-ml/mageia-dev/attachments/20120404/5432bb56/attachment-0001.html b/zarb-ml/mageia-dev/attachments/20120404/5432bb56/attachment-0001.html new file mode 100644 index 000000000..68c8c6380 --- /dev/null +++ b/zarb-ml/mageia-dev/attachments/20120404/5432bb56/attachment-0001.html @@ -0,0 +1,10 @@ +<div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">could all who possess a DVB-receiver and a physical cauldron<br> +installation please test it, should be available soon, rebuild went<br> +through.<br> +<br></blockquote><div>Very good, I'm waiting for the rebuild and will start with testing.</div><div><br></div><div>Â </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"> + +Project page: <a href="https://launchpad.net/me-tv" target="_blank">https://launchpad.net/me-tv</a><br> +<br> +<br> +Thanks in advance.<br> +</blockquote></div><br> diff --git a/zarb-ml/mageia-dev/attachments/20120404/5432bb56/attachment.html b/zarb-ml/mageia-dev/attachments/20120404/5432bb56/attachment.html new file mode 100644 index 000000000..68c8c6380 --- /dev/null +++ b/zarb-ml/mageia-dev/attachments/20120404/5432bb56/attachment.html @@ -0,0 +1,10 @@ +<div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">could all who possess a DVB-receiver and a physical cauldron<br> +installation please test it, should be available soon, rebuild went<br> +through.<br> +<br></blockquote><div>Very good, I'm waiting for the rebuild and will start with testing.</div><div><br></div><div>Â </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"> + +Project page: <a href="https://launchpad.net/me-tv" target="_blank">https://launchpad.net/me-tv</a><br> +<br> +<br> +Thanks in advance.<br> +</blockquote></div><br> diff --git a/zarb-ml/mageia-dev/attachments/20120404/d21fc6fd/attachment-0001.html b/zarb-ml/mageia-dev/attachments/20120404/d21fc6fd/attachment-0001.html new file mode 100644 index 000000000..2a774f30b --- /dev/null +++ b/zarb-ml/mageia-dev/attachments/20120404/d21fc6fd/attachment-0001.html @@ -0,0 +1,23 @@ +<br><br><div class="gmail_quote">On Wed, Apr 4, 2012 at 09:01, Thierry Vignaud <span dir="ltr"><<a href="mailto:thierry.vignaud@gmail.com">thierry.vignaud@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"> + +<div class="im">On 4 April 2012 01:01, <<a href="mailto:root@mageia.org">root@mageia.org</a>> wrote:<br> +> Revision 3909 Author pterjan Date 2012-04-04 01:01:59 +0200 (Wed, 04 Apr<br> +> 2012)<br> +><br> +> Log Message<br> +><br> +> Drop check_chroot<br> +<br> +</div>A minor comment: it hasn't actually been dropped<br> +I think a better changelog would have been:<br> +<br> +"(check_chroot) merge it in check_build_chroot()"<br></blockquote><div> </div><div>Indeed, I'll improve log messages</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"> + + +Also, you didn't comment the call to create_build_chroot() instead<br> +of to create_chroot().<br></blockquote><div> </div><div>Indeed, this was an extension of the change I amended before commit when I noticed the call with those options that I was moving had a dedicated function.</div><div> + +I should probably have done another commit</div><div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"> +Not that it matters a lot since create_build_chroot() got killed a little<br> +later but it would make history easier to read in 6 months (which it<br> +is already not for previous years :-( )<br></blockquote><div><br></div></div> diff --git a/zarb-ml/mageia-dev/attachments/20120404/d21fc6fd/attachment.html b/zarb-ml/mageia-dev/attachments/20120404/d21fc6fd/attachment.html new file mode 100644 index 000000000..2a774f30b --- /dev/null +++ b/zarb-ml/mageia-dev/attachments/20120404/d21fc6fd/attachment.html @@ -0,0 +1,23 @@ +<br><br><div class="gmail_quote">On Wed, Apr 4, 2012 at 09:01, Thierry Vignaud <span dir="ltr"><<a href="mailto:thierry.vignaud@gmail.com">thierry.vignaud@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"> + +<div class="im">On 4 April 2012 01:01, <<a href="mailto:root@mageia.org">root@mageia.org</a>> wrote:<br> +> Revision 3909 Author pterjan Date 2012-04-04 01:01:59 +0200 (Wed, 04 Apr<br> +> 2012)<br> +><br> +> Log Message<br> +><br> +> Drop check_chroot<br> +<br> +</div>A minor comment: it hasn't actually been dropped<br> +I think a better changelog would have been:<br> +<br> +"(check_chroot) merge it in check_build_chroot()"<br></blockquote><div> </div><div>Indeed, I'll improve log messages</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"> + + +Also, you didn't comment the call to create_build_chroot() instead<br> +of to create_chroot().<br></blockquote><div> </div><div>Indeed, this was an extension of the change I amended before commit when I noticed the call with those options that I was moving had a dedicated function.</div><div> + +I should probably have done another commit</div><div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"> +Not that it matters a lot since create_build_chroot() got killed a little<br> +later but it would make history easier to read in 6 months (which it<br> +is already not for previous years :-( )<br></blockquote><div><br></div></div> |