Closed
Bug 663825
Opened 14 years ago
Closed 11 years ago
make parse_make_upload smarter
Categories
(Release Engineering :: General, enhancement, P5)
Release Engineering
General
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: jhford, Unassigned)
Details
(Whiteboard: [simple][automation])
parse_make_upload is a function we use to scrape the output of make upload/post_upload.py. It doesn't deal incredibly well when new files are uploaded.
I can think of a couple ways to fix this:
1. parse config/autoconf.mk or other makefiles to get MOZ_PKG_* variables to be smarter about pattern matching
2. create makefile targets that print out what the important package filenames are
3. prefix the output of the link to the package archive with what it is and use that information to set the properties.
I have organized these options from lowest touch to highest touch.
Assignee | ||
Updated•12 years ago
|
Product: mozilla.org → Release Engineering
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•