Skip to content
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

use seperate sources.list for debian base image build #61

Merged
merged 1 commit into from
Nov 8, 2016

Conversation

lguohan
Copy link
Collaborator

@lguohan lguohan commented Nov 7, 2016

No description provided.

@stcheng
Copy link
Contributor

stcheng commented Nov 7, 2016

what's the difference between the docker-base/sources.list and this new file?

@lguohan
Copy link
Collaborator Author

lguohan commented Nov 8, 2016

they are the same, just do not want to depend on the docker-base sources.list since they are separate build process

@lguohan lguohan merged commit 81d6382 into sonic-net:master Nov 8, 2016
@lguohan lguohan deleted the debian_source branch November 6, 2017 04:31
kevinwangsk added a commit to kevinwangsk/sonic-buildimage that referenced this pull request Sep 26, 2018
* 90c4cdb 2018-09-22 | Fix a mlnx hardware-management issue (sonic-net#61)

Signed-off-by: Kevin Wang <kevinw@mellanox.com>
lguohan pushed a commit that referenced this pull request Sep 27, 2018
* 90c4cdb 2018-09-22 | Fix a mlnx hardware-management issue (#61)

Signed-off-by: Kevin Wang <kevinw@mellanox.com>
yxieca added a commit to yxieca/sonic-buildimage that referenced this pull request Sep 11, 2019
Submodule src/sonic-platform-common ac7fde6..58f9672:
  > [sfp_base] Raise exceptions (previously was incorrectly returning them) (sonic-net#61)

Submodule src/sonic-swss 660530e..2974844:
  > Fix MIRROR_SESSION table macro name (sonic-net#802)
  > Don't try to remove a vxlan tunnel if it has associated tunnel maps (sonic-net#1052)

Submodule src/sonic-swss-common d6140fa..d7b1f53:
  > Fix MIRROR_SESSION table macro name (sonic-net#264)

Signed-off-by: Ying Xie <ying.xie@microsoft.com>
yxieca added a commit that referenced this pull request Sep 12, 2019
…on (#3443)

Submodule src/sonic-platform-common ac7fde6..58f9672:
  > [sfp_base] Raise exceptions (previously was incorrectly returning them) (#61)

Submodule src/sonic-swss 660530e..2974844:
  > Fix MIRROR_SESSION table macro name (#802)
  > Don't try to remove a vxlan tunnel if it has associated tunnel maps (#1052)

Submodule src/sonic-swss-common d6140fa..d7b1f53:
  > Fix MIRROR_SESSION table macro name (#264)

Signed-off-by: Ying Xie <ying.xie@microsoft.com>
madhanmellanox pushed a commit to madhanmellanox/sonic-buildimage that referenced this pull request Mar 23, 2020
…lved (sonic-net#61)

- This happens when the host interfaces change and then we need to update
  the link cache.
- Renaming variables
- Removing unnecessary m_link_cache check
abdosi added a commit that referenced this pull request May 5, 2020
[configdb.py]: Allow deletion of entire table from mod_config API. (#61)
[MultiDB] mimic redis-dump-load , adding sonic_db_dump_load.py and so… 
[MultiDB] add sonic-db-cli PING all instances support (#65)
Fix sonic-db-cli script to be compatible with python3 and python2.7 (#66)
Namespace support in SonicV2Connector (#63)
[Multiasic]: Add calculation of interface index for backplane interfa… 
jleveque pushed a commit that referenced this pull request Jul 25, 2020
**sonic-platform-common:**

Commits on Jul 07, 2020
Changes in fan and psu base classes (1.0 platform API) related to pdd… 17292e4
Commits on Jul 10, 2020
update get_pcie_check() to use sysfs instead of lspci output (#95) d4eb804
Commits on Jul 11, 2020
[eeprom] Fix UnboundLocalError (#93) 7c8bed1
Commits on Jul 14, 2020
[Transceiver] Add parser for QSFP-DD cable type and dictionaries for … be1cc24 

**sonic-platform-daemons:**

Commits on Jul 06, 2020
[psud] Store PSU temperature and voltage information to database (#61) ef9716a
Commits on Jul 14, 2020
[xcvrd] Add support for QSFP-DD cables (#66) c530587
Commits on Jul 18, 2020
Initial version of pcied (#60) e665ee8
[xcvrd] Return non-zero error code on SFP error (#67) 4f42a79
Commits on Jul 19, 2020
[README.md] Add LTGM badges (#69) 23757a3
Remove unused imports (#70) 029d5a5 

Signed-off-by: Nazarii Hnydyn <nazariig@mellanox.com>
vdahiya12 pushed a commit to vdahiya12/sonic-buildimage that referenced this pull request Oct 2, 2020
lguohan pushed a commit that referenced this pull request Feb 25, 2021
- Adding instructions to build telemetry server/go client inside docker (#68)
- Add RBAC, gNOI, API Versioning and Bulk Set operations. (#61) …
- Support NonTLS option for testing purpose only. (#67) …
- Oc gnmi examples (#62) …
lguohan pushed a commit that referenced this pull request Mar 4, 2021
- Adding instructions to build telemetry server/go client inside docker (#68)
- Add RBAC, gNOI, API Versioning and Bulk Set operations. (#61) …
- Support NonTLS option for testing purpose only. (#67) …
- Oc gnmi examples (#62) …
SuvarnaMeenakshi pushed a commit to SuvarnaMeenakshi/sonic-buildimage that referenced this pull request Jun 16, 2021
…onic-net#61)

sonic-cfggen uses mod_config to write to db. mod_config API should allow
deletion of entire table instead of throwing python exception.

Signed-off-by: Praveen Chaudhary pchaudhary@linkedin.com
carl-nokia pushed a commit to carl-nokia/sonic-buildimage that referenced this pull request Aug 7, 2021
- Adding instructions to build telemetry server/go client inside docker (sonic-net#68)
- Add RBAC, gNOI, API Versioning and Bulk Set operations. (sonic-net#61) …
- Support NonTLS option for testing purpose only. (sonic-net#67) …
- Oc gnmi examples (sonic-net#62) …
mlok-nokia pushed a commit to mlok-nokia/sonic-buildimage that referenced this pull request Jan 24, 2022
…ic-net#61)

System health feature requires PSU temperature and voltage information, need store them to database for host side use.
SuvarnaMeenakshi pushed a commit to SuvarnaMeenakshi/sonic-buildimage that referenced this pull request Mar 16, 2022
Signed-off-by: Qi Luo <qiluo-msft@users.noreply.github.com>
zjswhhh added a commit that referenced this pull request May 6, 2022
[master][sonic-linkmgrd] submodule updates

df51322 Longxiang Lyu   Fri May 6 10:01:46 2022 +0800   Add `ActiveActiveStateMachine` implementation (#64)
e721ceb Jing Zhang      Wed May 4 10:07:14 2022 -0700   Add doc for default route related changes  (#63)
7bb06fb Jing Zhang      Tue May 3 09:48:28 2022 -0700   Add Cli support to enable or disable default route related feature (#68)
e4b02cb Jing Zhang      Mon May 2 13:27:54 2022 -0700   Reset WaitActiveUp count before switching to active (#70)
212d960 Jing Zhang      Wed Apr 27 10:35:05 2022 -0700  lower log level to warning (#69)
48abc9e Jing Zhang      Thu Apr 14 16:50:04 2022 -0700  Add support to enable switchover time measurement (with link prober interval decreased to 10ms) feature  (#61)
c4858a6 Jing Zhang      Thu Apr 14 11:27:55 2022 -0700  Avoid proactively switching to `active` if default route is missing  (#62)

sign-off: Jing Zhang zhangjing@microsoft.com
yxieca added a commit to yxieca/sonic-buildimage that referenced this pull request May 31, 2022
Include following changes;

* 3c2b546 2022-05-31 | Add default route support to `active-active` state machine (sonic-net#78) (github/master, github/202205, master, 202205) [Jing Zhang]
* 6fa892e 2022-05-27 | Degrade `LinkProberStateMachineBase` virtual function logging level (sonic-net#80) [Longxiang Lyu]
* 7b695ca 2022-05-27 | Fix mux wait timer and peer mux wait timer (sonic-net#81) [Longxiang Lyu]
* d744bfb 2022-05-25 | Support switch between using wellknown mac or server mac addr  (sonic-net#73) [Longxiang Lyu]
* 684e989 2022-05-18 | Avoid switching active when `LinkState == Down` (sonic-net#77) [Jing Zhang]
* e4aa4fd 2022-05-17 | [Makefile] Remove redundant optimization options (sonic-net#75) [Longxiang Lyu]
* 4ec7505 2022-05-12 | [ci]: uplift diff coverage threshold to 80% (sonic-net#71) [Jing Zhang]
* df51322 2022-05-06 | Add `ActiveActiveStateMachine` implementation (sonic-net#64) [Longxiang Lyu]
* e721ceb 2022-05-04 | Add doc for default route related changes  (sonic-net#63) [Jing Zhang]
* 7bb06fb 2022-05-03 | Add Cli support to enable or disable default route related feature (sonic-net#68) [Jing Zhang]
* e4b02cb 2022-05-02 | Reset WaitActiveUp count before switching to active (sonic-net#70) [Jing Zhang]
* 212d960 2022-04-27 | lower log level to warning (sonic-net#69) [Jing Zhang]
* 48abc9e 2022-04-14 | Add support to enable switchover time measurement (with link prober interval decreased to 10ms) feature  (sonic-net#61) [Jing Zhang]
* c4858a6 2022-04-14 | Avoid proactively switching to `active` if default route is missing  (sonic-net#62) [Jing Zhang]
* 41f5fb9 2022-04-11 | Upgrade linkmgrd to `BULLSEYE` (sonic-net#60) [Jing Zhang]

Signed-off-by: Ying Xie <ying.xie@microsoft.com>
yxieca added a commit that referenced this pull request May 31, 2022
Include following changes;

* 3c2b546 2022-05-31 | Add default route support to `active-active` state machine (#78) (github/master, github/202205, master, 202205) [Jing Zhang]
* 6fa892e 2022-05-27 | Degrade `LinkProberStateMachineBase` virtual function logging level (#80) [Longxiang Lyu]
* 7b695ca 2022-05-27 | Fix mux wait timer and peer mux wait timer (#81) [Longxiang Lyu]
* d744bfb 2022-05-25 | Support switch between using wellknown mac or server mac addr  (#73) [Longxiang Lyu]
* 684e989 2022-05-18 | Avoid switching active when `LinkState == Down` (#77) [Jing Zhang]
* e4aa4fd 2022-05-17 | [Makefile] Remove redundant optimization options (#75) [Longxiang Lyu]
* 4ec7505 2022-05-12 | [ci]: uplift diff coverage threshold to 80% (#71) [Jing Zhang]
* df51322 2022-05-06 | Add `ActiveActiveStateMachine` implementation (#64) [Longxiang Lyu]
* e721ceb 2022-05-04 | Add doc for default route related changes  (#63) [Jing Zhang]
* 7bb06fb 2022-05-03 | Add Cli support to enable or disable default route related feature (#68) [Jing Zhang]
* e4b02cb 2022-05-02 | Reset WaitActiveUp count before switching to active (#70) [Jing Zhang]
* 212d960 2022-04-27 | lower log level to warning (#69) [Jing Zhang]
* 48abc9e 2022-04-14 | Add support to enable switchover time measurement (with link prober interval decreased to 10ms) feature  (#61) [Jing Zhang]
* c4858a6 2022-04-14 | Avoid proactively switching to `active` if default route is missing  (#62) [Jing Zhang]
* 41f5fb9 2022-04-11 | Upgrade linkmgrd to `BULLSEYE` (#60) [Jing Zhang]

Signed-off-by: Ying Xie <ying.xie@microsoft.com>
liushilongbuaa referenced this pull request in liushilongbuaa/sonic-buildimage Jun 20, 2022
[master][sonic-linkmgrd] submodule updates

df51322 Longxiang Lyu   Fri May 6 10:01:46 2022 +0800   Add `ActiveActiveStateMachine` implementation (#64)
e721ceb Jing Zhang      Wed May 4 10:07:14 2022 -0700   Add doc for default route related changes  (#63)
7bb06fb Jing Zhang      Tue May 3 09:48:28 2022 -0700   Add Cli support to enable or disable default route related feature (#68)
e4b02cb Jing Zhang      Mon May 2 13:27:54 2022 -0700   Reset WaitActiveUp count before switching to active (#70)
212d960 Jing Zhang      Wed Apr 27 10:35:05 2022 -0700  lower log level to warning (#69)
48abc9e Jing Zhang      Thu Apr 14 16:50:04 2022 -0700  Add support to enable switchover time measurement (with link prober interval decreased to 10ms) feature  (#61)
c4858a6 Jing Zhang      Thu Apr 14 11:27:55 2022 -0700  Avoid proactively switching to `active` if default route is missing  (#62)

sign-off: Jing Zhang zhangjing@microsoft.com
mssonicbld pushed a commit to mssonicbld/sonic-buildimage that referenced this pull request Aug 5, 2022
Pterosaur added a commit to Pterosaur/sonic-buildimage that referenced this pull request Aug 5, 2022
… Fixbug: a wrong db_wait in delete sa (sonic-net#61)

Signed-off-by: Ze Gan <ganze718@gmail.com>
lguohan pushed a commit that referenced this pull request Aug 7, 2022
24f505148 [eloop.c]: Increase timeout of signal termination (#62)
2b2c1ad72 [driver_macsec_sonic.c]: Fixbug: a wrong db_wait in delete sa (#61)

Signed-off-by: Ze Gan <ganze718@gmail.com>
yxieca pushed a commit that referenced this pull request Aug 8, 2022
24f505148 [eloop.c]: Increase timeout of signal termination (#62)
2b2c1ad72 [driver_macsec_sonic.c]: Fixbug: a wrong db_wait in delete sa (#61)

Signed-off-by: Ze Gan <ganze718@gmail.com>
skbarista pushed a commit to skbarista/sonic-buildimage that referenced this pull request Aug 17, 2022
24f505148 [eloop.c]: Increase timeout of signal termination (sonic-net#62)
2b2c1ad72 [driver_macsec_sonic.c]: Fixbug: a wrong db_wait in delete sa (sonic-net#61)

Signed-off-by: Ze Gan <ganze718@gmail.com>
vivekrnv referenced this pull request in vivekrnv/sonic-buildimage Apr 28, 2023
Change the attribute of mlxsw_qsfp_dmi_set_cpld_num and
mlxsw_qsfp_dmi_table, let them could be called for multiple times during
kernel boot up.

Signed-off-by: Kevin Wang <kevinw@mellanox.com>
mlok-nokia pushed a commit to mlok-nokia/sonic-buildimage that referenced this pull request Jun 5, 2024
Add support data for fabric monitoring in CONFIG_DB. (sonic-net#14170)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants