#
1ed1067c |
| 08-Mar-2023 |
Matt Spinler <spinler@us.ibm.com> |
PEL: Usability fixes to msg registry validator
This commit makes some usability improvements to the script that validates the PEL message registry.
1) Renames the script from process_registry.py to
PEL: Usability fixes to msg registry validator
This commit makes some usability improvements to the script that validates the PEL message registry.
1) Renames the script from process_registry.py to validate_registry.py to more accurately reflect what it does. 2) Removes the '-v' option that was required to make it do any validation and just run it by default. (At one point in the past it was going to do more than just validation.)
An internal improvement was made to just use argparse's ability to check for required parameters instead of checking manually.
Signed-off-by: Matt Spinler <spinler@us.ibm.com> Change-Id: I30c4ba5c693388048095b385d5cae1993e906975
show more ...
|
#
17a35d8d |
| 08-Dec-2022 |
Patrick Williams <patrick@stwcx.xyz> |
beautysh: re-format
beautysh is enabled in the openbmc-build-scripts on Bash/Zsh/POSIX-sh files to have a consistent formatting. Re-run the formatter on the whole repository.
Change-Id: I8e5d82590
beautysh: re-format
beautysh is enabled in the openbmc-build-scripts on Bash/Zsh/POSIX-sh files to have a consistent formatting. Re-run the formatter on the whole repository.
Change-Id: I8e5d82590d42f16609822013d38ca244eaa43f10 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
show more ...
|
#
eb3dd4b0 |
| 07-Jan-2021 |
Matt Spinler <spinler@us.ibm.com> |
Add shebang line to run-ci.sh
With commit https://github.com/openbmc/openbmc-build-scripts/commit/55448adb2d4a975e39a3ff991493b686f92ed6a5 run-ci.sh now requires the shebang line (the #! shell inter
Add shebang line to run-ci.sh
With commit https://github.com/openbmc/openbmc-build-scripts/commit/55448adb2d4a975e39a3ff991493b686f92ed6a5 run-ci.sh now requires the shebang line (the #! shell interpreter line) to run.
Signed-off-by: Matt Spinler <spinler@us.ibm.com> Change-Id: Ifb02852e127fa6efece2846871a743b051b39ac7
show more ...
|
#
96f27a3d |
| 16-Dec-2020 |
Patrick Williams <patrick@stwcx.xyz> |
run-ci: modify permissions to execute
Per discussion in Ib420c69e88e88ca0a50863c83ad43fac750d3e7a, we are going to require these scripts to have execute permission.
Signed-off-by: Patrick Williams
run-ci: modify permissions to execute
Per discussion in Ib420c69e88e88ca0a50863c83ad43fac750d3e7a, we are going to require these scripts to have execute permission.
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I7e8cb2387fc58269bf0ee3fee97f9ece78ad91fc
show more ...
|
#
596b325e |
| 31-Mar-2020 |
Patrick Williams <patrick@stwcx.xyz> |
build: minor python3 updates
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Idbc9d0b2ff60fad2fff9d013ff19a4208f4d8161
|
#
1299cbb4 |
| 08-Nov-2019 |
Matt Spinler <spinler@us.ibm.com> |
PEL: Validate the message registry during CI
CI will run any files called run-ci.sh it finds in a repo, so add a script of that name to run process_registry.py against the message registry to check
PEL: Validate the message registry during CI
CI will run any files called run-ci.sh it finds in a repo, so add a script of that name to run process_registry.py against the message registry to check it for errors.
Signed-off-by: Matt Spinler <spinler@us.ibm.com> Change-Id: I35da7c1454696b90ec88b3545992414160ae920b
show more ...
|