public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
From: Henning Schild <henning.schild@siemens.com>
To: "Maxim Yu. Osipov" <mosipov@ilbers.de>
Cc: <isar-users@googlegroups.com>
Subject: Re: [PATCH 1/2] conf/distro: Use ftp.debian.org as default
Date: Wed, 6 Feb 2019 14:15:40 +0100	[thread overview]
Message-ID: <20190206141540.50ad062c@md1za8fc.ad001.siemens.net> (raw)
In-Reply-To: <20190205145634.29665-1-mosipov@ilbers.de>

I guess that one could come with a changelog entry. It is not that the
api will change, but people might wonder why the build changed speed
(slower or faster, depending on location). Maybe it will not change at
all ...

Henning

Am Tue, 5 Feb 2019 14:56:33 +0000
schrieb "Maxim Yu. Osipov" <mosipov@ilbers.de>:

> Switch to a neutral default.
> 
> One may select a particular mirror by defining in conf/local.conf
> variable DISTRO_APT_PREMIRRORS -  append your preferred mirror
> to the default URI in the format:
> DISTRO_APT_PREMIRRORS = "ftp.debian.org my.preferred.mirror".
> 
> Suggested-by: Jan Kiszka <jan.kiszka@siemens.com>
> Signed-off-by: Maxim Yu. Osipov <mosipov@ilbers.de>
> ---
>  meta-isar/conf/distro/debian-stretch-backports.list | 4 ++--
>  meta/conf/distro/debian-buster.list                 | 8 ++++----
>  meta/conf/distro/debian-jessie.list                 | 8 ++++----
>  meta/conf/distro/debian-stretch.list                | 8 ++++----
>  4 files changed, 14 insertions(+), 14 deletions(-)
> 
> diff --git a/meta-isar/conf/distro/debian-stretch-backports.list
> b/meta-isar/conf/distro/debian-stretch-backports.list index
> f606be5..6b744f3 100644 ---
> a/meta-isar/conf/distro/debian-stretch-backports.list +++
> b/meta-isar/conf/distro/debian-stretch-backports.list @@ -1,2 +1,2 @@
> -deb	http://ftp.de.debian.org/debian stretch-backports main
> -deb-src	http://ftp.de.debian.org/debian stretch-backports main
> +deb	http://ftp.debian.org/debian stretch-backports main
> +deb-src	http://ftp.debian.org/debian stretch-backports main
> diff --git a/meta/conf/distro/debian-buster.list
> b/meta/conf/distro/debian-buster.list index 1e38f1a..206b7a5 100644
> --- a/meta/conf/distro/debian-buster.list
> +++ b/meta/conf/distro/debian-buster.list
> @@ -1,6 +1,6 @@
> -deb	http://ftp.de.debian.org/debian buster	main
> contrib non-free -deb-src	http://ftp.de.debian.org/debian
> buster	main contrib non-free -deb
> http://ftp.de.debian.org/debian buster-updates	main contrib
> non-free -deb-src	http://ftp.de.debian.org/debian
> buster-updates	main contrib non-free +deb
> http://ftp.debian.org/debian buster	main contrib non-free
> +deb-src	http://ftp.debian.org/debian buster	main
> contrib non-free +deb	http://ftp.debian.org/debian
> buster-updates	main contrib non-free +deb-src
> http://ftp.debian.org/debian buster-updates	main contrib
> non-free deb	http://security.debian.org
> buster/updates	main contrib non-free deb-src
> http://security.debian.org	buster/updates	main contrib
> non-free diff --git a/meta/conf/distro/debian-jessie.list
> b/meta/conf/distro/debian-jessie.list index 5143f4d..55e0eb8 100644
> --- a/meta/conf/distro/debian-jessie.list +++
> b/meta/conf/distro/debian-jessie.list @@ -1,6 +1,6 @@ -deb
> http://ftp.de.debian.org/debian	jessie	main contrib
> non-free -deb-src	http://ftp.de.debian.org/debian
> jessie	main contrib non-free -deb
> http://ftp.de.debian.org/debian jessie-updates	main contrib
> non-free -deb-src	http://ftp.de.debian.org/debian
> jessie-updates	main contrib non-free +deb
> http://ftp.debian.org/debian	jessie	main contrib
> non-free +deb-src	http://ftp.debian.org/debian
> jessie	main contrib non-free +deb
> http://ftp.debian.org/debian jessie-updates	main contrib
> non-free +deb-src	http://ftp.debian.org/debian
> jessie-updates	main contrib non-free deb
> http://security.debian.org	jessie/updates	main contrib
> non-free deb-src	http://security.debian.org
> jessie/updates	main contrib non-free diff --git
> a/meta/conf/distro/debian-stretch.list
> b/meta/conf/distro/debian-stretch.list index d4f3de0..1ec86fb 100644
> --- a/meta/conf/distro/debian-stretch.list +++
> b/meta/conf/distro/debian-stretch.list @@ -1,6 +1,6 @@ -deb
> http://ftp.de.debian.org/debian stretch	main contrib non-free
> -deb-src	http://ftp.de.debian.org/debian stretch	main
> contrib non-free -deb	http://ftp.de.debian.org/debian
> stretch-updates	main contrib non-free -deb-src
> http://ftp.de.debian.org/debian stretch-updates	main contrib
> non-free +deb	http://ftp.debian.org/debian stretch	main
> contrib non-free +deb-src	http://ftp.debian.org/debian
> stretch	main contrib non-free +deb
> http://ftp.debian.org/debian stretch-updates	main contrib
> non-free +deb-src	http://ftp.debian.org/debian
> stretch-updates	main contrib non-free deb
> http://security.debian.org	stretch/updates	main contrib
> non-free deb-src	http://security.debian.org
> stretch/updates	main contrib non-free


  parent reply	other threads:[~2019-02-06 13:15 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-02-05 14:56 Maxim Yu. Osipov
2019-02-05 14:56 ` [PATCH 2/2] doc/user_manual: Document DISTRO_APT_PREMIRRORS Maxim Yu. Osipov
2019-02-06 13:15 ` Henning Schild [this message]
2019-02-06 14:01   ` [PATCH 1/2] conf/distro: Use ftp.debian.org as default Maxim Yu. Osipov
2019-02-08 14:33 ` Maxim Yu. Osipov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190206141540.50ad062c@md1za8fc.ad001.siemens.net \
    --to=henning.schild@siemens.com \
    --cc=isar-users@googlegroups.com \
    --cc=mosipov@ilbers.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox