diff --git a/buildrc b/buildrc index d1704708..bf42e67a 100644 --- a/buildrc +++ b/buildrc @@ -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} diff --git a/centos-mirror-tools/config/centos/containers/required_layer_pkgs.cfg b/centos-mirror-tools/config/centos/containers/required_layer_pkgs.cfg index 49a9bda0..ea6878e5 100644 --- a/centos-mirror-tools/config/centos/containers/required_layer_pkgs.cfg +++ b/centos-mirror-tools/config/centos/containers/required_layer_pkgs.cfg @@ -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 diff --git a/centos-mirror-tools/config/centos/containers/required_layer_wheel_inc.cfg b/centos-mirror-tools/config/centos/containers/required_layer_wheel_inc.cfg index 6c55bf7f..5393bb0f 100644 --- a/centos-mirror-tools/config/centos/containers/required_layer_wheel_inc.cfg +++ b/centos-mirror-tools/config/centos/containers/required_layer_wheel_inc.cfg @@ -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 diff --git a/centos-mirror-tools/config/centos/containers/yum.repos.d/StarlingX_cengn_compiler_layer.repo b/centos-mirror-tools/config/centos/containers/yum.repos.d/StarlingX_cengn_compiler_layer.repo index 3ebea68e..e7919c86 100644 --- a/centos-mirror-tools/config/centos/containers/yum.repos.d/StarlingX_cengn_compiler_layer.repo +++ b/centos-mirror-tools/config/centos/containers/yum.repos.d/StarlingX_cengn_compiler_layer.repo @@ -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 diff --git a/centos-mirror-tools/config/centos/containers/yum.repos.d/StarlingX_cengn_distro_layer.repo b/centos-mirror-tools/config/centos/containers/yum.repos.d/StarlingX_cengn_distro_layer.repo index adea2598..ba11fdb4 100644 --- a/centos-mirror-tools/config/centos/containers/yum.repos.d/StarlingX_cengn_distro_layer.repo +++ b/centos-mirror-tools/config/centos/containers/yum.repos.d/StarlingX_cengn_distro_layer.repo @@ -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 diff --git a/centos-mirror-tools/config/centos/containers/yum.repos.d/StarlingX_cengn_flock_layer.repo b/centos-mirror-tools/config/centos/containers/yum.repos.d/StarlingX_cengn_flock_layer.repo index 6f92663e..d842c531 100644 --- a/centos-mirror-tools/config/centos/containers/yum.repos.d/StarlingX_cengn_flock_layer.repo +++ b/centos-mirror-tools/config/centos/containers/yum.repos.d/StarlingX_cengn_flock_layer.repo @@ -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 diff --git a/centos-mirror-tools/config/centos/distro/required_layer_iso_inc.cfg b/centos-mirror-tools/config/centos/distro/required_layer_iso_inc.cfg index 089e9547..f970f86c 100644 --- a/centos-mirror-tools/config/centos/distro/required_layer_iso_inc.cfg +++ b/centos-mirror-tools/config/centos/distro/required_layer_iso_inc.cfg @@ -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 diff --git a/centos-mirror-tools/config/centos/distro/required_layer_pkgs.cfg b/centos-mirror-tools/config/centos/distro/required_layer_pkgs.cfg index 4e6a4c7e..be9a66ab 100644 --- a/centos-mirror-tools/config/centos/distro/required_layer_pkgs.cfg +++ b/centos-mirror-tools/config/centos/distro/required_layer_pkgs.cfg @@ -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 diff --git a/centos-mirror-tools/config/centos/distro/yum.repos.d/StarlingX_cengn_compiler_layer.repo b/centos-mirror-tools/config/centos/distro/yum.repos.d/StarlingX_cengn_compiler_layer.repo index 3ebea68e..e7919c86 100644 --- a/centos-mirror-tools/config/centos/distro/yum.repos.d/StarlingX_cengn_compiler_layer.repo +++ b/centos-mirror-tools/config/centos/distro/yum.repos.d/StarlingX_cengn_compiler_layer.repo @@ -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 diff --git a/centos-mirror-tools/config/centos/flock/required_layer_iso_inc.cfg b/centos-mirror-tools/config/centos/flock/required_layer_iso_inc.cfg index e684aa74..459861bc 100644 --- a/centos-mirror-tools/config/centos/flock/required_layer_iso_inc.cfg +++ b/centos-mirror-tools/config/centos/flock/required_layer_iso_inc.cfg @@ -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 diff --git a/centos-mirror-tools/config/centos/flock/required_layer_pkgs.cfg b/centos-mirror-tools/config/centos/flock/required_layer_pkgs.cfg index de29b225..d965fa3a 100644 --- a/centos-mirror-tools/config/centos/flock/required_layer_pkgs.cfg +++ b/centos-mirror-tools/config/centos/flock/required_layer_pkgs.cfg @@ -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 diff --git a/centos-mirror-tools/config/centos/flock/required_layer_wheel_inc.cfg b/centos-mirror-tools/config/centos/flock/required_layer_wheel_inc.cfg index 7c26a0bd..1bc68911 100644 --- a/centos-mirror-tools/config/centos/flock/required_layer_wheel_inc.cfg +++ b/centos-mirror-tools/config/centos/flock/required_layer_wheel_inc.cfg @@ -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 diff --git a/centos-mirror-tools/config/centos/flock/yum.repos.d/StarlingX_cengn_compiler_layer.repo b/centos-mirror-tools/config/centos/flock/yum.repos.d/StarlingX_cengn_compiler_layer.repo index 3ebea68e..e7919c86 100644 --- a/centos-mirror-tools/config/centos/flock/yum.repos.d/StarlingX_cengn_compiler_layer.repo +++ b/centos-mirror-tools/config/centos/flock/yum.repos.d/StarlingX_cengn_compiler_layer.repo @@ -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 diff --git a/centos-mirror-tools/config/centos/flock/yum.repos.d/StarlingX_cengn_distro_layer.repo b/centos-mirror-tools/config/centos/flock/yum.repos.d/StarlingX_cengn_distro_layer.repo index adea2598..ba11fdb4 100644 --- a/centos-mirror-tools/config/centos/flock/yum.repos.d/StarlingX_cengn_distro_layer.repo +++ b/centos-mirror-tools/config/centos/flock/yum.repos.d/StarlingX_cengn_distro_layer.repo @@ -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