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

Fix dependencies in Dockerfiles #65

Merged
merged 1 commit into from
Nov 11, 2016
Merged

Fix dependencies in Dockerfiles #65

merged 1 commit into from
Nov 11, 2016

Conversation

qiluo-msft
Copy link
Collaborator

No description provided.

@stcheng stcheng merged commit f8524e7 into sonic-net:master Nov 11, 2016
@qiluo-msft qiluo-msft deleted the qiluo/fix-dep branch November 16, 2016 19:51
stcheng pushed a commit that referenced this pull request Mar 22, 2017
lguohan added a commit that referenced this pull request Oct 1, 2018
* 652f259 2018-10-01 | [Kernel] fix kernel build errors (#65) (HEAD, origin/201803) [Ying Xie]
* 55c7a19 2018-10-01 | uart: fix race between uart_put_char() and uart_shutdown() (#64) [lguohan]

Signed-off-by: Guohan Lu <[email protected]>
lguohan added a commit that referenced this pull request Oct 3, 2018
* 493ab6b 2018-10-01 | [Kernel] fix kernel build errors (#65) (origin/201807) [Ying Xie]
* 6a58489 2018-10-01 | uart: fix race between uart_put_char() and uart_shutdown() (#64) [lguohan]

Signed-off-by: Guohan Lu <[email protected]>
Kalimuthu-Velappan pushed a commit to Kalimuthu-Velappan/sonic-buildimage that referenced this pull request Sep 12, 2019
…onic-net#65)

- The counter of the corresponding ACL cannot be queried until it is
  successfully created. Display 'N/A' when the counter of an ACL rule
  is not available.
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… 
vasant17 pushed a commit to vasant17/sonic-buildimage that referenced this pull request Jul 1, 2020
sonic-net#65)

* [_sonic_yang_ext.py]: Using python mixin to extend sonic_yang class into 2 files.

Changes:
1.) Moved al functions of _sonic_yang_ext.py file in sonic_yang_ext_mixin class.
2.) Use this class in sonic_yang to extend funtionality.

Note: Python mixin are different from parent class since it can access all variables
of the class which is using it.

Signed-off-by: Praveen Chaudhary [email protected]

* [sonic-yang-mgmt]: Resolving LGTM.

Changes:
To address 'import *' related LGTM alerts
1.) Moved all functions of _sonic_yang_ext.py file in sonic_yang_ext_mixin class.
2.) Use this class in sonic_yang to extend funtionality, i.e. python mixin.

Note: Python mixin are different from parent class since it can access all variables
of the class which is using it.

Other LGTM issues
3.) Address Other LGTM minor issues found in below link.
https://lgtm.com/projects/g/Azure/sonic-buildimage/rev/pr-0f82616403c02577e1155347eb5b693a51c76a9e

Signed-off-by: Praveen Chaudhary [email protected]
dmytroxshevchuk pushed a commit to dmytroxshevchuk/sonic-buildimage that referenced this pull request Aug 31, 2020
vdahiya12 pushed a commit to vdahiya12/sonic-buildimage that referenced this pull request Oct 2, 2020
SuvarnaMeenakshi pushed a commit to SuvarnaMeenakshi/sonic-buildimage that referenced this pull request Jun 16, 2021
* [MultiDB] add sonic-db-cli PING all instances support
* address reviews
* remove version
* address reviews opinions
* remove unused time
* format error msg
* return simple FAILED
* format print msg and return codes
* remove syslog and add TODO
zjswhhh added a commit that referenced this pull request May 2, 2022
[sonic-linkmgrd][202012] submodule update

3523738 Jing Zhang      Sun Apr 3 20:54:40 2022 -0700   Reset link prober state when default route is back #56
8282e78 Jing Zhang      Fri Apr 15 15:59:34 2022 -0700  Keep incrementing sequence number when link prober is suspended and shutdown #55 (#65)
8246eb8 Jing Zhang      Thu Apr 14 18:49:36 2022 -0700  Shutdown ICMP heartbeats when default route state is missing and ToR is in auto mode #44 (#59)

sign-off: Jing Zhang [email protected]
mssonicbld pushed a commit to mssonicbld/sonic-buildimage that referenced this pull request Aug 5, 2022
@zbud-msft zbud-msft mentioned this pull request Dec 5, 2022
8 tasks
zbud-msft added a commit that referenced this pull request Dec 6, 2022
Incorporates following commits:

43a9179 Zain Budhwani Mon Dec 5 13:44:16 2022 -0800 Call evtc_stop after error (#64)
5712679 pettershao-ragilenetworks Fri Dec 2 11:04:08 2022 +0800 Fix the cfg variable configuration bug. (#65)
mssonicbld added a commit to mssonicbld/sonic-buildimage that referenced this pull request Jun 12, 2023
…utomatically

details:\n    * 3117236 - (HEAD -> master, origin/master, origin/HEAD) Fix issue: hostcfgd unit test might be affected by other during parallel build (sonic-net#65) (2023-06-12) [Junchao-Mellanox]
mssonicbld added a commit that referenced this pull request Jun 30, 2023
…utomatically (#15677)

#### Why I did it
src/sonic-host-services
```
* 3ebe922 - (HEAD -> 202211, origin/202211) Fix issue: hostcfgd unit test might be affected by other during parallel build (#65) (12 hours ago) [Junchao-Mellanox]
```
#### How I did it
#### How to verify it
#### Description for the changelog
mssonicbld added a commit that referenced this pull request May 23, 2024
…ically (#19036)

#### Why I did it
src/sonic-dbsyncd
```
* d5fa793 - (HEAD -> master, origin/master, origin/HEAD) Handle exception to avoid lldp_syncd crash (#65) (2 hours ago) [Zhaohui Sun]
* bc63571 - Fix pipeline issue. (#66) (25 hours ago) [Liu Shilong]
```
#### How I did it
#### How to verify it
#### Description for the changelog
mlok-nokia pushed a commit to mlok-nokia/sonic-buildimage that referenced this pull request Jun 5, 2024
…c-utilities

[submodule][202205] Update submodule sonic-utilities to the latest HEAD automatically
mssonicbld added a commit that referenced this pull request Aug 2, 2024
…ically (#19769)

#### Why I did it
src/sonic-dbsyncd
```
* 5956f0b - (HEAD -> 202311, origin/202311) Handle exception to avoid lldp_syncd crash (#65) (60 minutes ago) [Zhaohui Sun]
* d89a00d - [lldp-syncd] Fix unexpected exception in snmp-subagent (#64) (10 hours ago) [Zhaohui Sun]
```
#### How I did it
#### How to verify it
#### Description for the changelog
MuLinForest pushed a commit to MuLinForest/sonic-buildimage that referenced this pull request Aug 6, 2024
d5fa793: Handle exception to avoid lldp_syncd crash (sonic-net#65)
bc63571: Fix pipeline issue. (sonic-net#66)
4d627ee: [lldp-syncd] Fix unexpected exception in snmp-subagent (sonic-net#64)
e294eb0: Update the code coverage rate to 80% (sonic-net#63)
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