We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52b19f4 commit aa5413dCopy full SHA for aa5413d
1 file changed
utils/gen-common-flags
@@ -24,16 +24,6 @@ if command -v dpkg-parsechangelog >/dev/null; then
24
have_dpkg_parsechangelog=yes
25
fi
26
27
-if [ -z "${RELEASE_DATE}" ]; then
28
- if [ "${have_dpkg_parsechangelog}" = yes ]; then
29
- RELEASE_DATE="$(date -u -d "@$(dpkg-parsechangelog -l"${top_srcdir}"/debian/changelog -STimestamp)" '+%F')"
30
- fi
31
- if [ -z "${RELEASE_DATE}" ]; then
32
- RELEASE_DATE="undefined"
33
34
-fi
35
-echo "RELEASE_DATE = ${RELEASE_DATE}"
36
-
37
if [ -z "${RTPENGINE_VERSION}" ]; then
38
if [ "${have_dpkg_parsechangelog}" = yes ]; then
39
deb_version="$(dpkg-parsechangelog -l"${top_srcdir}"/debian/changelog | awk '/^Version: / { print $2 }')"
0 commit comments