Closed
Bug 984062
Opened 11 years ago
Closed 11 years ago
deploy ccache 3.1.9 to linux builders
Categories
(Infrastructure & Operations Graveyard :: CIDuty, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: catlee, Assigned: catlee)
References
Details
Attachments
(1 file, 1 obsolete file)
15.79 KB,
patch
|
dustin
:
review+
catlee
:
checked-in+
|
Details | Diff | Splinter Review |
hopefully this will fix the intermittent permission denied errors we have.
Assignee | ||
Updated•11 years ago
|
Component: General Automation → Platform Support
QA Contact: catlee → coop
Assignee | ||
Comment 1•11 years ago
|
||
Built rpms based on ftp://fr2.rpmfind.net/linux/epel/beta/7/SRPMS/ccache-3.1.9-3.el7.src.rpm
Will test them out next week.
Assignee | ||
Comment 2•11 years ago
|
||
Works fine in staging...well, it doesn't blow up at least.
Assignee | ||
Updated•11 years ago
|
Assignee: nobody → catlee
Assignee | ||
Comment 3•11 years ago
|
||
Attachment #8392404 -
Flags: review?(dustin)
Assignee | ||
Comment 4•11 years ago
|
||
Attachment #8392404 -
Attachment is obsolete: true
Attachment #8392404 -
Flags: review?(dustin)
Attachment #8392409 -
Flags: review?(dustin)
Comment 5•11 years ago
|
||
Comment on attachment 8392409 [details] [diff] [review]
upgrade ccache to 3.1.9
Review of attachment 8392409 [details] [diff] [review]:
-----------------------------------------------------------------
::: modules/packages/manifests/mozilla/ccache.pp
@@ -5,5 @@
> case $::operatingsystem {
> CentOS: {
> package {
> "ccache":
> - ensure => '3.1.7-moz0';
I thought this was installed *in* the mock -- why's it used here, too?
Attachment #8392409 -
Flags: review?(dustin) → review+
Comment 6•11 years ago
|
||
because we do things like: http://mxr.mozilla.org/build/source/puppet/modules/ccache/manifests/ccache_dir.pp#27
Assignee | ||
Comment 7•11 years ago
|
||
Comment on attachment 8392409 [details] [diff] [review]
upgrade ccache to 3.1.9
the odd thing still uses ccache from outside mock. probably not critical to upgrade it here, but may as well it have it be the same version as inside mock.
Assignee | ||
Comment 8•11 years ago
|
||
will deploy tomorrow
Assignee | ||
Comment 9•11 years ago
|
||
deployed ccache-3.1.9 to the yum repos
Assignee | ||
Updated•11 years ago
|
Attachment #8392409 -
Flags: checked-in+
Assignee | ||
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Updated•7 years ago
|
Component: Platform Support → Buildduty
Product: Release Engineering → Infrastructure & Operations
Updated•5 years ago
|
Product: Infrastructure & Operations → Infrastructure & Operations Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•