Displaying 5 results from an estimated 5 matches for "whichver".
Did you mean:
whichever
2016 Feb 25
4
Module Versioning
...take the first 6 chars of git commit
- For releases: "ver" + major + "." + minor
- For tar-balls: Something clever, maybe involving the date
...that we embed such a version in Syslinux core and in all OS programs
and modules. Maybe even with some nearby magic so that a "whichver"
command can examine and answer.
If we have that, Ady's recent question is: If Syslinux' module-loader
encounters a module without version-info, do we:
- Reject and return
- Warn and continue
- Hope for the best and continue
?
- Shao Miller
http://synthetel.ca
2016 Mar 02
3
Module Versioning
...gt; - For releases: "ver" + major + "." + minor
>> - For tar-balls: Something clever, maybe involving the date
>>
>> ...that we embed such a version in Syslinux core and in all OS programs
>> and modules. Maybe even with some nearby magic so that a "whichver"
>> command can examine and answer.
>>
>> If we have that, Ady's recent question is: If Syslinux' module-loader
>> encounters a module without version-info, do we:
>> - Reject and return
>> - Warn and continue
>> - Hope for the best and continu...
2016 Feb 25
0
Module Versioning
...of git commit
> - For releases: "ver" + major + "." + minor
> - For tar-balls: Something clever, maybe involving the date
>
> ...that we embed such a version in Syslinux core and in all OS programs
> and modules. Maybe even with some nearby magic so that a "whichver"
> command can examine and answer.
>
> If we have that, Ady's recent question is: If Syslinux' module-loader
> encounters a module without version-info, do we:
> - Reject and return
> - Warn and continue
> - Hope for the best and continue
>
> ?
>
(Or, for...
2016 Mar 03
0
Module Versioning
..."ver" + major + "." + minor
> >> - For tar-balls: Something clever, maybe involving the date
> >>
> >> ...that we embed such a version in Syslinux core and in all OS programs
> >> and modules. Maybe even with some nearby magic so that a "whichver"
> >> command can examine and answer.
> >>
> >> If we have that, Ady's recent question is: If Syslinux' module-loader
> >> encounters a module without version-info, do we:
> >> - Reject and return
> >> - Warn and continue
> >&...
2016 Mar 10
0
Module Versioning
On 2/24/2016 22:55, Shao Miller wrote:
> Suppose... [...]
> ...that we embed such a version in Syslinux core and in all OS
> programs and modules. Maybe even with some nearby magic so that a
> "whichver" command can examine and answer.
>
> If we have that, Ady's recent question is: If Syslinux' module-loader
> encounters a module without version-info, do we:
> - Reject and return
> - Warn and continue
> - Hope for the best and continue
>
> ?
I'm still int...