Jeremy Huntwork wrote:
> George Boudreau wrote:
>> Jeremy,
>> In my copy I swapped the definitions of URL1
& URL2 rather than
>> changing their wget positions. SVN is locked out
for a while so I will
>> keep this change in mind.
>
> Hrm? SVN isn't locked. Unless you're referring to
what Cross-LFS is
> doing? If so, that only affects them, not any of the
other projects.
yes.. that's what is going on. I never looked at the
header.
>> Although the download speeds are fully throttle I
find the initial
>> response time lagging at GNU. Your priority gives
an improved download
>> times in general.
>
> Here's what I had in my working copy (tell me what you
think):
>
> # svn diff common/common-functions
> Index: common/common-functions
>
============================================================
=======
> --- common/common-functions (revision 2622)
> +++ common/common-functions (working copy)
>  -670,8 +670,8 
> esac
>
> # Locations
> - URL1=`echo $line | cut -d" " -f1` #
Upstream URL
> - URL2=`echo $line | cut -d" " -f2` #
Fallback URL
> + URL1=`echo $line | cut -d" " -f2` #
Preferred URL
> + URL2=`echo $line | cut -d" " -f1` #
Fallback Upstream URL
> FILE=`basename $URL2` # File name
>
> # Find the md5 sum for this package.
Same here.. I will let you commit the change..
> --
> JH
--
http://linuxfromscratch.org/mailman/listinfo/alfs-discu
ss
FAQ: http://www.linux
fromscratch.org/faq/
Unsubscribe: See the above information page
|