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
Release of sysbench #1
Comments
|
Unfortunately I don't have any plans for a release at the moment. The current model where I just commit code to the repository and everyone pulls as they see fit seems to work for most people. Except probably those who do packaging. However, Percona provides up-to-date sysbench packages in their repositories, so packaging is still possible without any release work on my end. I'll keep this issue open though and will close if and when there will be another release. |
|
+1 for using a simple git tag to allow packagers to supply without git requirements. It is as simple as: |
|
Packaging is a way for providing your software to people who may not know how to use it from git and/or it does not force them to use it that way. Automated benchmarking deployments make good use of pre-compiled binaries (suitable for the system package manager). The tagged releases are quite common practice, even if you do not plan to do any release management (feature & stability based). Time-based releases are also fine, should it be eg. every few months. It needs very little from you. |
|
Thanks. As I mentioned earlier I do understand that tags/releases are important for packagers, and I plan to do my best in creating regular releases from the git tree. |
|
This would really help us in Gentoo Linux too. We currently have an ancient 0.4.12 release from SF and a "live" package from git head of 1.0 branch. What we can do is to take a snapshot of the current head, name it like snapshot_20161010 and put it to the users - but we would need to store it somewhere on our side. If there is a tag on github, we simply use the archive and mirror it. It's a standard way of working with packages. |
|
sysbench 1.0.0 has been released! |
|
Thank you! |
|
Thanks @akopytov |
please could you tag sysbench for release to the it may be packaged?
https://github.com/akopytov/sysbench/releases
The text was updated successfully, but these errors were encountered: