Prepare for Zabbix 5.4 release

This commit is contained in:
Alexey Pustovalov
2021-05-17 15:04:07 +05:00
parent cbf06bb6de
commit 84a0cc3227
46 changed files with 99 additions and 99 deletions

View File

@ -108,7 +108,7 @@ RUN set -eux && \
git \
unixODBC-devel && \
cd /tmp/ && \
git clone ${ZBX_SOURCES} --branch ${ZBX_VERSION} --depth 1 --single-branch zabbix-${ZBX_VERSION} && \
git clone ${ZBX_SOURCES} --branch master --depth 1 --single-branch zabbix-${ZBX_VERSION} && \
cd /tmp/zabbix-${ZBX_VERSION} && \
zabbix_revision=`git rev-parse --short HEAD` && \
sed -i "s/{ZABBIX_REVISION}/$zabbix_revision/g" include/version.h && \