Dont need 'build time' in the iteration

This commit is contained in:
Jordan Sissel 2014-03-14 21:12:03 +00:00
parent 7bbafecf37
commit 76aaf0cada

View file

@ -5,12 +5,8 @@
. ../.VERSION.mk
if ! git show-ref --tags | grep -q "$(git rev-parse HEAD)"; then
# HEAD is not tagged, add the date, time and commit hash to the revision
BUILD_TIME="$(date +%Y%m%d%H%M)"
DEB_REVISION="${BUILD_TIME}~${REVISION}"
RPM_REVISION=".${BUILD_TIME}.${REVISION}"
fi
DEB_REVISION="${REVISION}"
RPM_REVISION="${REVISION}"
URL="http://logstash.net"
DESCRIPTION="An extensible logging pipeline"