miku / esbulk

Bulk indexing command line tool for elasticsearch.
GNU General Public License v3.0
278 stars 41 forks source link

deb for 0.3.9 says it's 0.3.8 #4

Closed davedash closed 7 years ago

davedash commented 7 years ago

Ran into this.

ubuntu@stage-rails:~$ sudo dpkg -i esbulk_0.3.9_amd64.deb
(Reading database ... 401180 files and directories currently installed.)
Preparing to unpack esbulk_0.3.9_amd64.deb ...
Unpacking esbulk (0.3.9) over (0.3.9) ...
Setting up esbulk (0.3.9) ...
ubuntu@stage-rails:~$ esbulk -v
0.3.8
miku commented 7 years ago

Thanks for spotting this! That's a pity, I'll update the releases shortly.

albertpastrana commented 7 years ago

Same issue for rpm :-)

$ sudo rpm -i https://github.com/miku/esbulk/releases/download/v0.3.9/esbulk-0.3.9-0.x86_64.rpm
$ rpm -q -i esbulk
Name        : esbulk
Version     : 0.3.9
Release     : 0
Architecture: x86_64
Install Date: Tue 20 Sep 2016 12:01:45 PM UTC
Group       : System/Base
Size        : 5412280
License     : MIT
Signature   : (none)
Source RPM  : esbulk-0.3.9-0.src.rpm
Build Date  : Fri 09 Sep 2016 12:06:29 PM UTC
Build Host  : localhost
Relocations : (not relocatable)
Vendor      : UB Leipzig
URL         : https://github.com/miku/esbulk
Summary     : Fast parallel bulk loading utility for elasticsearch.
Description :

Fast parallel bulk loading utility for elasticsearch.
$ esbulk -v
0.3.8

I'm still getting the #3 error, so my guess is that the rpm doesn't contain the latest version?

ps: awesome work, esbulk is great, thanks a lot :-)

miku commented 7 years ago

I just updated the deb/rpm packages with a build from HEAD, I hope this fixes the issue.

albertpastrana commented 7 years ago

Just tested it and it works, thanks a lot!

miku commented 7 years ago

Thanks for testing!