-
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 RPMs and DEBs to releases #3
Comments
Depends on #10 |
I've done RPM installs of plugins, and we do zkg now. I don't know how I would mix the two. I wonder if there are any other folks who do? |
My thought is to appeal to environments that prefer to host packages and install using builtin tools. We could also add a |
I know that there have been projects (one example here) which used |
I know how to do it, but not in a zkg environment. IE> what would be the best practice? just deploy it? try running zkg after unpacking it? we should as on #development |
My plan was that the rpms and debs would provide an install method independent of zkg |
Ok, can you put that explicitly in the issue description? |
Done |
Maybe we should add "install" images for supported systems to our set. So that we can run quick tests to be sure the debs install in ubuntu? and centos? |
I agree that should be a part of this work. Since there aren't really hierarchies with GitHub issues what do you feel if we just make a list of issues and indicate which are blocked with a label, and be specific about the prereq issues in the first comment? |
sure |
that or a feature branch |
For a project this small I have a hard time with using longer lived feature branches, but if the scenario arises I'm fine with that too |
We should be able to automatically include artifacts such as RPMs and DEBs to our releases, using tags from the versions specified in the package.
This would provide an install method independent of
zkg
.The text was updated successfully, but these errors were encountered: