-
Notifications
You must be signed in to change notification settings - Fork 15
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
Add tag(s) with version numbers #36
Comments
Checkout #32 |
Hmm, that's weird and frustrating. I used the migration tool that Google provided. I'll see what I can do (but I'll be away the next few days at least, so I probably won't be able to handle it before next week). |
Hi again, However, I was able to download the releases from Google Code via the Internet Archive Wayback Machine and diffed them against this Github repo. The following commits would have to be tagged:
@mwild1: I would have sent you a pull request, but unfortunately there is no possibility to add tags to pull requests. If there is anything else I could do, please just let me know. If you prefer, I could also migrate the repository to a "luadbi" project on GitHub and add the tags there myself. However, I won't do this without your approval, because I do not consider myself fluent in Lua. |
I understand that it is an undesirable situation that the luarocks version does not match this repo. However, my priority is to fix LuaDBI on FreeBSD. And the FreeBSD LuaDBI port depends on the version 0.5 from the original Google Code repo, which exactly matches commit 58513d5, and not the luarocks version. This means syncing to the luarocks version and tagging that as v0.5 might break the build on FreeBSD again... Anyway, I can only make suggestions, it is upon the Prosody maintainers (i.e. @mwild1) to decide. |
Is there any chance that we getting that or at least a 0.6 release? |
Tagged version 0.5 as specified above. Additionally, 0.6 is released. |
@sparked435 thank you! I will see if we can update the ports in FreeBSD now. |
Hi there,
we are in the process of pointing the FreeBSD ports collection to this repo as new location for LuaDBI. Currently the LuaDBI version in FreeBSD ports is "0.5". However we noticed that there are no version number tags in this repo.
Of course we could just map some git commit to version 0.5 on our side. But in a couple of months some other distribution might face the same problem. So it would be great if you could tag the appropriate git commit with something like "v0.5". Thanks :-)
References:
The text was updated successfully, but these errors were encountered: