Closed
Bug 1036652
Opened 11 years ago
Closed 11 years ago
Move 'make analysis' into 'build.sh'
Categories
(Socorro :: Infra, task)
Tracking
(Not tracked)
RESOLVED
FIXED
95
People
(Reporter: bramwelt, Assigned: bramwelt)
Details
'make analysis' currently has a dependency on 'make bootstrap'
This is unnecessary, and further should be moved into 'scripts/build.sh' as that is the only time it is ever referenced.
Comment 1•11 years ago
|
||
Commits pushed to master at https://github.com/mozilla/socorro
https://github.com/mozilla/socorro/commit/a0c669f8cc0f4de5804271d3b084d7fe4f24a206
fixes bug 1036652 - Move 'make analysis'
'make analysis' is only called from the build script, and since bootstrap is a
make dependency, running the target re-runs bootstrap.
https://github.com/mozilla/socorro/commit/072330720913e8ed74250535510ed69bbdad0c48
Merge pull request #2181 from bramwelt/fix-bug-1036652-move-make-analysis
fixes bug 1036652 - Move 'make analysis'
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Comment 2•11 years ago
|
||
Commits pushed to master at https://github.com/mozilla/socorro
https://github.com/mozilla/socorro/commit/c99cf9d22bc7c81db721c226cfd071c8104c5622
Revert "fixes bug 1036652 - Move 'make analysis'"
https://github.com/mozilla/socorro/commit/85d70623a52fbac61f4519d91137e9c48ccf667f
Merge pull request #2190 from mozilla/revert-2181-fix-bug-1036652-move-make-analysis
Revert "fixes bug 1036652 - Move 'make analysis'"
Comment 3•11 years ago
|
||
Commit pushed to master at https://github.com/mozilla/socorro
https://github.com/mozilla/socorro/commit/5466169e41cc02b88d5093692406b808d45b844b
Revert "Revert "fixes bug 1036652 - Move 'make analysis'""
Comment 4•11 years ago
|
||
Commits pushed to master at https://github.com/mozilla/socorro
https://github.com/mozilla/socorro/commit/7a760c437744f162d2f3d32ad27db20c1ee5934e
bug 1036652 - unconditionally back out of akela/socorro-toolbox dirs after running 'mvn package'
https://github.com/mozilla/socorro/commit/306286ddf581b1a965fad0d9d8e8c316e7ff353f
Merge pull request #2189 from rhelmer/bug1036652-cd-out-of-analysis-dirs
bug 1036652 - unconditionally back out of akela/socorro-toolbox dirs aft...
Updated•11 years ago
|
Target Milestone: --- → 95
You need to log in
before you can comment on or make changes to this bug.
Description
•