~cjdc/ubuntu-docker-images/+git/templates:supp-python-lt-3.5

Last commit made on 2022-12-08
Get this branch:
git clone -b supp-python-lt-3.5 https://git.launchpad.net/~cjdc/ubuntu-docker-images/+git/templates
Only Cristovao Cordeiro can upload to this branch. If you are Cristovao Cordeiro please log in for upload directions.

Branch merges

Branch information

Name:
supp-python-lt-3.5
Repository:
lp:~cjdc/ubuntu-docker-images/+git/templates

Recent commits

58cc75b... by Cristovao Cordeiro

feat: add future_fstrings coding

Some of our existing pipelines run the Ubuntu yaml generation
Python script, which uses f strings. Older pipelines (like
bionic) run with Python <=3.5, which doesn't support f strings.

This MP adds a requirements file and an additional requirement,
future_fstrings, to allow the execution of the Python script, as
is, on older Python versions.

08631a0... by Cristovao Cordeiro

Merge fix-ubuntu-docs into main [a=cjdc] [r=valentinviennot,virtustom]

docs: update all docs

fix: improve and fix docs
 - Fix typos
 - Create column of OCI tag aliases
 - Fix LTS and ESM logo links

MP: https://code.launchpad.net/~cjdc/ubuntu-docker-images/+git/templates/+merge/434166

8889bda... by Cristovao Cordeiro

docs: update all docs

f61161d... by Cristovao Cordeiro

fix: improve and fix docs

 - Fix typos
 - Create column of OCI tag aliases
 - Fix LTS and ESM logo links

5249c55... by Cristovao Cordeiro

Merge branch 'add_test_file'

feat: Add unit test file

Add a unit test file for generate_ubuntu_yaml.py

d897418... by Cristovao Cordeiro

Fine tune the unit tests

d68115e... by Samir Akarioh

feat: Add unit test file

Add a unit test file for generate_ubuntu_yaml.py

Signed_by: Samir Akarioh <email address hidden>

3b2ee88... by Cristovao Cordeiro

Merge fix-bad-struct into main [a=cjdc] [r=samirakarioh]

fix: bug when constructing the 'deprecated' and 'support' fields

MP: https://code.launchpad.net/~cjdc/ubuntu-docker-images/+git/templates/+merge/433126

187b703... by Cristovao Cordeiro

fix: bug when constructing the 'deprecated' and 'support' fields

8e77445... by Cristovao Cordeiro

Merge add-skopeo-authfile into main [a=cjdc] [r=samirakarioh]

fix: Skopeo needs an --authfile for private repos

MP: https://code.launchpad.net/~cjdc/ubuntu-docker-images/+git/templates/+merge/433043