Update configuration to point to released artifiacts

This updates the layer'ed build configuration (lst and repo) files to point to the
4.0.1 release artifacts, the layer'ed build needs to have access to the artifacts
in order to get the correct repos and lst files.

Update the buildrc to have the 4.0.1 relase number.

Closes-Bug: 1890350
Change-Id: I06d87b9c1daee9c11a8136b3fa6b9b0d28248006
Signed-off-by: Saul Wold <sgw@linux.intel.com>
This commit is contained in:
Saul Wold 2020-08-05 07:50:08 -07:00
parent 6a3d8def8a
commit 74a4cfc7cd
14 changed files with 36 additions and 36 deletions

View File

@ -50,7 +50,7 @@ LOCALDISK=${HOST_PREFIX}/${GUEST_LOCALDISK}
# Release Variable
export MY_RELEASE=${MY_RELEASE:-4.0}
export MY_RELEASE=${MY_RELEASE:-4.0.1}
# Default branch to build
export BRANCH=${BRANCH:-intel_r0}

View File

@ -1,5 +1,5 @@
compiler,std,http://mirror.starlingx.cengn.ca/mirror/starlingx/rc/4.0/centos/compiler/latest_build/outputs/RPMS/std/rpm.lst
distro,std,http://mirror.starlingx.cengn.ca/mirror/starlingx/rc/4.0/centos/distro/latest_build/outputs/RPMS/std/rpm.lst
distro,rt,http://mirror.starlingx.cengn.ca/mirror/starlingx/rc/4.0/centos/distro/latest_build/outputs/RPMS/rt/rpm.lst
distro,installer,http://mirror.starlingx.cengn.ca/mirror/starlingx/rc/4.0/centos/distro/latest_build/outputs/RPMS/installer/rpm.lst
flock,std,http://mirror.starlingx.cengn.ca/mirror/starlingx/rc/4.0/centos/flock/latest_build/outputs/RPMS/std/rpm.lst
compiler,std,http://mirror.starlingx.cengn.ca/mirror/starlingx/release/4.0.1/centos/compiler/outputs/RPMS/std/rpm.lst
distro,std,http://mirror.starlingx.cengn.ca/mirror/starlingx/release/4.0.1/centos/distro/outputs/RPMS/std/rpm.lst
distro,rt,http://mirror.starlingx.cengn.ca/mirror/starlingx/release/4.0.1/centos/distro/outputs/RPMS/rt/rpm.lst
distro,installer,http://mirror.starlingx.cengn.ca/mirror/starlingx/release/4.0.1/centos/distro/outputs/RPMS/installer/rpm.lst
flock,std,http://mirror.starlingx.cengn.ca/mirror/starlingx/release/4.0.1/centos/flock/outputs/RPMS/std/rpm.lst

View File

@ -1,4 +1,4 @@
distro,stable,http://mirror.starlingx.cengn.ca/mirror/starlingx/rc/4.0/centos/distro/latest_build/outputs/centos_stable_wheels.inc
distro,dev,http://mirror.starlingx.cengn.ca/mirror/starlingx/rc/4.0/centos/distro/latest_build/outputs/centos_dev_wheels.inc
flock,stable,http://mirror.starlingx.cengn.ca/mirror/starlingx/rc/4.0/centos/flock/latest_build/outputs/centos_stable_wheels.inc
flock,dev,http://mirror.starlingx.cengn.ca/mirror/starlingx/rc/4.0/centos/flock/latest_build/outputs/centos_dev_wheels.inc
distro,stable,http://mirror.starlingx.cengn.ca/mirror/starlingx/release/4.0.1/centos/distro/outputs/centos_stable_wheels.inc
distro,dev,http://mirror.starlingx.cengn.ca/mirror/starlingx/release/4.0.1/centos/distro/outputs/centos_dev_wheels.inc
flock,stable,http://mirror.starlingx.cengn.ca/mirror/starlingx/release/4.0.1/centos/flock/outputs/centos_stable_wheels.inc
flock,dev,http://mirror.starlingx.cengn.ca/mirror/starlingx/release/4.0.1/centos/flock/outputs/centos_dev_wheels.inc

View File

@ -3,10 +3,10 @@
[Starlingx-cengn_compiler_std_layer]
name=Starlingx-cengn_compiler_std_layer
baseurl=http://mirror.starlingx.cengn.ca/mirror/starlingx/rc/4.0/centos/compiler/latest_build/outputs/RPMS/std/
baseurl=http://mirror.starlingx.cengn.ca/mirror/starlingx/release/4.0.1/centos/compiler/outputs/RPMS/std/
enabled=1
[Starlingx-cengn_compiler_installer_layer]
name=Starlingx-cengn_compiler_installer_layer
baseurl=http://mirror.starlingx.cengn.ca/mirror/starlingx/rc/4.0/centos/compiler/latest_build/outputs/RPMS/installer/
baseurl=http://mirror.starlingx.cengn.ca/mirror/starlingx/release/4.0.1/centos/compiler/outputs/RPMS/installer/
enabled=1

View File

@ -3,16 +3,16 @@
[Starlingx-cengn_distro_std_layer]
name=Starlingx-cengn_distro_std_layer
baseurl=http://mirror.starlingx.cengn.ca/mirror/starlingx/rc/4.0/centos/distro/latest_build/outputs/RPMS/std/
baseurl=http://mirror.starlingx.cengn.ca/mirror/starlingx/release/4.0.1/centos/distro/outputs/RPMS/std/
enabled=1
[Starlingx-cengn_distro_rt_layer]
name=Starlingx-cengn_distro_rt_layer
baseurl=http://mirror.starlingx.cengn.ca/mirror/starlingx/rc/4.0/centos/distro/latest_build/outputs/RPMS/rt/
baseurl=http://mirror.starlingx.cengn.ca/mirror/starlingx/release/4.0.1/centos/distro/outputs/RPMS/rt/
enabled=1
[Starlingx-cengn_distro_installer_layer]
name=Starlingx-cengn_distro_installer_layer
baseurl=http://mirror.starlingx.cengn.ca/mirror/starlingx/rc/4.0/centos/distro/latest_build/outputs/RPMS/installer/
baseurl=http://mirror.starlingx.cengn.ca/mirror/starlingx/release/4.0.1/centos/distro/outputs/RPMS/installer/
enabled=1

View File

@ -3,6 +3,6 @@
[Starlingx-cengn_flock_std_layer]
name=Starlingx-cengn_flock_std_layer
baseurl=http://mirror.starlingx.cengn.ca/mirror/starlingx/rc/4.0/centos/flock/latest_build/outputs/RPMS/std/
baseurl=http://mirror.starlingx.cengn.ca/mirror/starlingx/release/4.0.1/centos/flock/outputs/RPMS/std/
enabled=1

View File

@ -1,2 +1,2 @@
compiler,std,http://mirror.starlingx.cengn.ca/mirror/starlingx/rc/4.0/centos/compiler/latest_build/outputs/image.inc
compiler,dev,http://mirror.starlingx.cengn.ca/mirror/starlingx/rc/4.0/centos/compiler/latest_build/outputs/image-dev.inc
compiler,std,http://mirror.starlingx.cengn.ca/mirror/starlingx/release/4.0.1/centos/compiler/outputs/image.inc
compiler,dev,http://mirror.starlingx.cengn.ca/mirror/starlingx/release/4.0.1/centos/compiler/outputs/image-dev.inc

View File

@ -1 +1 @@
compiler,std,http://mirror.starlingx.cengn.ca/mirror/starlingx/rc/4.0/centos/compiler/latest_build/outputs/RPMS/std/rpm.lst
compiler,std,http://mirror.starlingx.cengn.ca/mirror/starlingx/release/4.0.1/centos/compiler/outputs/RPMS/std/rpm.lst

View File

@ -3,10 +3,10 @@
[Starlingx-cengn_compiler_std_layer]
name=Starlingx-cengn_compiler_std_layer
baseurl=http://mirror.starlingx.cengn.ca/mirror/starlingx/rc/4.0/centos/compiler/latest_build/outputs/RPMS/std/
baseurl=http://mirror.starlingx.cengn.ca/mirror/starlingx/release/4.0.1/centos/compiler/outputs/RPMS/std/
enabled=1
[Starlingx-cengn_compiler_installer_layer]
name=Starlingx-cengn_compiler_installer_layer
baseurl=http://mirror.starlingx.cengn.ca/mirror/starlingx/rc/4.0/centos/compiler/latest_build/outputs/RPMS/installer/
baseurl=http://mirror.starlingx.cengn.ca/mirror/starlingx/release/4.0.1/centos/compiler/outputs/RPMS/installer/
enabled=1

View File

@ -1,4 +1,4 @@
compiler,std,http://mirror.starlingx.cengn.ca/mirror/starlingx/rc/4.0/centos/compiler/latest_build/outputs/image.inc
compiler,dev,http://mirror.starlingx.cengn.ca/mirror/starlingx/rc/4.0/centos/compiler/latest_build/outputs/image-dev.inc
distro,std,http://mirror.starlingx.cengn.ca/mirror/starlingx/rc/4.0/centos/distro/latest_build/outputs/image.inc
distro,dev,http://mirror.starlingx.cengn.ca/mirror/starlingx/rc/4.0/centos/distro/latest_build/outputs/image-dev.inc
compiler,std,http://mirror.starlingx.cengn.ca/mirror/starlingx/release/4.0.1/centos/compiler/outputs/image.inc
compiler,dev,http://mirror.starlingx.cengn.ca/mirror/starlingx/release/4.0.1/centos/compiler/outputs/image-dev.inc
distro,std,http://mirror.starlingx.cengn.ca/mirror/starlingx/release/4.0.1/centos/distro/outputs/image.inc
distro,dev,http://mirror.starlingx.cengn.ca/mirror/starlingx/release/4.0.1/centos/distro/outputs/image-dev.inc

View File

@ -1,4 +1,4 @@
compiler,std,http://mirror.starlingx.cengn.ca/mirror/starlingx/rc/4.0/centos/compiler/latest_build/outputs/RPMS/std/rpm.lst
distro,std,http://mirror.starlingx.cengn.ca/mirror/starlingx/rc/4.0/centos/distro/latest_build/outputs/RPMS/std/rpm.lst
distro,rt,http://mirror.starlingx.cengn.ca/mirror/starlingx/rc/4.0/centos/distro/latest_build/outputs/RPMS/rt/rpm.lst
distro,installer,http://mirror.starlingx.cengn.ca/mirror/starlingx/rc/4.0/centos/distro/latest_build/outputs/RPMS/installer/rpm.lst
compiler,std,http://mirror.starlingx.cengn.ca/mirror/starlingx/release/4.0.1/centos/compiler/outputs/RPMS/std/rpm.lst
distro,std,http://mirror.starlingx.cengn.ca/mirror/starlingx/release/4.0.1/centos/distro/outputs/RPMS/std/rpm.lst
distro,rt,http://mirror.starlingx.cengn.ca/mirror/starlingx/release/4.0.1/centos/distro/outputs/RPMS/rt/rpm.lst
distro,installer,http://mirror.starlingx.cengn.ca/mirror/starlingx/release/4.0.1/centos/distro/outputs/RPMS/installer/rpm.lst

View File

@ -1,2 +1,2 @@
distro,stable,http://mirror.starlingx.cengn.ca/mirror/starlingx/rc/4.0/centos/distro/latest_build/outputs/centos_stable_wheels.inc
distro,dev,http://mirror.starlingx.cengn.ca/mirror/starlingx/rc/4.0/centos/distro/latest_build/outputs/centos_dev_wheels.inc
distro,stable,http://mirror.starlingx.cengn.ca/mirror/starlingx/release/4.0.1/centos/distro/outputs/centos_stable_wheels.inc
distro,dev,http://mirror.starlingx.cengn.ca/mirror/starlingx/release/4.0.1/centos/distro/outputs/centos_dev_wheels.inc

View File

@ -3,10 +3,10 @@
[Starlingx-cengn_compiler_std_layer]
name=Starlingx-cengn_compiler_std_layer
baseurl=http://mirror.starlingx.cengn.ca/mirror/starlingx/rc/4.0/centos/compiler/latest_build/outputs/RPMS/std/
baseurl=http://mirror.starlingx.cengn.ca/mirror/starlingx/release/4.0.1/centos/compiler/outputs/RPMS/std/
enabled=1
[Starlingx-cengn_compiler_installer_layer]
name=Starlingx-cengn_compiler_installer_layer
baseurl=http://mirror.starlingx.cengn.ca/mirror/starlingx/rc/4.0/centos/compiler/latest_build/outputs/RPMS/installer/
baseurl=http://mirror.starlingx.cengn.ca/mirror/starlingx/release/4.0.1/centos/compiler/outputs/RPMS/installer/
enabled=1

View File

@ -3,16 +3,16 @@
[Starlingx-cengn_distro_std_layer]
name=Starlingx-cengn_distro_std_layer
baseurl=http://mirror.starlingx.cengn.ca/mirror/starlingx/rc/4.0/centos/distro/latest_build/outputs/RPMS/std/
baseurl=http://mirror.starlingx.cengn.ca/mirror/starlingx/release/4.0.1/centos/distro/outputs/RPMS/std/
enabled=1
[Starlingx-cengn_distro_rt_layer]
name=Starlingx-cengn_distro_rt_layer
baseurl=http://mirror.starlingx.cengn.ca/mirror/starlingx/rc/4.0/centos/distro/latest_build/outputs/RPMS/rt/
baseurl=http://mirror.starlingx.cengn.ca/mirror/starlingx/release/4.0.1/centos/distro/outputs/RPMS/rt/
enabled=1
[Starlingx-cengn_distro_installer_layer]
name=Starlingx-cengn_distro_installer_layer
baseurl=http://mirror.starlingx.cengn.ca/mirror/starlingx/rc/4.0/centos/distro/latest_build/outputs/RPMS/installer/
baseurl=http://mirror.starlingx.cengn.ca/mirror/starlingx/release/4.0.1/centos/distro/outputs/RPMS/installer/
enabled=1