From c8c978c0264fc21d697a4abf5933dcf39a06be6a Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Thu, 1 Aug 2013 09:46:04 -0400 Subject: [PATCH] Put the needed -r in Change-Id: I108fd896ab25875f7311c1066beeeecc4957d336 --- .../files/jenkins_job_builder/config/requirements.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/openstack_project/files/jenkins_job_builder/config/requirements.yaml b/modules/openstack_project/files/jenkins_job_builder/config/requirements.yaml index e9ceda2f33..b8e4780d82 100644 --- a/modules/openstack_project/files/jenkins_job_builder/config/requirements.yaml +++ b/modules/openstack_project/files/jenkins_job_builder/config/requirements.yaml @@ -22,7 +22,7 @@ # Run the same basic pip command that the mirror script runs. .venv/bin/pip install -M -U --exists-action=w $PIP_ARGS if [ -e dev-requirements.txt ] ; then - .venv/bin/pip install -M -U --exists-action=w dev-requirements.txt + .venv/bin/pip install -M -U --exists-action=w -r dev-requirements.txt fi publishers: