[Sound-open-firmware] [PATCH 2/2] scripts: docker: Add proxy settings

Liam Girdwood liam.r.girdwood at linux.intel.com
Thu May 17 16:30:36 CEST 2018


On Wed, 2018-05-16 at 11:49 +0800, Xiuli Pan wrote:
>  # Use ToT alsa utils for the latest topology patches.
>  RUN mkdir -p /root/alsa-build
> -RUN cd /root/alsa-build && git clone git://git.alsa-project.org/alsa-lib.git
> -RUN cd /root/alsa-build && git clone git://git.alsa-project.org/alsa-
> utils.git
> +RUN cd /root/alsa-build && git clone http://git.alsa-project.org/http/alsa-li
> b.git
> +RUN cd /root/alsa-build && git clone http://git.alsa-project.org/http/alsa-ut
> ils.git
>  RUN cd /root/alsa-build/alsa-lib && ./gitcompile &&  make install
>  RUN cd /root/alsa-build/alsa-utils && ./gitcompile &&  make install

Can we have this as a cmd line option as http repos sometimes lag behind the git
repo.  Default will be git:// repos.

Liam


More information about the Sound-open-firmware mailing list