mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 14:47:19 -04:00
Dont need 'build time' in the iteration
This commit is contained in:
parent
7bbafecf37
commit
76aaf0cada
1 changed files with 2 additions and 6 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue