6 Commits

Author SHA1 Message Date
Sharpz7
a48825d260 [codespell] Fixing Spelling Mistakes
This is the first in a series of commits to add support for codespell. This is continuning the process completed in ironic-python-agent.

Future Commits will add a Tox Target, CI support and potentially a git-blame-ignore-revs file if their are lots of spelling mistakes that could clutter git blame.

Change-Id: I6ce80cc993cdd4c8d38266f3ff3f8f134f0fc5a9
2024-01-26 04:11:31 +00:00
Julia Kreger
eeeaa42b79 Remove USE_PYTHON3 option
The USE_PYTHON3 option has been defaulted to true for
some time, and is no longer used. It was initially added
to enable adoption of python3, we have long moved past
needing to choose between python2 and python3, and
default on python3.

Also, since python2 is no longer supported, this makes
the code cleaner to read.

Change-Id: Ia9e62634c954446b0b47067fcdcd28cac49fbf4b
2023-11-02 14:43:00 -07:00
Riccardo Pittau
44b95bc047 Bump pip for tinyipa to 21.3.1
It is currently the latest stable version
https://pip.pypa.io/en/stable/news/#v21-3-1

Change-Id: I7a93122fbac109357c210e3c4830e6527465c302
2021-11-02 14:23:35 +01:00
Riccardo Pittau
98b52e5b95 Centralize variables
Move some common variables to common.sh

Change-Id: Iba3a79bc0990d1339392ee81bf599547235b9429
2021-03-16 09:17:18 +01:00
Riccardo Pittau
b609df3111 Pin pip version to install in tinyipa images
Since pip needs to be the same during the entire process, let's
pin a version that is supposed to work and use it on both
build and finalise scripts.

Change-Id: I0bbac68bb6e970c2e540d0a03133c3cc828ac44a
2020-08-22 15:07:51 +02:00
Nisha Brahmankar
5cdadc54ee Moving tinyipa to IPA-B from IPA
Task: 30071
Story: 2005114

Change-Id: Ic0694e120163efaa623b6bff9f58963460c1577e
2019-06-12 18:54:14 +05:30