mirror of
https://github.com/elastic/logstash.git
synced 2025-04-25 07:07:54 -04:00
remove patch ot use common file name, wihtout arch, also update ls filename in bootstrap scripts
Fixes #5486
This commit is contained in:
parent
2d059cd1db
commit
b148df70fc
4 changed files with 4 additions and 7 deletions
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"latest": "5.0.0-alpha2",
|
"latest": "5.0.0-alpha3",
|
||||||
"platforms" : {
|
"platforms" : {
|
||||||
"ubuntu-1204": { "box": "elastic/ubuntu-12.04-x86_64", "type": "debian" },
|
"ubuntu-1204": { "box": "elastic/ubuntu-12.04-x86_64", "type": "debian" },
|
||||||
"ubuntu-1404": { "box": "elastic/ubuntu-14.04-x86_64", "type": "debian", "specific": true },
|
"ubuntu-1404": { "box": "elastic/ubuntu-14.04-x86_64", "type": "debian", "specific": true },
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
VERSION=`cat /vagrant/config/platforms.json | grep latest | cut -d":" -f2 | sed 's/["\|,| ]//g'`
|
VERSION=`cat /vagrant/config/platforms.json | grep latest | cut -d":" -f2 | sed 's/["\|,| ]//g'`
|
||||||
LOGSTASH_FILENAME="logstash-${VERSION}_all.deb"
|
LOGSTASH_FILENAME="logstash-${VERSION}.deb"
|
||||||
wget -q https://download.elastic.co/logstash/logstash/packages/debian/$LOGSTASH_FILENAME
|
wget -q https://download.elastic.co/logstash/logstash/packages/debian/$LOGSTASH_FILENAME
|
||||||
mv $LOGSTASH_FILENAME "logstash-${VERSION}.deb" # necessary patch until new version with the standard name format are released
|
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
VERSION=`cat /vagrant/config/platforms.json | grep latest | cut -d":" -f2 | sed 's/["\|,| ]//g'`
|
VERSION=`cat /vagrant/config/platforms.json | grep latest | cut -d":" -f2 | sed 's/["\|,| ]//g'`
|
||||||
LOGSTASH_FILENAME="logstash-${VERSION}.noarch.rpm"
|
LOGSTASH_FILENAME="logstash-${VERSION}.rpm"
|
||||||
wget -q https://download.elastic.co/logstash/logstash/packages/centos/$LOGSTASH_FILENAME
|
wget -q https://download.elastic.co/logstash/logstash/packages/centos/$LOGSTASH_FILENAME
|
||||||
mv $LOGSTASH_FILENAME "logstash-${VERSION}.rpm" # necessary patch until new version with the standard name format are released
|
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
VERSION=`cat /vagrant/config/platforms.json | grep latest | cut -d":" -f2 | sed 's/["\|,| ]//g'`
|
VERSION=`cat /vagrant/config/platforms.json | grep latest | cut -d":" -f2 | sed 's/["\|,| ]//g'`
|
||||||
LOGSTASH_FILENAME="logstash-${VERSION}.noarch.rpm"
|
LOGSTASH_FILENAME="logstash-${VERSION}.rpm"
|
||||||
wget -q https://download.elastic.co/logstash/logstash/packages/centos/$LOGSTASH_FILENAME
|
wget -q https://download.elastic.co/logstash/logstash/packages/centos/$LOGSTASH_FILENAME
|
||||||
mv $LOGSTASH_FILENAME "logstash-${VERSION}.rpm" # necessary patch until new version with the standard name format are released
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue