autopkgtest-cloud:no-precise-support

Last commit made on 2021-10-14
Get this branch:
git clone -b no-precise-support https://git.launchpad.net/autopkgtest-cloud
Members of Ubuntu Release Team can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
no-precise-support
Repository:
lp:autopkgtest-cloud

Recent commits

781a6c8... by Steve Langasek

Drop references to precise in the code

Precise is no more, so remove references to it from the code for
simplification.

451e2c2... by Iain Lane

service-bundle: Move the autopkgtest-web constraints to apache2

They can't apply to the subordinate

944d60b... by Iain Lane

Use ProxyFix middleware

SSL termination happens at the proxy. Communication to the actual
application behind that is via HTTP. Unless fixed this means the app
thinks it's using http and generates http:// links. Use the ProxyFix
middleware to access the passed through X-Forwarded-Proto and override
to https:// if necessary.

Note this is a trusted header, and could be used maliciously maybe, if
web is run without the haproxy frontend.

d76a4df... by Iain Lane

service-bundle: Ask for bigger disks for web instances

10G can easily be filled up with system stuff and a moderate sized DB

86628ad... by Iain Lane

Merge branch 'sil2100/private-testing'

8f15fc0... by Iain Lane

private_results/app.py: Remove a stray print

fb858ff... by Iain Lane

docs/administration: One last tweak to make the `juju run` a code block

It was being formatted as text and some of the chars messed up

dc7d2f7... by Iain Lane

docs/administration: Some minor tweaks

ac7a1cd... by Iain Lane

docs/administration: Add back docs for github integration

These got lost when I ported over from the wiki

eb4c0e5... by Ɓukasz Zemczak

Some fixes from testing on the staging instance.