~barryprice/turnip:master

Last commit made on 2021-03-17
Get this branch:
git clone -b master https://git.launchpad.net/~barryprice/turnip
Only Barry Price can upload to this branch. If you are Barry Price please log in for upload directions.

Branch merges

Branch information

Name:
master
Repository:
lp:~barryprice/turnip

Recent commits

0afd76d... by Barry Price

Reformat our E2E check hint to avoid using parentheses, which Nagios considers illegal

cf759f8... by Colin Watson

Actually use pip cache at build time

Merged from https://code.launchpad.net/~cjwatson/turnip/+git/turnip/+merge/399717

ca8e6ac... by Colin Watson

Actually use pip cache at build time

turnip's Makefile was building a pip cache, but inexplicably not
actually using it at build time. On my laptop, using the pip cache
takes the build time on my laptop (removing ~/.cache/pip/ before each
test) from 8m3s to 31s.

In the process, I switched to configuring pip using environment
variables; this is more reliable, as environment variables are passed
through to pip processes run by setuptools when handling setup_requires.

80bf3cd... by Ioana Lasc

Shorten line in 320 charm-turnip-base

Merged from https://code.launchpad.net/~ilasc/turnip/+git/turnip/+merge/399504

249cfc3... by Ioana Lasc

Shorten line in 320 charm-turnip-base

6ec776b... by Barry Price

Add a hint to Git E2E checks - the root cause of failures here is often the NFS service

https://portal.admin.canonical.com/C126848

Merged from https://code.launchpad.net/~barryprice/turnip/+git/turnip/+merge/399496

8c4d1f8... by Barry Price

Add a hint to Git E2E checks - the root cause of failures here is often the NFS service

362b6e0... by Colin Watson

charm: Adjust for changes in charm output path

Merged from https://code.launchpad.net/~cjwatson/turnip/+git/turnip/+merge/398689

7240fed... by Colin Watson

charm: Adjust for changes in charm output path

The charm build toolchain seems to have dropped the "builds" segment
from its output path.

9b60842... by Ioana Lasc

Add repack data to notify call

Merged from https://code.launchpad.net/~ilasc/turnip/+git/turnip/+merge/397972