Merge ~doismellburning/turnip:feature/quiet-longopt into turnip:master

Proposed by Kristian Glass
Status: Merged
Approved by: Colin Watson
Approved revision: 1f4d8ed831a8fdd831009a075165f48a7ecea78c
Merge reported by: Otto Co-Pilot
Merged at revision: not available
Proposed branch: ~doismellburning/turnip:feature/quiet-longopt
Merge into: turnip:master
Diff against target: 13 lines (+1/-1)
1 file modified
Makefile (+1/-1)
Reviewer Review Type Date Requested Status
Colin Watson (community) Approve
Review via email: mp+378321@code.launchpad.net

Commit message

Use the long form of pip's `quiet` argument for clarity

To post a comment you must log in.
Revision history for this message
Colin Watson (cjwatson) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/Makefile b/Makefile
2index 689ea5e..c43f2ee 100644
3--- a/Makefile
4+++ b/Makefile
5@@ -12,7 +12,7 @@ VIRTUALENV := virtualenv
6
7 DEPENDENCIES_URL := https://git.launchpad.net/~canonical-launchpad-branches/turnip/+git/dependencies
8
9-PIP_ARGS ?= -q
10+PIP_ARGS ?= --quiet
11 ifneq ($(PIP_SOURCE_DIR),)
12 override PIP_ARGS += --no-index --find-links=file://$(realpath $(PIP_SOURCE_DIR))/
13 endif

Subscribers

People subscribed via source and target branches