cf73e22d52
the branch refers the branch name that the commit is in, for example master, 202012, 201911, ... In case there is no branch, the name will be HEAD. release is encoded in /etc/sonic/sonic_release file. the file is only available for a release branch. It is not available in master branch. example for master branch ``` build_version: 'master.602-6efc0a88' debian_version: '10.7' kernel_version: '4.19.0-9-2-amd64' asic_type: vs commit_id: '6efc0a88' branch: 'master' release: 'none' build_date: Tue Dec 29 06:54:02 UTC 2020 build_number: 602 built_by: johnar@jenkins-worker-23 ``` example for 202012 release branch ``` build_version: '202012.602-6efc0a88' debian_version: '10.7' kernel_version: '4.19.0-9-2-amd64' asic_type: vs commit_id: '6efc0a88' branch: '202012' release: '202012' build_date: Tue Dec 29 06:54:02 UTC 2020 build_number: 602 built_by: johnar@jenkins-worker-23 ``` Signed-off-by: Guohan Lu <lguohan@gmail.com> |
||
---|---|---|
.. | ||
build_sonic_version.sh | ||
Makefile | ||
sonic_version.yml.j2 |