History log of /openbmc/openbmc-test-automation/bin/select_version (Results 1 – 6 of 6)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 90dfee36 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.

Signed-off-by: Patric

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.

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: I584c76da2eb35af2177a97d5cd4b882f9881fb80

show more ...


Revision tags: robotframework-requests, v2.10-Hardknott, v2.8.0-stable
# 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 ...


# acc7c56e 20-Aug-2019 Gunnar Mills <gmills@us.ibm.com>

Codespell fixes

Spelling errors found using github.com/lucasdemarchi/codespell
A tool to fix common misspellings.
This tool is licensed under GNU General Public License, version 2.

Codespell fixes

Spelling errors found using github.com/lucasdemarchi/codespell
A tool to fix common misspellings.
This tool is licensed under GNU General Public License, version 2.

Change-Id: I2cf277da6cc16322eff8adaba83e1ea98dd4cb41
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>

show more ...


Revision tags: v2.7-warrior-stable
# 2bcd654f 24-Jun-2019 Michael Walsh <micwalsh@us.ibm.com>

Detect and fail on direct call to select_version

Change-Id: Ib8cf28eb75c2d03a5fd2138d560ea75f35a39eb8
Signed-off-by: Michael Walsh <micwalsh@us.ibm.com>


# a6076076 14-Jun-2019 Michael Walsh <micwalsh@us.ibm.com>

Use bash exec in select_version

- Changed to have select_version call the target program using exec rather
than just a simple call. This will cause the select_version process to be

Use bash exec in select_version

- Changed to have select_version call the target program using exec rather
than just a simple call. This will cause the select_version process to be
replaced entirely with the target process. This makes it easier for using
jobs to find the process by name (since there will only be one rather than
two).

Change-Id: Iebdafed6616762ecbed698d1959cbd708006d8f7
Signed-off-by: Michael Walsh <micwalsh@us.ibm.com>

show more ...


# ae96c5ee 29-May-2019 Michael Walsh <micwalsh@us.ibm.com>

New bin/select_version as python/robot wrapper

Created bin/python and bin/robot link to new bin/select_version.

This bash shell in the git repo bin directory will select the correct

New bin/select_version as python/robot wrapper

Created bin/python and bin/robot link to new bin/select_version.

This bash shell in the git repo bin directory will select the correct
version of python/robot to interpret a python/robot program based on
environment variable PYTHON_VERSION (or ROBOT_VERSION).

Change-Id: I372eda2a69bc73ffbeeb2a3051efb781331d423d
Signed-off-by: Michael Walsh <micwalsh@us.ibm.com>

show more ...