Closed
Bug 1054550
Opened 10 years ago
Closed 10 years ago
Compartmentalize Build
Categories
(Socorro :: Infra, task)
Tracking
(Not tracked)
RESOLVED
FIXED
99
People
(Reporter: bramwelt, Assigned: bramwelt)
Details
The build script has a few distinct steps. Some of which are: cleaning, bootstrapping, testing, building, and packaging. Each part should live in it's own script, so that the build script is easy to comprehend on a higher level. This also makes it easier to know where to look if the build script fails.
Assignee | ||
Comment 1•10 years ago
|
||
Comment 2•10 years ago
|
||
Commits pushed to master at https://github.com/mozilla/socorro
https://github.com/mozilla/socorro/commit/552535a7be400972092d1d7933dde734adba52d8
Remove comments from build.sh.
Zamboni has a completely different deployment process now, and the unit
test comment adds little information.
fix bug 1054550
https://github.com/mozilla/socorro/commit/ffb4c24965878d7f16a5ba75ab45c874b3e14c22
Merge pull request #2294 from bramwelt/consolidate-build-steps
fix bug 1054550 - Consolidate Build Steps
Updated•10 years ago
|
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Updated•10 years ago
|
Target Milestone: --- → 99
You need to log in
before you can comment on or make changes to this bug.
Description
•