Closed
Bug 949711
Opened 12 years ago
Closed 12 years ago
Releases are syncing previous builds analysis folder
Categories
(Socorro :: General, task)
Tracking
(Not tracked)
RESOLVED
FIXED
70
People
(Reporter: lonnen, Assigned: lonnen)
References
Details
The CI build constructs a tarball to be deployed. One of the payload folders is "analysis", which is derived from the analysis Make target. The folder is sync'd to the payload before the target is built, so we're usually getting the previous build's analysis folder (unless the workspace was wiped. then we get a mostly empty folder).
We should be building before syncing so that changes to analysis get picked up in the current build.
Assignee | ||
Comment 1•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 2•12 years ago
|
||
The format for this changed. We'll need to add config for local.py from https://bugzilla.mozilla.org/show_bug.cgi?id=941703#c3
# Optional Google Analytics ID
#GOOGLE_ANALYTICS_ID = "UA-35433268-50"
# Root domain. Required iff you're providing an analytics ID.
#GOOGLE_ANALYTICS_DOMAIN = "mozilla.org"
PR:
https://github.com/mozilla/socorro/pull/1742
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Whiteboard: [config changes]
Target Milestone: --- → 70
Assignee | ||
Comment 3•12 years ago
|
||
Whoops. Meant comment 2 for a different bug.
Status: REOPENED → RESOLVED
Closed: 12 years ago → 12 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•12 years ago
|
Whiteboard: [config changes]
Assignee | ||
Updated•12 years ago
|
Assignee: nobody → chris.lonnen
You need to log in
before you can comment on or make changes to this bug.
Description
•