#
20f38712 |
| 08-Dec-2022 |
Patrick Williams <patrick@stwcx.xyz> |
black: re-format
black and isort are enabled in the openbmc-build-scripts on Python files to have a consistent formatting. Re-run the formatter on the whole repository.
Signed-off-by: Patrick Will
black: re-format
black and isort are enabled in the openbmc-build-scripts on Python files to have a consistent formatting. Re-run the formatter on the whole repository.
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I944f1915ece753f72a3fa654902d445a9749d0f9
show more ...
|
#
e635ddc0 |
| 08-Dec-2022 |
George Keishing <gkeishin@in.ibm.com> |
Revert "black: re-format"
This reverts commit 5731818de0ce446ceaafc7e75ae39da1b69942ae.
Signed-off-by: George Keishing <gkeishin@in.ibm.com> Change-Id: Ie61cdc8c7f2825b0d9d66be87a6a3a058de2b372
|
#
5731818d |
| 08-Dec-2022 |
Patrick Williams <patrick@stwcx.xyz> |
black: re-format
black and isort are enabled in the openbmc-build-scripts on Python files to have a consistent formatting. Re-run the formatter on the whole repository.
Change-Id: If1010ead857d413
black: re-format
black and isort are enabled in the openbmc-build-scripts on Python files to have a consistent formatting. Re-run the formatter on the whole repository.
Change-Id: If1010ead857d41364c024bf8145a979a9377d382 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
show more ...
|
Revision tags: robotframework-requests |
|
#
e7e9171e |
| 03-Sep-2021 |
George Keishing <gkeishin@in.ibm.com> |
Update python code for python 3.8 or higher compatibility Changes: - Update shebang directive to use python3 explicitly. - remove preexec_fn feature which is deprecated in
Update python code for python 3.8 or higher compatibility Changes: - Update shebang directive to use python3 explicitly. - remove preexec_fn feature which is deprecated in higher python version 3.8 and above. - bufsize fix, from documentation bufsize 1 means line buffered (only usable if universal_newlines=True i.e., in a text mode) refer: https://docs.python.org/3/library/subprocess.html - Fix SyntaxWarning: "is" with "==" Change-Id: Ib96c1ba8c2327d6774d0d731b48ca7e61a4a297a Signed-off-by: George Keishing <gkeishin@in.ibm.com>
show more ...
|
Revision tags: v2.10-Hardknott, v2.8.0-stable |
|
#
cc7f8e5b |
| 05-Dec-2019 |
Michael Walsh <micwalsh@us.ibm.com> |
auto_status_file to use set_term_options Also changed tee default to 1. Change-Id: I6a00f1b7b4467029c787de492835448f57509710 Signed-off-by: Michael Walsh <micwalsh@us.ibm.com>
|
#
60d08f3d |
| 25-Nov-2019 |
Michael Walsh <micwalsh@us.ibm.com> |
Modernize auto_status_file, etc. Modernize auto_status_file.py and process_plug_in_packages.py to utilize innovations illustrated in python_pgm_template. Change-Id: I9367d930c2e
Modernize auto_status_file, etc. Modernize auto_status_file.py and process_plug_in_packages.py to utilize innovations illustrated in python_pgm_template. Change-Id: I9367d930c2ee49a53da5490f53378582f8be4776 Signed-off-by: Michael Walsh <micwalsh@us.ibm.com>
show more ...
|
#
410b1787 |
| 22-Oct-2019 |
Michael Walsh <micwalsh@us.ibm.com> |
Change several python and robot files to 110 chars Taking advantage of current team limit of 110 chars. Change-Id: If7ab51fe894889967b8c8bb2f2fa4664f01117d5 Signed-off-by: Micha
Change several python and robot files to 110 chars Taking advantage of current team limit of 110 chars. Change-Id: If7ab51fe894889967b8c8bb2f2fa4664f01117d5 Signed-off-by: Michael Walsh <micwalsh@us.ibm.com>
show more ...
|
Revision tags: v2.7-warrior-stable |
|
#
64fbc9c9 |
| 05-Apr-2019 |
Michael Walsh <micwalsh@us.ibm.com> |
auto_status_file: strip file extensions on prefix When generating a default prefix value based on a program's name, strip any file extensions (e.g. ".py", ".sh"). Change-Id: I0c
auto_status_file: strip file extensions on prefix When generating a default prefix value based on a program's name, strip any file extensions (e.g. ".py", ".sh"). Change-Id: I0c4afd754cd1336cbef6d2ef658570d152cd263a Signed-off-by: Michael Walsh <micwalsh@us.ibm.com>
show more ...
|
#
888be1fa |
| 26-Mar-2019 |
Michael Walsh <micwalsh@us.ibm.com> |
New auto_status_file.py program auto_status_file.py will create a status file path name adhering to the following pattern: <status dir path>/<prefix>.yymmdd.hhmmss.status. It will th
New auto_status_file.py program auto_status_file.py will create a status file path name adhering to the following pattern: <status dir path>/<prefix>.yymmdd.hhmmss.status. It will then run the command string and direct its stdout/stderr to the status file and optionally to stdout. This dual output streaming will be accomplished using either the "script" or the "tee" program. auto_status_file.py will also set and export environment variable "AUTO_STATUS_FILE_PATH" for the benefit of child programs. Change-Id: I5d9fbb206e0bfc362146ba2bcc7333c8ba261a44 Signed-off-by: Michael Walsh <micwalsh@us.ibm.com>
show more ...
|