Closed
Conversation
change to github path for submodules Modify config to disable some features not used on ot platform Fix EOL mirror issues for Buster and Bullseye by updating MIRROR_URLS The Bullseye release is now end-of-life, and the `bullseye-backports` entry is no longer available on the standard Debian mirrors, causing Docker image builds to fail. Due to the way `files/apt/sources.list.j2` is templated, the backports URL is generated using the shared `MIRROR_URLS` variable, which also affects the main and updates entries. Rather than restructuring the template to special- case `bullseye-backports`, this commit updates `DEFAULT_MIRROR_URLS` entirely for Bullseye to point to archive-capable mirrors that support all required repositories. In the case of Buster, `DEFAULT_MIRROR_SECURITY_URLS` was also updated to resolve similar build failures. - For Bullseye: uses `archive.debian.org` for main, updates, and backports, and `debian-archive.trafficmanager.net` specifically for security. - For Buster: uses `archive.debian.org` for main, updates backports and security. This approach keeps the templating logic simple and ensures stable builds for EOL releases using fully supported mirror endpoints. Fixes sonic-net#23430 and sonic-net#23336 Signed-off-by: Alberto Martin <alberto.martin@htecgroup.com> Support otn-kvm platform for OTN devices Signed-off-by: oplklum <lu.mao@molex.com> merge event and alarm management related to official sonic-net#22617 extend event function for platform event function changed libsai version to 1.1.0 use hal server version 1.1.0 supervisord does not spawn hal and HalApiServer anymore Fix submodule pointer for sonic-platform-daemons Update submodule sonic-swss-common to 202411_otn Update submodule sonic-sairedis to 202411_otn Update submodule sonic-swss 202411_otn Update submodule sonic-utilities 202411_otn
Fix build sources
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
change to github path for submodules
Modify config to disable some features not used on ot platform
Fix EOL mirror issues for Buster and Bullseye by updating MIRROR_URLS
The Bullseye release is now end-of-life, and the
bullseye-backportsentry is no longer available on the standard Debian mirrors, causing Docker image builds to fail.Due to the way
files/apt/sources.list.j2is templated, the backports URL is generated using the sharedMIRROR_URLSvariable, which also affects the main and updates entries. Rather than restructuring the template to special- casebullseye-backports, this commit updatesDEFAULT_MIRROR_URLSentirely for Bullseye to point to archive-capable mirrors that support all required repositories. In the case of Buster,DEFAULT_MIRROR_SECURITY_URLSwas also updated to resolve similar build failures.archive.debian.orgfor main, updates, and backports, anddebian-archive.trafficmanager.netspecifically for security.archive.debian.orgfor main, updates backports and security.This approach keeps the templating logic simple and ensures stable builds for EOL releases using fully supported mirror endpoints.
Fixes sonic-net#23430 and sonic-net#23336
Signed-off-by: Alberto Martin alberto.martin@htecgroup.com
Support otn-kvm platform for OTN devices
Signed-off-by: oplklum lu.mao@molex.com
merge event and alarm management related to official sonic-net#22617
extend event function for platform event function
changed libsai version to 1.1.0
use hal server version 1.1.0
supervisord does not spawn hal and HalApiServer anymore
Fix submodule pointer for sonic-platform-daemons
Update submodule sonic-swss-common to 202411_otn
Update submodule sonic-sairedis to 202411_otn
Update submodule sonic-swss 202411_otn
Update submodule sonic-utilities 202411_otn
Why I did it
Work item tracking
How I did it
How to verify it
Which release branch to backport (provide reason below if selected)
Tested branch (Please provide the tested image version)
Description for the changelog
Link to config_db schema for YANG module changes
A picture of a cute animal (not mandatory but encouraged)