Closed
Bug 557195
Opened 15 years ago
Closed 15 years ago
release snippet uploading is busted since bug 511967 finished landing
Categories
(Release Engineering :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: bhearsum, Assigned: bhearsum)
References
Details
Attachments
(1 file)
10.26 KB,
patch
|
catlee
:
review+
bhearsum
:
checked-in+
|
Details | Diff | Splinter Review |
One of the patches from 511967 changed the user which we upload to aus2 with. This broke the release 'updates' builder, because the directory which it uploads to can only be written to by 'cltbld'.
I'll need to fix or workaround this for the 3.6.3plugin1 build today.
Assignee | ||
Comment 1•15 years ago
|
||
Dmoore created a 'snippets' group on aus2-staging that both cltbld and ffxbld are part of. That group now owns the /opt/aus2/snippets/staging directory, so we're all done here.
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 2•15 years ago
|
||
backupsnip broken too.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Assignee | ||
Comment 3•15 years ago
|
||
(In reply to comment #2)
> backupsnip broken too.
We probably need to adjust the permissions on /opt/aus2/snippets/backup, too.
Assignee | ||
Comment 4•15 years ago
|
||
I adjusted the permissions on the 'backup' directory, too.
Status: REOPENED → RESOLVED
Closed: 15 years ago → 15 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 5•15 years ago
|
||
This is still busted -- it failed in staging today. pushsnip will fail because ffxbld doesn't have access to /opt/aus2/incoming. Don't know what the right fix here is. If we can't come up with something before 3.6.4 starts we'll have to do the pushsnip for the test snippets manually there.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Assignee | ||
Comment 6•15 years ago
|
||
This is kind of crappy, because it creates another difference between nightlies and releases, but it's the best thing to do for now IMHO. Long term, it could be good to use ffxbld, but that will require more fiddling with permissions in the live snippet dirs -- something I wasn't prepared to do the morning we're supposed to start a release.
Attachment #438463 -
Flags: review?(catlee)
Updated•15 years ago
|
Attachment #438463 -
Flags: review?(catlee) → review+
Assignee | ||
Comment 7•15 years ago
|
||
I'll land this along with the release config tomorrow morning.
Blocks: 558769
Assignee | ||
Comment 8•15 years ago
|
||
Comment on attachment 438463 [details] [diff] [review]
use cltbld user for AUS server for releases
changeset: 2308:814c91b5e1db
Attachment #438463 -
Flags: checked-in+
Assignee | ||
Comment 9•15 years ago
|
||
I changed the permissions on /opt/aus2/snippets/* back to cltbld:cltbld, now that we're uploading as them again.
Status: REOPENED → RESOLVED
Closed: 15 years ago → 15 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
Product: mozilla.org → Release Engineering
You need to log in
before you can comment on or make changes to this bug.
Description
•