From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6518759238035046400 Date: Mon, 5 Feb 2018 02:16:50 -0800 (PST) From: chombourger@gmail.com To: isar-users Message-Id: In-Reply-To: <6ca3bedb-e829-0e07-c29b-cc19df848d7f@googlemail.com> References: <20180204175454.220-1-Cedric_Hombourger@mentor.com> <6ca3bedb-e829-0e07-c29b-cc19df848d7f@googlemail.com> Subject: Re: [PATCH 0/5] support creation of a full repo for offline/reproducible builds MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_29593_1619068086.1517825811052" X-Google-Token: EJLe4NMFY8zoUAlEtmE0 X-Google-IP: 81.14.33.59 X-TUID: WQt9BGub2bFr ------=_Part_29593_1619068086.1517825811052 Content-Type: multipart/alternative; boundary="----=_Part_29594_1121431375.1517825811052" ------=_Part_29594_1121431375.1517825811052 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Hi Benni, I did not have anything to do to make subsequent builds pull from the local repo other than publishing that repo and amending my environment as follows: export DISTRO_APT_SOURCE="http://192.168.30.11/apt/foobar" export DISTRO_APT_SOURCE_SEC="none" export DISTRO_SUITE="foobar" export DISTRO_COMPONENTS="main" unset http_proxy # I typically use apt-cacher-ng, not needed when pulling local feeds Cedric Hi Cedric, > > thanks. > > Pulling packages from the local repository for subsequent builds is not > implemented here? > > > Benni > > > ------=_Part_29594_1121431375.1517825811052 Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: 7bit
Hi Benni,

I did not have anything to do to make subsequent builds pull from the local repo other than publishing that repo and amending my environment as follows:

export DISTRO_APT_SOURCE="http://192.168.30.11/apt/foobar"
export DISTRO_APT_SOURCE_SEC="none"
export DISTRO_SUITE="foobar"
export DISTRO_COMPONENTS="main"
unset http_proxy # I typically use apt-cacher-ng, not needed when pulling local feeds

Cedric


Hi Cedric,

thanks.

Pulling packages from the local repository for subsequent builds is not
implemented here?


Benni


------=_Part_29594_1121431375.1517825811052-- ------=_Part_29593_1619068086.1517825811052--