tags 542826 + pending
thanks
On Friday 21 August 2009, Ernesto Hernández-Novich wrote:
> Those messages have an obvious reason: Debian Installer's source is not
> under debian-installer/source. The bug is triggered when asking
> for sources while attempting to mirror main/debian-installer.
Thanks for the report and analysis of the problem.
> The following patch fixes the problem by skipping Sources download
> for the debian-installer section.
I've committed a slightly different patch, but the idea is identical.
> 699c699
> < if ($do_source) {
> ---
>
> > if ($do_source && $section !~ /debian-installer/) {
>
> 747c747,749
> < get_index("dists/$dist/$section/source", "Sources") if
> ($do_source); ---
>
> > if (! ($section =~ "debian-installer" )) {
> > get_index("dists/$dist/$section/source", "Sources") if
> > ($do_source); }
Next time please send a _unified diff_ with at least _3 lines of context_.
In my current version of the script the line numbers are completely
different, so without any context it becomes quite hard to identify
exactly which lines you modified.
The easiest thing is to just remember to *always* use 'diff -u' [1].
Cheers,
FJP
[1] There are some exceptions where other options may be more readable,
but diff -u is by far the safest and sanest default.
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]