-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Need to move linux kernel repo pointer in branch 201904 #3331
Comments
caizhenghui-juniper
changed the title
Need to move linux kernel repo pointer
Need to move linux kernel repo pointer in branch 201904
Aug 12, 2019
@yxieca can you do the same you did for master and 201811 for branch 201904 ? |
@stcheng is the 201904 branch master :-) |
I modify file
And it works! |
But I got a error after modify.
|
Ha, I delete the |
mssonicbld
added a commit
that referenced
this issue
Jul 6, 2024
…atically (#19419) #### Why I did it src/sonic-utilities ``` * fb2e5cda - (HEAD -> master, origin/master, origin/HEAD) Remove secret from golden_config_db.json and old_config files (#3390) (2 days ago) [Hua Liu] * 414cf3bb - [DPB]Fix return code in case of failure (#3389) (4 days ago) [Sudharsan Dhamal Gopalarathnam] * 06965df2 - Remove suppress-fib-pending CLI and make route_check.py check suppress-fib in BGP configuration (#3331) (5 days ago) [Stepan Blyshchak] * 3a8f0be0 - [Mellanox] Add support for ACS-4280 (#3368) (8 days ago) [Vivek] * 667a1509 - [pbh]: Fix show PBH counters when cache is partial (#3356) (8 days ago) [Nazarii Hnydyn] ``` #### How I did it #### How to verify it #### Description for the changelog
arun1355492
pushed a commit
to arun1355492/sonic-buildimage
that referenced
this issue
Jul 26, 2024
…atically (sonic-net#19419) #### Why I did it src/sonic-utilities ``` * fb2e5cda - (HEAD -> master, origin/master, origin/HEAD) Remove secret from golden_config_db.json and old_config files (sonic-net#3390) (2 days ago) [Hua Liu] * 414cf3bb - [DPB]Fix return code in case of failure (sonic-net#3389) (4 days ago) [Sudharsan Dhamal Gopalarathnam] * 06965df2 - Remove suppress-fib-pending CLI and make route_check.py check suppress-fib in BGP configuration (sonic-net#3331) (5 days ago) [Stepan Blyshchak] * 3a8f0be0 - [Mellanox] Add support for ACS-4280 (sonic-net#3368) (8 days ago) [Vivek] * 667a1509 - [pbh]: Fix show PBH counters when cache is partial (sonic-net#3356) (8 days ago) [Nazarii Hnydyn] ``` #### How I did it #### How to verify it #### Description for the changelog
liushilongbuaa
pushed a commit
to liushilongbuaa/sonic-buildimage
that referenced
this issue
Aug 1, 2024
…atically (sonic-net#19419) #### Why I did it src/sonic-utilities ``` * fb2e5cda - (HEAD -> master, origin/master, origin/HEAD) Remove secret from golden_config_db.json and old_config files (sonic-net#3390) (2 days ago) [Hua Liu] * 414cf3bb - [DPB]Fix return code in case of failure (sonic-net#3389) (4 days ago) [Sudharsan Dhamal Gopalarathnam] * 06965df2 - Remove suppress-fib-pending CLI and make route_check.py check suppress-fib in BGP configuration (sonic-net#3331) (5 days ago) [Stepan Blyshchak] * 3a8f0be0 - [Mellanox] Add support for ACS-4280 (sonic-net#3368) (8 days ago) [Vivek] * 667a1509 - [pbh]: Fix show PBH counters when cache is partial (sonic-net#3356) (8 days ago) [Nazarii Hnydyn] ``` #### How I did it #### How to verify it #### Description for the changelog
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
src/sonic-linux-kernel is pointing to old commit, need to move to latest one since the kernel version in the repo is not available from Debian download site.
Steps to reproduce the issue:
Describe the results you received:
--2019-08-12 15:23:44-- http://security-cdn.debian.org/debian-security/pool/updates/main/l/linux/linux_4.9.168-1+deb9u3.dsc http://security-cdn.debian.org/debian-security/pool/updates/main/l/linux/linux_4.9.168-1+deb9u3.dsc
Resolving security-cdn.debian.org (security-cdn.debian.org)... 199.232.36.204, 2a04:4e42:46::204
Connecting to security-cdn.debian.org (security-cdn.debian.org)|199.232.36.204|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2019-08-12 15:23:46 ERROR 404: Not Found.
Makefile:59: recipe for target '/sonic/target/debs/stretch/linux-headers-4.9.0-9-2-common_4.9.168-1+deb9u3_all.deb' failed
make[1]: *** [/sonic/target/debs/stretch/linux-headers-4.9.0-9-2-common_4.9.168-1+deb9u3_all.deb] Error 8
make[1]: Leaving directory '/sonic/src/sonic-linux-kernel'
Describe the results you expected:
should get the package from sonic storage site.
Additional information you deem important (e.g. issue happens only occasionally):
The text was updated successfully, but these errors were encountered: