~ilasc/turnip:doc-running-with-LP

Last commit made on 2020-01-08
Get this branch:
git clone -b doc-running-with-LP https://git.launchpad.net/~ilasc/turnip
Only Ioana Lasc can upload to this branch. If you are Ioana Lasc please log in for upload directions.

Branch merges

Branch information

Name:
doc-running-with-LP
Repository:
lp:~ilasc/turnip

Recent commits

8060d7d... by Ioana Lasc

Corrected RST syntax checks failures in README.

3748b37... by Ioana Lasc

Added the cron script info for Git repos scan to README.

113ffa3... by Ioana Lasc

Anonymized user and IP references in README.

1e53da7... by Ioana Lasc

Added documentation and troubleshooting tips to run Turnip and LP locally and be able to push new repositories to the local setup.

8385f03... by Thiago F. Pappacena

Minor improvement on the docs: mentioning the python deps install on the README file.

Merged from https://code.launchpad.net/~pappacena/turnip/+git/turnip/+merge/376854

b875766... by Thiago F. Pappacena

adding to README missing instruction to setup the project

a2358cb... by Colin Watson

Add LXD profile for turnip-storage charms

This works as of Juju 2.5.0, and removes the need to set a custom
profile for the whole model to allow NFS mounting.

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

3b7a567... by Colin Watson

Fix PIP_CACHE_ARGS initialisation

01895a9... by Colin Watson

Allow running with PIP_CACHE_ARGS=-v

This makes debugging build issues in Mojo somewhat less intractable.

c1de4ea... by Colin Watson

Handle some faults from checkRefPermissions

This virtinfo method can return "not found" or "unauthorized" faults in
some cases involving unlucky timing. Handle these legitimate cases by
treating them as equivalent to the user having no permissions on any of
the requested refs.

(Launchpad currently avoids returning the "unauthorized" fault in order
to avoid ugly failure cases, but it would be more elegant for it to be
able to rely on turnip to handle that fault appropriately.)

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