Closed Bug 1201004 Opened 9 years ago Closed 8 years ago

Source step upload failure. Need to add source-upload rule to build.mk

Categories

(SeaMonkey :: Release Engineering, defect)

defect
Not set
blocker

Tracking

(firefox43 affected)

RESOLVED FIXED
seamonkey2.39
Tracking Status
firefox43 --- affected

People

(Reporter: ewong, Assigned: ewong)

Details

Attachments

(1 file)

During the 2.35 release, I thought I had the source step done (green). But what I didn't know was that it wasn't done despite it being green. The actual tarball wasn't uploaded. This requires a change in the suite/build.mk. 'source-upload' rule needs to be added. Specifically something like: http://hg.mozilla.org/releases/comm-esr38/file/3016795500a2/mail/build.mk#l31 This must be done in the next c-b AND c-r. this is a blocker for the next beta/release.
Attached patch proposed patch (v1) (deleted) — Splinter Review
Assignee: nobody → ewong
Status: NEW → ASSIGNED
Attachment #8655899 - Flags: review?(Pidgeot18)
Summary: Source step upload failure. → Source step upload failure. Need to add source-upload rule to build.mk
Comment on attachment 8655899 [details] [diff] [review] proposed patch (v1) With regards to this change, it will make us look consistent with mail/ et. al; however, all |make source-upload| does is to run, as mentioned in the patch, |make -C suite/installer source-upload| which in turn calls |make upload UPLOAD_FILES='$(SOURCE_UPLOAD_FILES)' CHECKSUM_FILE='$(SOURCE_CHECKSUM_FILE)'| I'm 'guessing' both SOURCE_UPLOAD_FILES and SOURCE_CHECKSUM_FILE are generated during make upload via the |make upload| command?
Comment on attachment 8655899 [details] [diff] [review] proposed patch (v1) Review of attachment 8655899 [details] [diff] [review]: ----------------------------------------------------------------- rs=me
Attachment #8655899 - Flags: review?(Pidgeot18) → review+
(In reply to Edmund Wong (:ewong) from comment #2) > I'm 'guessing' both SOURCE_UPLOAD_FILES and SOURCE_CHECKSUM_FILE are > generated during make upload via the |make upload| command? You'll probably get better answers asking glandium here.
(In reply to Joshua Cranmer [:jcranmer] from comment #4) > (In reply to Edmund Wong (:ewong) from comment #2) > > I'm 'guessing' both SOURCE_UPLOAD_FILES and SOURCE_CHECKSUM_FILE are > > generated during make upload via the |make upload| command? > > You'll probably get better answers asking glandium here. Thanks.. will n-i him. :glandium, is comment #2 right?
Flags: needinfo?(mh+mozilla)
Comment on attachment 8655899 [details] [diff] [review] proposed patch (v1) [Triage Comment] This is needed for the source step's make upload. Without it, the source step fails.
Attachment #8655899 - Flags: approval-comm-release+
Attachment #8655899 - Flags: approval-comm-beta+
Attachment #8655899 - Flags: approval-comm-aurora+
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Target Milestone: --- → seamonkey2.39
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: