Actions
Issue #6697
closedpulp_installer doesn't add a newline char in requirements.in
Status:
CLOSED - CURRENTRELEASE
Priority:
Normal
Assignee:
Category:
Installer - Moved to GitHub issues
Sprint/Milestone:
-
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version:
3.3.1
Platform Release:
OS:
Triaged:
Yes
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Sprint 73
Quarter:
Description
A user on pulp-list reported the following during upgrade to 3.3.1:
After remove entire pulp installation directory. Now I am getting an error
fatal: [pulp3-2]: FAILED! => {"changed": false, "cmd": ["/opt/utils/venv/pulp/3.7.3/bin/pip-compile"], "delta": "0:00:00.778728", "end": "2020-05-08 17:26:32.680701", "failed_when_result": true, "msg": "non-zero return code", "rc": 2, "start": "2020-05-08 17:26:31.901973", "stderr": "Could not find a version that matches pulp-rpm-clientpulp-file-client (from -r requirements.in (line 6))\nNo versions found\nWas https://artifactory.inf.bloomberg.com/artifactory/api/pypi/bloomberg-pypi-ose/simple reachable?", "stderr_lines": ["Could not find a version that matches pulp-rpm-clientpulp-file-client (from -r requirements.in (line 6))", "No versions found", "Was https://artifactory.inf.bloomberg.com/artifactory/api/pypi/bloomberg-pypi-ose/simple reachable?"], "stdout": "", "stdout_lines": []} It looks like this file is wrong # more /opt/utils/venv/pulp/3.7.3/requirements.in pulpcore==3.3.1 pulp-file==0.3.0 pulp-rpm==3.3.1 # Any plugins listed below were already installed but not specified in # pulp_install_plugins pulp-rpm-clientpulp-file-client
Actions
Enforce new lines on requirements.in
Before:
After:
https://pulp.plan.io/issues/6697 closes #6697