cengn reference removal
mirror.starlingx.cengn.ca no longer exists. CENGN is kindly forwarding requests to the new location mirror.starlingx.windriver.com for now, but that will only last a few months. We need to replace all the references with the new URL. I will also remove as many 'cengn' references as possible, replacing them with 'stx_mirror' Partial-Bug: 2033555 Change-Id: I244456f8d546031f2fe50dec56264d69cf6a817b Signed-off-by: Scott Little <scott.little@windriver.com>
This commit is contained in:
parent
dae78f1f9e
commit
b15d9e66c7
@ -1,6 +1,6 @@
|
||||
[stx-compiler-outputs-installer]
|
||||
name=stx-compiler-outputs-installer
|
||||
baseurl=http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/compiler/latest_build/outputs/RPMS/installer/
|
||||
baseurl=https://mirror.starlingx.windriver.com/mirror/starlingx/master/centos/compiler/latest_build/outputs/RPMS/installer/
|
||||
enabled=1
|
||||
gpgcheck=0
|
||||
metadata_expire=0
|
||||
@ -8,7 +8,7 @@ priority=1
|
||||
|
||||
[stx-compiler-outputs-rt]
|
||||
name=stx-compiler-outputs-rt
|
||||
baseurl=http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/compiler/latest_build/outputs/RPMS/rt/
|
||||
baseurl=https://mirror.starlingx.windriver.com/mirror/starlingx/master/centos/compiler/latest_build/outputs/RPMS/rt/
|
||||
enabled=1
|
||||
gpgcheck=0
|
||||
metadata_expire=0
|
||||
@ -16,7 +16,7 @@ priority=1
|
||||
|
||||
[stx-compiler-outputs-std]
|
||||
name=stx-compiler-outputs-std
|
||||
baseurl=http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/compiler/latest_build/outputs/RPMS/std/
|
||||
baseurl=https://mirror.starlingx.windriver.com/mirror/starlingx/master/centos/compiler/latest_build/outputs/RPMS/std/
|
||||
enabled=1
|
||||
gpgcheck=0
|
||||
metadata_expire=0
|
||||
@ -24,7 +24,7 @@ priority=1
|
||||
|
||||
[stx-distro-outputs-installer]
|
||||
name=stx-distro-outputs-installer
|
||||
baseurl=http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/distro/latest_build/outputs/RPMS/installer/
|
||||
baseurl=https://mirror.starlingx.windriver.com/mirror/starlingx/master/centos/distro/latest_build/outputs/RPMS/installer/
|
||||
enabled=1
|
||||
gpgcheck=0
|
||||
metadata_expire=0
|
||||
@ -32,7 +32,7 @@ priority=1
|
||||
|
||||
[stx-distro-outputs-rt]
|
||||
name=stx-distro-outputs-rt
|
||||
baseurl=http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/distro/latest_build/outputs/RPMS/rt/
|
||||
baseurl=https://mirror.starlingx.windriver.com/mirror/starlingx/master/centos/distro/latest_build/outputs/RPMS/rt/
|
||||
enabled=1
|
||||
gpgcheck=0
|
||||
metadata_expire=0
|
||||
@ -40,7 +40,7 @@ priority=1
|
||||
|
||||
[stx-distro-outputs-std]
|
||||
name=stx-distro-outputs-std
|
||||
baseurl=http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/distro/latest_build/outputs/RPMS/std/
|
||||
baseurl=https://mirror.starlingx.windriver.com/mirror/starlingx/master/centos/distro/latest_build/outputs/RPMS/std/
|
||||
enabled=1
|
||||
gpgcheck=0
|
||||
metadata_expire=0
|
||||
@ -48,7 +48,7 @@ priority=1
|
||||
|
||||
[stx-flock-outputs-rt]
|
||||
name=stx-flock-outputs-rt
|
||||
baseurl=http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/flock/latest_build/outputs/RPMS/rt/
|
||||
baseurl=https://mirror.starlingx.windriver.com/mirror/starlingx/master/centos/flock/latest_build/outputs/RPMS/rt/
|
||||
enabled=1
|
||||
gpgcheck=0
|
||||
metadata_expire=0
|
||||
@ -56,7 +56,7 @@ priority=1
|
||||
|
||||
[stx-flock-outputs-std]
|
||||
name=stx-flock-outputs-std
|
||||
baseurl=http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/flock/latest_build/outputs/RPMS/std/
|
||||
baseurl=https://mirror.starlingx.windriver.com/mirror/starlingx/master/centos/flock/latest_build/outputs/RPMS/std/
|
||||
enabled=1
|
||||
gpgcheck=0
|
||||
metadata_expire=0
|
||||
|
@ -1,7 +1,7 @@
|
||||
ARG BASE
|
||||
FROM ${BASE}
|
||||
|
||||
# Install stx-dev repo (StarlingX-Debian CENGN repo)
|
||||
# Install stx-dev repo (StarlingX-Debian repo)
|
||||
COPY stx-dev.list /etc/apt/sources.list.d/stx-dev.list.disabled
|
||||
|
||||
#
|
||||
@ -82,8 +82,8 @@ RUN set -ex && \
|
||||
apt-get clean && \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
|
||||
# Enable StarlingX-Debian CENGN repo
|
||||
# Packages installs below this point will use DEB packages on CENGN repo.
|
||||
# Enable StarlingX-Debian repo
|
||||
# Packages installs below this point will use DEB packages from the StarlingX-Debian repo.
|
||||
RUN set -ex && \
|
||||
cp -f /etc/apt/sources.list.d/stx-dev.list.disabled /etc/apt/sources.list.d/stx.list && \
|
||||
apt-get update && \
|
||||
|
@ -1,2 +1,2 @@
|
||||
deb [trusted=yes check-valid-until=0] http://mirror.starlingx.cengn.ca/mirror/starlingx/master/debian/monolithic/latest_build/inputs/packages ./
|
||||
deb [trusted=yes check-valid-until=0] http://mirror.starlingx.cengn.ca/mirror/starlingx/master/debian/monolithic/latest_build/outputs/std/packages ./
|
||||
deb [trusted=yes check-valid-until=0] https://mirror.starlingx.windriver.com/mirror/starlingx/master/debian/monolithic/latest_build/inputs/packages ./
|
||||
deb [trusted=yes check-valid-until=0] https://mirror.starlingx.windriver.com/mirror/starlingx/master/debian/monolithic/latest_build/outputs/std/packages ./
|
||||
|
@ -1,6 +1,6 @@
|
||||
[stx-compiler-outputs-installer]
|
||||
name=stx-compiler-outputs-installer
|
||||
baseurl=http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/compiler/latest_build/outputs/RPMS/installer/
|
||||
baseurl=https://mirror.starlingx.windriver.com/mirror/starlingx/master/centos/compiler/latest_build/outputs/RPMS/installer/
|
||||
enabled=1
|
||||
gpgcheck=0
|
||||
metadata_expire=0
|
||||
@ -8,7 +8,7 @@ priority=1
|
||||
|
||||
[stx-compiler-outputs-rt]
|
||||
name=stx-compiler-outputs-rt
|
||||
baseurl=http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/compiler/latest_build/outputs/RPMS/rt/
|
||||
baseurl=https://mirror.starlingx.windriver.com/mirror/starlingx/master/centos/compiler/latest_build/outputs/RPMS/rt/
|
||||
enabled=1
|
||||
gpgcheck=0
|
||||
metadata_expire=0
|
||||
@ -16,7 +16,7 @@ priority=1
|
||||
|
||||
[stx-compiler-outputs-std]
|
||||
name=stx-compiler-outputs-std
|
||||
baseurl=http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/compiler/latest_build/outputs/RPMS/std/
|
||||
baseurl=https://mirror.starlingx.windriver.com/mirror/starlingx/master/centos/compiler/latest_build/outputs/RPMS/std/
|
||||
enabled=1
|
||||
gpgcheck=0
|
||||
metadata_expire=0
|
||||
@ -24,7 +24,7 @@ priority=1
|
||||
|
||||
[stx-distro-outputs-installer]
|
||||
name=stx-distro-outputs-installer
|
||||
baseurl=http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/distro/latest_build/outputs/RPMS/installer/
|
||||
baseurl=https://mirror.starlingx.windriver.com/mirror/starlingx/master/centos/distro/latest_build/outputs/RPMS/installer/
|
||||
enabled=1
|
||||
gpgcheck=0
|
||||
metadata_expire=0
|
||||
@ -32,7 +32,7 @@ priority=1
|
||||
|
||||
[stx-distro-outputs-rt]
|
||||
name=stx-distro-outputs-rt
|
||||
baseurl=http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/distro/latest_build/outputs/RPMS/rt/
|
||||
baseurl=https://mirror.starlingx.windriver.com/mirror/starlingx/master/centos/distro/latest_build/outputs/RPMS/rt/
|
||||
enabled=1
|
||||
gpgcheck=0
|
||||
metadata_expire=0
|
||||
@ -40,7 +40,7 @@ priority=1
|
||||
|
||||
[stx-distro-outputs-std]
|
||||
name=stx-distro-outputs-std
|
||||
baseurl=http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/distro/latest_build/outputs/RPMS/std/
|
||||
baseurl=https://mirror.starlingx.windriver.com/mirror/starlingx/master/centos/distro/latest_build/outputs/RPMS/std/
|
||||
enabled=1
|
||||
gpgcheck=0
|
||||
metadata_expire=0
|
||||
@ -48,7 +48,7 @@ priority=1
|
||||
|
||||
[stx-distro-inputs]
|
||||
name=stx-distro-inputs
|
||||
baseurl=http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/distro/latest_build/inputs/RPMS
|
||||
baseurl=https://mirror.starlingx.windriver.com/mirror/starlingx/master/centos/distro/latest_build/inputs/RPMS
|
||||
enabled=1
|
||||
gpgcheck=0
|
||||
metadata_expire=0
|
||||
@ -56,7 +56,7 @@ priority=1
|
||||
|
||||
[stx-flock-outputs-rt]
|
||||
name=stx-flock-outputs-rt
|
||||
baseurl=http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/flock/latest_build/outputs/RPMS/rt/
|
||||
baseurl=https://mirror.starlingx.windriver.com/mirror/starlingx/master/centos/flock/latest_build/outputs/RPMS/rt/
|
||||
enabled=1
|
||||
gpgcheck=0
|
||||
metadata_expire=0
|
||||
@ -64,7 +64,7 @@ priority=1
|
||||
|
||||
[stx-flock-outputs-std]
|
||||
name=stx-flock-outputs-std
|
||||
baseurl=http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/flock/latest_build/outputs/RPMS/std/
|
||||
baseurl=https://mirror.starlingx.windriver.com/mirror/starlingx/master/centos/flock/latest_build/outputs/RPMS/std/
|
||||
enabled=1
|
||||
gpgcheck=0
|
||||
metadata_expire=0
|
||||
@ -72,7 +72,7 @@ priority=1
|
||||
|
||||
[stx-flock-inputs]
|
||||
name=stx-flock-inputs
|
||||
baseurl=http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/flock/latest_build/inputs/RPMS
|
||||
baseurl=https://mirror.starlingx.windriver.com/mirror/starlingx/master/centos/flock/latest_build/inputs/RPMS
|
||||
enabled=1
|
||||
gpgcheck=0
|
||||
metadata_expire=0
|
||||
|
@ -1,7 +1,7 @@
|
||||
ARG BASE
|
||||
FROM ${BASE}
|
||||
|
||||
# Install stx-tools-dev repo (StarlingX-Debian CENGN repo)
|
||||
# Install stx-tools-dev repo (StarlingX-Debian repo)
|
||||
COPY stx-tools-dev.list /etc/apt/sources.list.d/stx-tools-dev.list.disabled
|
||||
|
||||
#
|
||||
@ -107,8 +107,8 @@ RUN set -ex && \
|
||||
apt-get clean && \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
|
||||
# Enable StarlingX-Debian CENGN repo
|
||||
# Packages installs below this point will use DEB packages on CENGN repo.
|
||||
# Enable StarlingX-Debian repo
|
||||
# Packages installs below this point will use DEB packages from the StarlingX-Debian repo.
|
||||
RUN set -ex && \
|
||||
cp -f /etc/apt/sources.list.d/stx-tools-dev.list.disabled /etc/apt/sources.list.d/stx.list && \
|
||||
apt-get update && \
|
||||
|
@ -1,2 +1,2 @@
|
||||
deb [trusted=yes check-valid-until=0] http://mirror.starlingx.cengn.ca/mirror/starlingx/master/debian/monolithic/latest_build/inputs/packages ./
|
||||
deb [trusted=yes check-valid-until=0] http://mirror.starlingx.cengn.ca/mirror/starlingx/master/debian/monolithic/latest_build/outputs/std/packages ./
|
||||
deb [trusted=yes check-valid-until=0] https://mirror.starlingx.windriver.com/mirror/starlingx/master/debian/monolithic/latest_build/inputs/packages ./
|
||||
deb [trusted=yes check-valid-until=0] https://mirror.starlingx.windriver.com/mirror/starlingx/master/debian/monolithic/latest_build/outputs/std/packages ./
|
||||
|
Loading…
Reference in New Issue
Block a user