Open
Bug 1075422
Opened 10 years ago
Updated 2 years ago
make source-package includes dist/ directory in local builds
Categories
(Firefox Build System :: General, defect)
Firefox Build System
General
Tracking
(Not tracked)
NEW
People
(Reporter: massimo, Unassigned)
References
Details
Attachments
(1 file)
589 bytes,
patch
|
Details | Diff | Splinter Review |
When running make -f client.mk source-package locally, the final tarball is about 1GB size but is should be ~140 Mb.
This happens because in local builds, MOZ_OBJDIR is not (usually) set and the source package creates an archive of the dist/ directory.
https://bugzilla.mozilla.org/show_bug.cgi?id=807637#c18
Attachment #8498046 -
Flags: review?(mshal)
Comment 1•10 years ago
|
||
Comment on attachment 8498046 [details] [diff] [review]
updated exclude directories for source-packages.patch
You'll need to get someone else to review this, since I wrote it :). Plus it sounds like using $(notdir $(MOZ_BUILD_ROOT)) is not the way to go from https://bugzilla.mozilla.org/show_bug.cgi?id=807637#c20
Attachment #8498046 -
Flags: review?(mshal)
Reporter | ||
Updated•10 years ago
|
Assignee: nobody → mgervasini
Reporter | ||
Updated•10 years ago
|
Assignee: gervaland → nobody
Updated•9 years ago
|
Component: General Automation → Build Config
Product: Release Engineering → Core
QA Contact: catlee
Updated•7 years ago
|
Product: Core → Firefox Build System
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•