Closed
Bug 667012
Opened 12 years ago
Closed 12 years ago
ensure that PKG_PATH exists when generating checksums file
Categories
(Firefox Build System :: General, defect)
Tracking
(firefox6 fixed, firefox7 fixed)
RESOLVED
FIXED
mozilla6
People
(Reporter: jhford, Assigned: jhford)
References
Details
(Whiteboard: [qa-])
Attachments
(2 files, 2 obsolete files)
500 bytes,
patch
|
khuey
:
review+
|
Details | Diff | Splinter Review |
725 bytes,
patch
|
asa
:
approval-mozilla-beta+
|
Details | Diff | Splinter Review |
When trying to upload the xulrunner sdks, there was a problem with the x86_64 sdk not being able to upload because the PKG_PATH directory didn't exist. I am not sure why this directory didn't get created. We could do mkdir -p $(DIST)/$(PKG_PATH) as the first step of the checksum: target, but I don't know if that is the desired course of action.
Attachment #541753 -
Flags: review?(khuey)
Assignee | ||
Comment 1•12 years ago
|
||
I did the gust of this in bug 666953 manually and everything worked.
Assignee | ||
Comment 2•12 years ago
|
||
(In reply to comment #1) > I did the gust of this in bug 666953 manually and everything worked. guts. specifically bug 666953 comment 10
Attachment #541753 -
Flags: review?(khuey) → review+
Assignee | ||
Comment 3•12 years ago
|
||
Assignee | ||
Comment 4•12 years ago
|
||
Comment on attachment 541807 [details] changeset http://hg.mozilla.org/projects/build-system/rev/74f776d61679
Attachment #541807 -
Flags: checkin? → checkin+
http://hg.mozilla.org/mozilla-central/rev/74f776d61679
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Flags: in-testsuite-
Resolution: --- → FIXED
Target Milestone: --- → mozilla7
Assignee | ||
Comment 6•12 years ago
|
||
This needs to be merged into -aurora, -beta and -release to ensure that this doesn't bite us for releases off these trains.
tracking-firefox5:
--- → ?
tracking-firefox6:
--- → ?
Assignee | ||
Updated•12 years ago
|
tracking-firefox5:
? → ---
tracking-firefox6:
? → ---
Assignee | ||
Comment 7•12 years ago
|
||
There are missing parenthesis around the make variable. As a result, instead of creating the PKG_PATH directory, we are creating a directory called "HECKSUM_FILE"
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Assignee | ||
Comment 8•12 years ago
|
||
Attachment #541753 -
Attachment is obsolete: true
Attachment #541807 -
Attachment is obsolete: true
Attachment #542612 -
Flags: review?(khuey)
Comment on attachment 542612 [details] [diff] [review] fix typo bah, should have caught that.
Attachment #542612 -
Flags: review?(khuey) → review+
Assignee | ||
Comment 10•12 years ago
|
||
This is a combined patch intended for branch landing.
http://hg.mozilla.org/mozilla-central/rev/545d773cc96a
Status: REOPENED → RESOLVED
Closed: 12 years ago → 12 years ago
Resolution: --- → FIXED
Comment 12•12 years ago
|
||
Can we land this on mozilla-beta? It's breaking 6.0 beta xulrunner builds there, and will break 6.0 final as well.
Comment on attachment 542830 [details] [diff] [review] combined patch for branches Yeah ... not sure why this wasn't nommed.
Attachment #542830 -
Flags: approval-mozilla-beta?
Updated•12 years ago
|
Attachment #542830 -
Flags: approval-mozilla-beta? → approval-mozilla-beta+
Comment 14•12 years ago
|
||
(In reply to comment #13) > Comment on attachment 542830 [details] [diff] [review] [review] > combined patch for branches > > Yeah ... not sure why this wasn't nommed. I see this nom'd for beta. Should this also be nom'd for aurora?
This is in Aurora, because it made the cutoff.
Updated•6 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•