[eclipse-yocto] [oxygen][PATCH v2 2/2] setup.sh: use partial mirror on yoctoproject.org

Tim Orling timothy.t.orling at linux.intel.com
Thu Jan 10 21:34:07 PST 2019


Merged. Thank you!

> On Jan 10, 2019, at 4:45 PM, Chin Huat Ang <chin.huat.ang at intel.com> wrote:
> 
> When --upstream switch is not specified, download eclipse archive from
> partial mirror instead of full mirror on yoctoproject.org
> 
> [YOCTO #13101]
> 
> Signed-off-by: Chin Huat Ang <chin.huat.ang at intel.com>
> ---
> scripts/setup.sh | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/scripts/setup.sh b/scripts/setup.sh
> index 6f837ba..c740da7 100755
> --- a/scripts/setup.sh
> +++ b/scripts/setup.sh
> @@ -118,7 +118,7 @@ if [ ! -f eclipse/plugins/org.eclipse.swt_3.106.3.v20180329-0507.jar ]; then
>   then
>         wget "http://archive.eclipse.org/eclipse/downloads/drops4/${ep_rel}${ep_ver}${ep_date}/eclipse-SDK-${ep_ver}-${ep_arch}.tar.gz"
>   else
> -        wget "http://downloads.yoctoproject.org/eclipse-full/eclipse/downloads/drops4/${ep_rel}${ep_ver}${ep_date}/eclipse-SDK-${ep_ver}-${ep_arch}.tar.gz"
> +        wget "http://downloads.yoctoproject.org/eclipse/downloads/drops4/${ep_rel}${ep_ver}${ep_date}/eclipse-SDK-${ep_ver}-${ep_arch}.tar.gz"
>   fi
> 
>   echo -e "Please wait. Extracting Eclipse SDK: eclipse-SDK-${ep_ver}-${ep_arch}.tar.gz\n"
> -- 
> 2.7.4
> 
> _______________________________________________
> eclipse-yocto mailing list
> eclipse-yocto at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/eclipse-yocto



More information about the eclipse-yocto mailing list