[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#389430: override suite for udebs



How is setting mirror/udeb/override_suite any different than setting
the existing mirror/udeb/suite?

dann frazier wrote:
> +	for suite in "$codename" "$override_suite"; do
> +	fetch "dists/$suite/Release" "$Release" || exit $?
> +			fetch "dists/$suite/$pkgfile" "$Packages" || continue

The first pass through this loop, the Release and Packages files
are downloaded, and checked, only to be thrown away by the second
pass of the loop which downloads files with the same names from the
override suite. What's the point of doing that extra work in the first
pass if the data isn't used?

-- 
see shy jo

Attachment: signature.asc
Description: Digital signature


Reply to: