#
797776c1 |
| 05-Aug-2024 |
George Liu <liuxiwei@ieisystem.com> |
Fix MD026 warnings
The following warnings are generated by using markdownlint analysis: ``` MD026/no-trailing-punctuation Trailing punctuation in heading [Punctuation: ':'] MD026/no-trailing-punctua
Fix MD026 warnings
The following warnings are generated by using markdownlint analysis: ``` MD026/no-trailing-punctuation Trailing punctuation in heading [Punctuation: ':'] MD026/no-trailing-punctuation Trailing punctuation in heading [Punctuation: '.'] ``` Refer to markdown-lint [1] to fix MD026 [1]: https://github.com/updownpress/markdown-lint/blob/master/rules/026-no-trailing-punctuation.md
Signed-off-by: George Liu <liuxiwei@ieisystem.com> Change-Id: I1b6aa54e010140a2a6c42b7f900611a204df587a
show more ...
|
#
40a66603 |
| 05-Aug-2024 |
George Liu <liuxiwei@ieisystem.com> |
Fix MD041 warnings
The following warnings are generated by using markdownlint analysis: ``` README.md:1 MD041/first-line-heading/first-line-h1 First line in a file should be a top-level heading [Con
Fix MD041 warnings
The following warnings are generated by using markdownlint analysis: ``` README.md:1 MD041/first-line-heading/first-line-h1 First line in a file should be a top-level heading [Context: "### Compile ipmid with default..."] scripts/entity-example.md:1 MD041/first-line-heading/first-line-h1 First line in a file should be a top-level heading [Context: "If your platform requires the ..."] docs/ipmi-network-format.md:1 MD041/first-line-heading/first-line-h1 First line in a file should be a top-level heading [Context: "On platforms running AMI BMC f..."] ``` Refer to markdown-lint [1] to fix MD041 [1]: https://github.com/updownpress/markdown-lint/blob/master/rules/041-first-line-h1.md
Signed-off-by: George Liu <liuxiwei@ieisystem.com> Change-Id: I28d2121e54e078e701d35071cd4088fefcdd4a58
show more ...
|
#
a1bd285e |
| 08-Dec-2022 |
Patrick Williams <patrick@stwcx.xyz> |
prettier: re-format
Prettier is enabled in openbmc-build-scripts on Markdown, JSON, and YAML files to have consistent formatting for these file types. Re-run the formatter on the whole repository.
prettier: re-format
Prettier is enabled in openbmc-build-scripts on Markdown, JSON, and YAML files to have consistent formatting for these file types. Re-run the formatter on the whole repository.
Change-Id: I2e1710e269896e36a8bd864cfc81ff3b1c033222 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
show more ...
|
#
f5684a12 |
| 01-Jun-2022 |
Willy Tu <wltu@google.com> |
README: Update build instruction to based on meson
Copied the instructions from bmcweb in https://github.com/openbmc/bmcweb/blob/master/README.md
Change-Id: I9446113bb87e8f530647d2a6a64a72806e355d6
README: Update build instruction to based on meson
Copied the instructions from bmcweb in https://github.com/openbmc/bmcweb/blob/master/README.md
Change-Id: I9446113bb87e8f530647d2a6a64a72806e355d62 Signed-off-by: Willy Tu <wltu@google.com>
show more ...
|
#
65a17a77 |
| 30-Mar-2018 |
Gunnar Mills <gmills@us.ibm.com> |
README: Reword cleaning the repo Reworded cleaning the repo. The old wording did not make sense. Change-Id: I129faed7b8de5781c4f67e77be6122937e4a6e5d Signed-off-by: Gunnar Mills
README: Reword cleaning the repo Reworded cleaning the repo. The old wording did not make sense. Change-Id: I129faed7b8de5781c4f67e77be6122937e4a6e5d Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
show more ...
|
#
f4e58e6b |
| 12-Aug-2016 |
Patrick Williams <patrick@stwcx.xyz> |
Add bootstrap.sh Change-Id: Id01b9ad969f96b0f79623ad9cf2a06f6714a07b1 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
|