diff options
author | Ivan Zorin <[email protected]> | 2023-08-04 14:54:29 +0300 |
---|---|---|
committer | GitHub <[email protected]> | 2023-08-04 21:54:29 +1000 |
commit | 97c0fee3588fd22678efcced837cc3e16beed4bf (patch) | |
tree | 829a911d83596e427ab619ccbca2d7f9dc604927 /Documentation | |
parent | 17b39de9038346c7e945af6135928b8c72197d9b (diff) | |
download | IronOS-97c0fee3588fd22678efcced837cc3e16beed4bf.tar.gz IronOS-97c0fee3588fd22678efcced837cc3e16beed4bf.zip |
Implement proper git SHA ID marking for builds during pull-requests (#1772)
* debug github CI git meta info
* fix push.yml format
* fix push.yml for shell
* try to fix push.yml
* try to fix push.yml run
* try to fix push.yml run for multi
* keep debugging
* try to do as less changes as possible
* Implement proper git tagging for builds during pull-requests
* Unify new-line separators between build steps
* Keep debugging
* make_translation.py: fix formatting
* push.yml: try to set ENV values
* push.yml: fix copy-paste error
* Remove extra env var
* Experimenting
* Testing upper()
* Re-testing upper()
* Revert tested values
* make_translation.py: add new lines between blocks to improve readability
* Reformulate docs & comments
* make_translation.py: remove debugging print
* make_translation.py: simplify check for SHA ID env var / code review
* make_translation.py: fix condition
---------
Co-authored-by: Ben V. Brown <[email protected]>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/DebugMenu.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/DebugMenu.md b/Documentation/DebugMenu.md index 342ad617..bd25c9be 100644 --- a/Documentation/DebugMenu.md +++ b/Documentation/DebugMenu.md @@ -23,6 +23,7 @@ There is a static line on top which is presented on every sub-screen and reflect - D - git-related **d**ev branch
- B - git-related custom **b**ranch
- G - neither above but **g**it-related
+ - C - build from github **C**I during _pull request_
- H - build outside of a git tree (i.e. release tarball or **h**omebrew customization without git)
- S - something **s**pecial[^ERR]
- V - something **v**ery special[^ERR]
|