You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 14, 2019. It is now read-only.
I'm trying to build a package for mig to make it easier to get mig-console up and running for investigators. I currently maintain a -git package that should "just work". I ran into the following issues that I need help with. :)
the latest tag is very old, releasing more frequently would allow me to build a package that doesn't build from git master, but from explicit releases. This package would theoretically qualify for archlinux community so you could just pacman -S mig-console if somebody from archlinux adopts the package.
the version scheme of the last tag contains invalid symbols. - is reserved and I currently apply some sed magic to adjust them. The regular format of 1.2.3 would be perfect, but anything else also works for me, given that the format sorts correctly. If you want to stick to the date and commit hash, you could use 20170308.4.895c6104 where the first field is the date, the second field is for multiple releases per day and the 3rd field is the commit hash. Sort-ability is a problem with the currently available releases.
Thanks!
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm trying to build a package for mig to make it easier to get mig-console up and running for investigators. I currently maintain a -git package that should "just work". I ran into the following issues that I need help with. :)
pacman -S mig-console
if somebody from archlinux adopts the package.-
is reserved and I currently apply some sed magic to adjust them. The regular format of 1.2.3 would be perfect, but anything else also works for me, given that the format sorts correctly. If you want to stick to the date and commit hash, you could use20170308.4.895c6104
where the first field is the date, the second field is for multiple releases per day and the 3rd field is the commit hash. Sort-ability is a problem with the currently available releases.Thanks!
The text was updated successfully, but these errors were encountered: