MT#55283 remove RELEASE_DATE

This seems unused.

Change-Id: Ifae0db61fd56290857353f5aef131b7f5c152d1d
(cherry picked from commit aa5413d3bb)
rfuchs/2095
Richard Fuchs 2 months ago
parent 21314db21e
commit e4fbe9806a

@ -19,16 +19,6 @@ if command -v dpkg-parsechangelog >/dev/null; then
have_dpkg_parsechangelog=yes
fi
if [ -z "${RELEASE_DATE}" ]; then
if [ "${have_dpkg_parsechangelog}" = yes ]; then
RELEASE_DATE="$(date -u -d "@$(dpkg-parsechangelog -l"${top_srcdir}"/debian/changelog -STimestamp)" '+%F')"
fi
if [ -z "${RELEASE_DATE}" ]; then
RELEASE_DATE="undefined"
fi
fi
echo "RELEASE_DATE = ${RELEASE_DATE}"
if [ -z "${RTPENGINE_VERSION}" ]; then
if [ "${have_dpkg_parsechangelog}" = yes ]; then
deb_version="$(dpkg-parsechangelog -l"${top_srcdir}"/debian/changelog | awk '/^Version: / { print $2 }')"

Loading…
Cancel
Save