Replies: 7 comments 11 replies
-
@stripedpajamas I've been able to add release number on my build, here the patch: https://github.com/zokugun/MrCode/blob/master/patches/build-version.patch |
Beta Was this translation helpful? Give feedback.
-
@paulcarroty @GitMensch Could I get your feedback on this topic? Thx |
Beta Was this translation helpful? Give feedback.
-
I'd totally go for that, sounds like a good solution for Inno. We would have needed an option for a decoupled update before, too. |
Beta Was this translation helpful? Give feedback.
-
Patch looks pretty small so this seems like a good idea to me. Like @GitMensch said, I don't know how it will affect Linux package managers. |
Beta Was this translation helpful? Give feedback.
-
It actually works for Linux packages: deb, rpm and appimage. I don't recommend to change this logic.
Problem: waiting a day for hotfix. |
Beta Was this translation helpful? Give feedback.
-
As I see it: rpm & deb don't need the version adjustment "at all", because their versioning is depending on whatever was built + epoch. @paulcarroty: An update on these environments are never done with the "check for update" variant, but only by the package manager [and those do take the Release part into account], correct? Similar for the appimage which is always a complete manual update. So this actually only leaves:
|
Beta Was this translation helpful? Give feedback.
-
Hi all, we need a solution to able to release a hotfix. (minor issue #989 for 1.64) If my solution isn't good, could you provide a cross-platform one? Thx |
Beta Was this translation helpful? Give feedback.
-
Hi @stripedpajamas,
I think we need to add a release number in addition of the package number. That way, when we find a bug in a release, we coud re-release the package with an augmented release number. (Like for arch https://wiki.archlinux.org/title/PKGBUILD#pkgrel)
1.58
was problematic because of this. If we had that, we could have pushed a fix sooner.1.59
could have been a bigger issue due to the bug fixed by #787.What do you think?
Beta Was this translation helpful? Give feedback.
All reactions