-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
[FRR]: Use stg in a proper way. #3589
Conversation
Signed-off-by: wangshengjun <[email protected]>
Signed-off-by: wangshengjun <[email protected]>
src/sonic-frr/Makefile
Outdated
@@ -4,20 +4,24 @@ SHELL = /bin/bash | |||
|
|||
MAIN_TARGET = $(FRR) | |||
DERIVED_TARGET = $(FRR_PYTHONTOOLS) $(FRR_DBG) $(FRR_SNMP) $(FRR_SNMP_DBG) | |||
BRANCH = $(shell date +%Y%m%d\.%H%M%S) | |||
FRR_VERSION = 7.1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You don't need to define it. It's exported from rules/frr.mk: export FRR_VERSION FRR_SUBVERSION
along with the subversion so we can just use it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your comment! I will remove it.
Signed-off-by: wangshengjun <[email protected]>
Signed-off-by: wangshengjun [email protected]
- What I did
use stg branch instead of git branch.
- How I did it
- How to verify it
- Description for the changelog
- A picture of a cute animal (not mandatory but encouraged)