-
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
[slave.mk]: add procmail to sonic-slave. #385
Merged
Merged
Conversation
This file contains 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
Needed for lockfile utility. Signed-off-by: marian-pritsak <marianp@mellanox.com>
@marian-pritsak So this is to solve the #268? |
A prerequisite. We already have examples of using locks for .deb package installation, but lockfile tool is better in terms of readability. |
stcheng
approved these changes
Mar 7, 2017
stcheng
pushed a commit
to stcheng/sonic-buildimage
that referenced
this pull request
Nov 21, 2018
a099681 - [acl_loader]: Fix IP match bug for checking IP version (sonic-net#387) 83ec276 - [show command] allow warm restart table contains empty restore_count (sonic-net#385) d0b8e3a - Log message during config load_minigraph/reload (sonic-net#376) e948d02 - Optimize warm-reboot speed on dumping and rebooting (sonic-net#380) 1879fd0 - [warm reboot] unload kexec before rebooting and when error exiting from warm boot (sonic-net#383) e3e82b1 - [reboot] update stop syncd process wording (sonic-net#382) Signed-off-by: Shu0T1an ChenG <shuche@microsoft.com>
lguohan
pushed a commit
that referenced
this pull request
Nov 22, 2018
a099681 - [acl_loader]: Fix IP match bug for checking IP version (#387) 83ec276 - [show command] allow warm restart table contains empty restore_count (#385) d0b8e3a - Log message during config load_minigraph/reload (#376) e948d02 - Optimize warm-reboot speed on dumping and rebooting (#380) 1879fd0 - [warm reboot] unload kexec before rebooting and when error exiting from warm boot (#383) e3e82b1 - [reboot] update stop syncd process wording (#382) Signed-off-by: Shu0T1an ChenG <shuche@microsoft.com>
Kalimuthu-Velappan
pushed a commit
to Kalimuthu-Velappan/sonic-buildimage
that referenced
this pull request
Sep 12, 2019
…onic-net#385) * [show command] allow warm restart table contains empty restore_count In practice, a software bug could cause not having restore_count, and we could have use case (e.g. warm-shutdown) has state without restore_count. It would be nice that the command show all these rows without exception. Signed-off-by: Ying Xie <ying.xie@microsoft.com> * Remove extra spaces
dmytroxshevchuk
pushed a commit
to dmytroxshevchuk/sonic-buildimage
that referenced
this pull request
Aug 31, 2020
mlok-nokia
pushed a commit
to mlok-nokia/sonic-buildimage
that referenced
this pull request
Jun 5, 2024
…ic-utilities [submodule][202205] Update submodule sonic-utilities to the latest HEAD automatically
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.
Needed for lockfile utility.
Signed-off-by: marian-pritsak marianp@mellanox.com