~doismellburning/turnip:feature/pip_args

Last commit made on 2020-01-30
Get this branch:
git clone -b feature/pip_args https://git.launchpad.net/~doismellburning/turnip
Only Kristian Glass can upload to this branch. If you are Kristian Glass please log in for upload directions.

Branch merges

Branch information

Name:
feature/pip_args
Repository:
lp:~doismellburning/turnip

Recent commits

3f1d908... by Kristian Glass

Rename PIP_CACHE_ARGS to PIP_ARGS

PIP_CACHE_ARGS isn't just used for interacting with the pip cache,
it's currently used for all arguments including being the control
interface for pip verbosity.

Renaming it to PIP_ARGS reflects its general nature and broad usage.

26c2a77... by Ioana Lasc

Update doc on running Turnip alongside local LP

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

8060d7d... by Ioana Lasc

Corrected RST syntax checks failures in README.

d4c917c... by Colin Watson

Write packed-refs when using clone_from

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

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

dd89402... by Colin Watson

Write packed-refs when using clone_from

When using clone_from to clone a new repository from an existing one,
writing refs from the original repository individually can cause
timeouts over NFS, since each file written incurs an fsync. Instead,
write a single packed-refs file in one go.

It's possible that we'll still need to make cloning asynchronous to
avoid timeouts in some cases, but this should help.

LP: #1853176