Closed
Bug 1157872
Opened 10 years ago
Closed 10 years ago
puppet installs pull python packages from the pypi mirror
Categories
(Infrastructure & Operations :: RelOps: Puppet, task)
Infrastructure & Operations
RelOps: Puppet
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: dustin, Assigned: grenade)
Details
Attachments
(4 files, 1 obsolete file)
39 bytes,
text/x-review-board-request
|
dustin
:
review+
grenade
:
review+
|
Details |
39 bytes,
text/x-review-board-request
|
dustin
:
review+
grenade
:
review+
|
Details |
39 bytes,
text/x-review-board-request
|
dustin
:
review+
grenade
:
review+
|
Details |
39 bytes,
text/x-review-board-request
|
dustin
:
review+
grenade
:
review+
|
Details |
In bug 1154423, bhearsum saw installs via puppet running pip pulling from pypi.pvt.
Probably the easiest way to avoid this is to avoid parsing the config file, by setting PIP_CONFIG_FILE=/dev/null (https://pip.pypa.io/en/latest/user_guide.html#config-file)
Assignee | ||
Comment 1•10 years ago
|
||
/r/7731 - Bug 1157872: avoid parsing the config file
Pull down this commit:
hg pull -r 0dbde9eaf728bd13047df7f38df6472b80ed7f4c https://reviewboard-hg.mozilla.org/build-puppet
Attachment #8598518 -
Flags: review?(dustin)
Assignee | ||
Updated•10 years ago
|
Status: NEW → ASSIGNED
Reporter | ||
Comment 2•10 years ago
|
||
Comment on attachment 8598518 [details]
MozReview Request: bz://1157872/grenade
https://reviewboard.mozilla.org/r/7729/#review6539
::: modules/python/manifests/virtualenv/package.pp:20
(Diff revision 1)
> # if all of these fail; that can't hurt.
This comment identifies the problem, actually, and since it's no longer true it should be edited accordingly.
Ordinarily I'd say "good to push with that fixed", but let's see how the r- and re-review process works.
Attachment #8598518 -
Flags: review?(dustin)
Assignee | ||
Comment 3•10 years ago
|
||
Comment on attachment 8598518 [details]
MozReview Request: bz://1157872/grenade
/r/7731 - Bug 1157872: avoid parsing the config file
/r/7733 - Bug 1157872: put comment in context
/r/7743 - Bug 1157872: reworded comments
Pull down these commits:
hg pull -r c13f05ce5b278fc77c1b03841c68622a8c450f69 https://reviewboard-hg.mozilla.org/build-puppet
Attachment #8598518 -
Flags: review?(dustin)
Reporter | ||
Comment 4•10 years ago
|
||
Comment on attachment 8598518 [details]
MozReview Request: bz://1157872/grenade
https://reviewboard.mozilla.org/r/7729/#review6545
::: modules/python/manifests/virtualenv/package.pp:20
(Diff revision 2)
> - # if all of these fail; that can't hurt.
> + # if all of these fail.
I meant the other `;` -- "note that pip will fall back to the find-links options in .pip.conf" is no longer correct.
Attachment #8598518 -
Flags: review?(dustin)
Assignee | ||
Comment 5•10 years ago
|
||
Comment on attachment 8598518 [details]
MozReview Request: bz://1157872/grenade
/r/7731 - Bug 1157872: avoid parsing the config file
/r/7733 - Bug 1157872: put comment in context
/r/7743 - Bug 1157872: reworded comments
/r/7763 - Bug 1157872: more comment rewording
Pull down these commits:
hg pull -r fa6a0639919e994cd39eb6d1a865196317ff922c https://reviewboard-hg.mozilla.org/build-puppet
Attachment #8598518 -
Flags: review?(dustin)
Reporter | ||
Updated•10 years ago
|
Attachment #8598518 -
Flags: review?(dustin) → review+
Reporter | ||
Comment 6•10 years ago
|
||
Comment on attachment 8598518 [details]
MozReview Request: bz://1157872/grenade
https://reviewboard.mozilla.org/r/7729/#review6549
Reporter | ||
Updated•10 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Reporter | ||
Updated•10 years ago
|
Attachment #8598518 -
Flags: checked-in+
Assignee | ||
Comment 7•10 years ago
|
||
Comment on attachment 8598518 [details]
MozReview Request: bz://1157872/grenade
https://reviewboard.mozilla.org/r/7729/#review6893
Ship It!
Attachment #8598518 -
Flags: review+
Assignee | ||
Comment 8•10 years ago
|
||
Attachment #8598518 -
Attachment is obsolete: true
Attachment #8620143 -
Flags: review+
Attachment #8620144 -
Flags: review+
Attachment #8620145 -
Flags: review+
Attachment #8620146 -
Flags: review+
Assignee | ||
Comment 9•10 years ago
|
||
Assignee | ||
Comment 10•10 years ago
|
||
Assignee | ||
Comment 11•10 years ago
|
||
Assignee | ||
Comment 12•10 years ago
|
||
You need to log in
before you can comment on or make changes to this bug.
Description
•