mirror of
https://abf.rosa.ru/djam/auto-krokodil.git
synced 2025-02-23 18:42:58 +00:00
Decrease numbers
These macros have not been used in production yet
This commit is contained in:
parent
3103f8a9d8
commit
bd158f2916
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
# a macro with it will cause its regeneration, so it may be incosistent across one package.
|
||||
# Usage example:
|
||||
# %%kroko_kmod_pkg -r %%kroko_mk_release <...>
|
||||
%kroko_mk_release %(echo $(( $(date +%%s) - $(date -d "Sat Oct 10 00:00:00 MSK 2021" +%%s) ))).%(printf "%%d" "'$(head -c1 /dev/urandom | base64)")
|
||||
%kroko_mk_release %(echo $(( $(date +%%s) - $(date -d "Mon Sep 12 00:00:00 MSK 2022" +%%s) ))).%(printf "%%d" "'$(head -c1 /dev/urandom | base64)")
|
||||
|
||||
# r - Release, generated using %%kroko_mk_release
|
||||
# j - major Nvidia version (e.g. 390 from full version 390.13)
|
||||
|
|
Loading…
Add table
Reference in a new issue