-
Notifications
You must be signed in to change notification settings - Fork 7
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
Packaging & Distribution #49
Comments
nice! will do!
Im currently looking at solutions that makes use of github workflow to automatically release on distros, But im just unsure. If you know one let me know |
I'm not sure about the releases, but I'll leave you my opinion. Maybe we should turn this issue into a “discussion”. I'll leave you my opinion below: I think a good way is to keep a weekly release. On the one hand have a dev branch (so that the user who wants the latest changes regarding git, can do the build). On the other hand, the weekly release, and if an urgent or emergency change is needed (fix and so on) can be handled with the releases as well. You can also handle pre-releases, so that the user can use the binary or whatever he likes (.deb, binaries, etc.). |
I really like the overall approach of this. I think this is what i would go for. As for the pre-releases, i think im gonna hold into this one as i would like to keep everything as simple as possible. |
i know i said that i will do releases per week but i can't just stop releasing 🤪 my bad. anyway i think ill be actually doing this weekly release and will now be packaging it on other distros once fum hits v1 which should just be around the corner. |
lmaoo |
Along with fum's binary being on commit: #12aa2db |
Like this: v0.9.16 |
I installed the rpm file attached in the release section in my opensuse tumbleweed and run fum in my terminal but I am getting command not found error. Am I missing something? Thanks in advance. |
can you send here the exact error? |
I installed the rpm like shown below but when I try to run it I am getting ⚡➜ sudo zypper in ./fum-x86-64_v0.9.17.rpm
Loading repository data...
Reading installed packages...
'fum = 0:v0.9.17-1' is already installed.
No update candidate for 'fum-v0.9.17-1.x86_64'. The highest available version is already installed.
Resolving package dependencies...
Nothing to do.
⚡➜ fum
zsh: command not found: fum |
Looks like it isn't properly installed somehow. |
@Besufikad17 i investigated this a bit and can you confirm that you have the binary in it looks like its being installed there. |
@Besufikad17 can you try out the latest version? v1.0.1 |
It works now thank you. |
Fum is part of nixOS unstable. Can you add it in the readme?
On the other hand, is there any other way to handle releases? You do several releases per day, and they are hard to maintain in repositories like AUR, pacman, nixpkgs.
The text was updated successfully, but these errors were encountered: