Print more variables from 'config.sh -p'.

This commit is contained in:
Sergio Benitez 2022-05-09 04:58:28 -05:00
parent e1a19054d0
commit f568d43caa
1 changed files with 2 additions and 0 deletions

View File

@ -102,6 +102,8 @@ function print_environment() {
echo " VERSION: ${VERSION}"
echo " MAJOR_VERSION: ${MAJOR_VERSION}"
echo " CODENAME: ${CODENAME}"
echo " PHYSICAL_CODENAME: ${PHYSICAL_CODENAME}"
echo " VIRTUAL_CODENAME: ${VIRTUAL_CODENAME}"
echo " DOC_VERSION: ${DOC_VERSION}"
echo " CURRENT_RELEASE: ${CURRENT_RELEASE}"
echo " PRE_RELEASE: ${PRE_RELEASE}"