Closed
Bug 304377
Opened 20 years ago
Closed 20 years ago
create a client.mk project to use for tagging and branching
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: chase, Assigned: chase)
Details
(Keywords: fixed1.8)
Attachments
(3 files, 3 obsolete files)
1.99 KB,
patch
|
bryner
:
review+
chase
:
superreview+
chase
:
approval1.8b4+
|
Details | Diff | Splinter Review |
1.12 KB,
patch
|
benjamin
:
review+
chase
:
approval1.8b4+
|
Details | Diff | Splinter Review |
1.27 KB,
patch
|
chase
:
review+
chase
:
approval1.8b4+
|
Details | Diff | Splinter Review |
At the top level of http://lxr.mozilla.org/mozilla/source/client.mk#92, there's
a set of projects that can be used to pull files. In tagging previous releases
and in branching for 1.8, the need arises for each one to have an easy way to
pull all the files that should be tagged for that release.
I'll provide a patch to client.mk that adds an 'all' project which also pulls
the extra files listed on release-checklist.html.
Looking for input on this, especially from bsmedberg.
Assignee | ||
Updated•20 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•20 years ago
|
||
Attachment #192459 -
Flags: superreview?(benjamin)
Attachment #192459 -
Flags: review?(bryner)
Assignee | ||
Updated•20 years ago
|
Attachment #192459 -
Flags: superreview?(benjamin)
Attachment #192459 -
Flags: review?(bryner)
Assignee | ||
Updated•20 years ago
|
Attachment #192459 -
Attachment is obsolete: true
Assignee | ||
Comment 2•20 years ago
|
||
Attachment #192461 -
Flags: superreview?(benjamin)
Attachment #192461 -
Flags: review?(bryner)
Assignee | ||
Comment 3•20 years ago
|
||
Comment on attachment 192461 [details] [diff] [review]
Add 'all' project to client.mk, v. 1.1
Use MOZ_PROJECT_LIST like I meant to.
Assignee | ||
Updated•20 years ago
|
Attachment #192461 -
Flags: superreview?(benjamin)
Attachment #192461 -
Flags: review?(bryner)
Assignee | ||
Updated•20 years ago
|
Attachment #192462 -
Flags: superreview?(benjamin)
Attachment #192462 -
Flags: review?(bryner)
Attachment #192462 -
Flags: approval1.8b4?
Assignee | ||
Comment 5•20 years ago
|
||
This version removes the need for the misc module and fixes a bug that would
cause those extra files to fail to be added to MOZ_MODULE_LIST.
Attachment #192462 -
Attachment is obsolete: true
Assignee | ||
Updated•20 years ago
|
Attachment #192462 -
Flags: superreview?(benjamin)
Attachment #192462 -
Flags: review?(bryner)
Attachment #192462 -
Flags: approval1.8b4?
Updated•20 years ago
|
Attachment #192471 -
Flags: review+
Assignee | ||
Comment 6•20 years ago
|
||
Comment on attachment 192471 [details] [diff] [review]
Add 'all' project to client.mk, v. 2
Need to land this to help me branch tomorrow. bsmedberg, feel free to take a
look when you get a free moment.
Attachment #192471 -
Flags: superreview+
Attachment #192471 -
Flags: review+
Attachment #192471 -
Flags: approval1.8b4+
Assignee | ||
Comment 7•20 years ago
|
||
Comment on attachment 192471 [details] [diff] [review]
Add 'all' project to client.mk, v. 2
Thanks bryner!
Attachment #192471 -
Flags: review+
Assignee | ||
Comment 8•20 years ago
|
||
Comment on attachment 192471 [details] [diff] [review]
Add 'all' project to client.mk, v. 2
Landed this on the trunk.
Checking in client.mk;
/cvsroot/mozilla/client.mk,v <-- client.mk
new revision: 1.244; previous revision: 1.243
done
Assignee | ||
Updated•20 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Comment 9•20 years ago
|
||
Comment on attachment 192471 [details] [diff] [review]
Add 'all' project to client.mk, v. 2
Do you want to include mozilla/other-licenses/bsdiff in this list? Just as a
style note, we really shouldn't have the trailing slash on the directory names.
Assignee | ||
Comment 10•20 years ago
|
||
Attachment #192514 -
Flags: review?(benjamin)
Updated•20 years ago
|
Attachment #192514 -
Flags: review?(benjamin) → review+
Assignee | ||
Comment 11•20 years ago
|
||
Comment on attachment 192514 [details] [diff] [review]
Add bsdiff and remove trailing slashes, v. 1
Landing this to help me branch.
Attachment #192514 -
Flags: approval1.8b4+
Assignee | ||
Comment 12•20 years ago
|
||
Comment on attachment 192514 [details] [diff] [review]
Add bsdiff and remove trailing slashes, v. 1
Checking in client.mk;
/cvsroot/mozilla/client.mk,v <-- client.mk
new revision: 1.245; previous revision: 1.244
done
The tinderboxes were pulling this as well.
Attachment #192569 -
Flags: review?(benjamin)
Attachment #192569 -
Flags: approval1.8b4?
Assignee | ||
Updated•20 years ago
|
Attachment #192569 -
Flags: review?(benjamin)
Attachment #192569 -
Flags: review+
Attachment #192569 -
Flags: approval1.8b4?
Attachment #192569 -
Flags: approval1.8b4+
Comment on attachment 192569 [details] [diff] [review]
add tools/update-packaging
Checked into trunk, 2005-08-12 19:49 -0700.
Checked in to MOZILLA_1_8_BRANCH, 2005-08-13 12:32 -0700.
Updated•7 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•