o3de.org
o3de.org copied to clipboard
[SITE][FEATURE] Add a commit number to the nightly development installers downloaded from https://o3debinaries.org/download/
Describe the feature you'd like available on the website
Currently the Nightly Development installer files downloaded from https://o3debinaries.org/download/linux.html or https://o3debinaries.org/download/windows.html name the files O3DE_latest.deb and o3de_installer.exe respectively. It is mentioned on the pages that Note: These nightly builds are created automatically from the latest source code revisions in the O3DE development branch
, however it is not clear from which commit exactly is that installer generated. Adding a suffix containing the commit used for that package would make that clear.
Proposed implementation
Add a suffix to the generated Nightly Build installer files, for example:
- O3DE_latest_c5a910b.deb or O3DE_c5a910b.deb for Linux instead of O3DE_latest.deb. (for https://github.com/o3de/o3de/commit/c5a910b3eabb2e9f546adb00c56c6dad2b594a40)
- o3de_installer_c5a910b.exe instead of o3de_installer.exe. (for https://github.com/o3de/o3de/commit/c5a910b3eabb2e9f546adb00c56c6dad2b594a40)
Available alternatives
A commit used, or installer package generation start timestamp could be placed under the Nightly Development text (proposed text is in red):