Closed
Bug 748662
Opened 13 years ago
Closed 12 years ago
partner-repacks.py fails if complete dir path is included
Categories
(Release Engineering :: Release Requests, defect, P5)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: cbook, Assigned: cbook)
Details
Attachments
(1 file)
1.25 KB,
patch
|
coop
:
review+
coop
:
checked-in+
|
Details | Diff | Splinter Review |
as example
./partner-repacks.py -v 12.0 -n 1 -d /mercurial/partner-repacks/partners -p abcdpartner fails and have no Repack Customization like the distribution.ini settings etc and so the partner repack is unusable since it contains not the required settings, toolbars etc
./partner-repacks.py -v 12.0 -n 1 -d ../partners -p abcdpartner work like expected
Comment 1•13 years ago
|
||
I believe it caused by this line: http://hg.mozilla.org/build/partner-repacks/file/db82c1a76ec4/scripts/partner-repacks.py#l269
Updated•13 years ago
|
Priority: -- → P5
Updated•13 years ago
|
Assignee: nobody → rail
Comment 2•13 years ago
|
||
To be tested.
Assignee | ||
Comment 4•12 years ago
|
||
yeah need to be tested, will do that
Assignee: nobody → cbook
Status: NEW → ASSIGNED
Comment 5•12 years ago
|
||
Comment on attachment 618803 [details] [diff] [review]
check if path is absolute
Review of attachment 618803 [details] [diff] [review]:
-----------------------------------------------------------------
https://hg.mozilla.org/build/partner-repacks/rev/0584dab9c480
Attachment #618803 -
Flags: review+
Attachment #618803 -
Flags: checked-in+
Updated•12 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Component: Release Engineering: Custom Builds → Release Engineering: Releases
Updated•12 years ago
|
Product: mozilla.org → Release Engineering
You need to log in
before you can comment on or make changes to this bug.
Description
•