Skip to content

Commit

Permalink
Dont need 'build time' in the iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
jordansissel committed Mar 19, 2014
1 parent 7bbafec commit 76aaf0c
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions pkg/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 76aaf0c

Please sign in to comment.