Closed synthfi closed 2 weeks ago
want to change the beta release to use a datetime as trapinch has suggested. also go with that on windows instead of uuid
@TrapinchO in this commit I added a datetime into the name of a generated beta package. Example output on windows: _BETA_2024-11-08-14-32_PolyGlot-3.6.9703.exe
how does this look to you?
@TrapinchO in this commit I added a datetime into the name of a generated beta package. Example output on windows:
_BETA_2024-11-08-14-32_PolyGlot-3.6.9703.exe
how does this look to you?
That looks good to me!
By the way, f"{datetime.datetime.now():%Y-%m-%d-%H-%M}"
is equivalent to datetime.datetime.now().strftime('%Y-%m-%d-%H-%M')
iirc, in case it would interest you.
did not know about that syntax~ I just finished testing on all systems I have for this latest commit, so I'll tack that onto a future PR that is related to the build_image.py
Changes
LICENSE.txt
to 2024jpackage
_BETA_%Y-%m-%d-%H-%M
(datetime strftime format) to the file generated byjpackage
--type_o
, that is forwarded to the call tojpackage --type
if it's provided/etc/os-release
if this flag is not set. I have a machine with bothdpkg
andrpm
installed, which is whyNotes
polyglot-linear-a-3.6-1.x86_64.rpm
_BETA_2024-11-08-15-13_polyglot-linear-a-3.6-1.x86_64.rpm
How to generate packages (examples)
Release:
python3 build_image.py --release --copyDestination .
Beta:
python3 build_image.py --copyDestination .
Draft: