Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deb for 0.3.9 says it's 0.3.8 #4

Closed
davedash opened this issue Sep 19, 2016 · 5 comments
Closed

deb for 0.3.9 says it's 0.3.8 #4

davedash opened this issue Sep 19, 2016 · 5 comments

Comments

@davedash
Copy link

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
Copy link
Owner

miku commented Sep 20, 2016

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

@albertpastrana
Copy link

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
Copy link
Owner

miku commented Sep 20, 2016

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

@albertpastrana
Copy link

Just tested it and it works, thanks a lot!

@miku
Copy link
Owner

miku commented Sep 21, 2016

Thanks for testing!

@miku miku closed this as completed Sep 21, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants