~tartley/canonical-identity-provider:setup-container-exit

Last commit made on 2022-07-22
Get this branch:
git clone -b setup-container-exit https://git.launchpad.net/~tartley/canonical-identity-provider
Only Jonathan Hartley can upload to this branch. If you are Jonathan Hartley please log in for upload directions.

Branch merges

Branch information

Name:
setup-container-exit
Repository:
lp:~tartley/canonical-identity-provider

Recent commits

f900624... by Jonathan Hartley

setup-container aborts with exit value 1

'setup-container' does some initial validation checks, such as is it being
run within a container. If these fail, then the script exits.

This MP specifies the exitval 1, as opposed to the default 0. This means
that compound commands such as:

    sudo ./setup-container && make bootstrap

will correctly stop after the setup-container fails, instead of
erroneously attempting the make invocation on your host.

3808f7b... by John Paraskevopoulos

Empty-Commit to trigger build

Merged from https://code.launchpad.net/~quantifics/canonical-identity-provider/+git/canonical-identity-provider/+merge/427102

4235937... by John Paraskevopoulos

Empty-Commit to trigger build

acb8d7e... by John Paraskevopoulos

Include wheels folder and exclude env folder

Merged from https://code.launchpad.net/~quantifics/canonical-identity-provider/+git/canonical-identity-provider/+merge/426950

63709da... by John Paraskevopoulos

Include wheels folder and exclude env folder

- This is needed for the new charm building playbook task to work which
now creates a virtualenv on site and installs the dependencies at that
point. So we *can* exclude the env folder since now the virtualenv-tools
on that playbook is not used anymore and we **should** include the
wheels folder

3aa4855... by John Paraskevopoulos

Add woke for inclusive language check

Merged from https://code.launchpad.net/~quantifics/canonical-identity-provider/+git/canonical-identity-provider/+merge/426278

156e46a... by John Paraskevopoulos

Refactor to inclusive language usage

Merged from https://code.launchpad.net/~quantifics/canonical-identity-provider/+git/canonical-identity-provider/+merge/426277

2e57912... by John Paraskevopoulos

Woke-ignore password-blocklist and blocklist-devel

f5c2a3d... by John Paraskevopoulos

Undo some refactorings and wokeignore comments

ca3fe54... by John Paraskevopoulos

Remove woke fetching from github