Closed
Bug 526229
Opened 16 years ago
Closed 16 years ago
Update the remote deployment scripts to handle being passed revision and hash #
Categories
(Tamarin Graveyard :: Tools, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: brbaker, Assigned: brbaker)
Details
Attachments
(1 obsolete file)
Currently the scripts in the build system will only allow the running of shells that are from the same repo (revision and hash must match). However we need to be able to run baseline shells from different repos in order to generate historic performance data (from tamarin-central).
1) need to update the util-calculate-change.sh to not try and calculate changeid (hash) it is passed into the script
2) need to update calls to avmshell-arm-setup.sh to passed the change and changeid
Flags: flashplayer-triage+
| Assignee | ||
Comment 1•16 years ago
|
||
- only calculate change and changeid when they are not specified
Attachment #409932 -
Flags: review?(dschaffe)
Comment 2•16 years ago
|
||
Comment on attachment 409932 [details] [diff] [review]
patch
patch looks ok from eyeball review.
Attachment #409932 -
Flags: review?(dschaffe) → review+
| Assignee | ||
Comment 3•16 years ago
|
||
Comment on attachment 409932 [details] [diff] [review]
patch
pushed changeset 2979:f5c71bb02f62
Attachment #409932 -
Attachment is obsolete: true
| Assignee | ||
Updated•16 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
| Assignee | ||
Updated•16 years ago
|
Status: RESOLVED → VERIFIED
| Assignee | ||
Comment 4•16 years ago
|
||
Updated patch pushed as changeset: 2981:e0ca5a5697ac
You need to log in
before you can comment on or make changes to this bug.
Description
•