Closed
Bug 376046
Opened 18 years ago
Closed 18 years ago
add support for specifying an ssh private key in the symbol upload script
Categories
(Toolkit :: Crash Reporting, defect)
Toolkit
Crash Reporting
Tracking
()
RESOLVED
FIXED
People
(Reporter: ted, Assigned: ted)
References
Details
Attachments
(1 file, 4 obsolete files)
1.77 KB,
patch
|
benjamin
:
first-review+
|
Details | Diff | Splinter Review |
Apparently the windows tinderbox needs to specify an SSH private key in the ssh command line. I'll add another env var that the upload script will optionally use to point to a private key.
Assignee | ||
Comment 1•18 years ago
|
||
We may not need this, this should be doable in ~/.ssh/config.
Assignee | ||
Comment 2•18 years ago
|
||
Add the env var, plus some env var renaming. I also tweaked tinder-defaults.pl to match.
Attachment #260446 -
Flags: first-review?(benjamin)
Assignee | ||
Comment 3•18 years ago
|
||
Just realized that some of my entries in tinder-defaults didn't have trailing semicolons. At least they were commented out!
Attachment #260446 -
Attachment is obsolete: true
Attachment #260447 -
Flags: first-review?(benjamin)
Attachment #260446 -
Flags: first-review?(benjamin)
Updated•18 years ago
|
Attachment #260447 -
Flags: first-review?(benjamin) → first-review+
Assignee | ||
Comment 4•18 years ago
|
||
Checked in on trunk.
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Updated•18 years ago
|
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Comment 5•18 years ago
|
||
Attachment #260605 -
Flags: first-review?(ted.mielczarek)
Assignee | ||
Comment 6•18 years ago
|
||
Right, I totally tested with the correct bashism and then wrote the wrong thing in the patch. D'oh!
Attachment #260447 -
Attachment is obsolete: true
Attachment #260605 -
Attachment is obsolete: true
Attachment #260614 -
Flags: first-review?(benjamin)
Attachment #260605 -
Flags: first-review?(ted.mielczarek)
Assignee | ||
Comment 7•18 years ago
|
||
Ugh, looking at the log it wouldn't have worked even with that fix, cause I missed a line in my renaming in an earlier patch. This fixes both.
Attachment #260614 -
Attachment is obsolete: true
Attachment #260615 -
Flags: first-review?(benjamin)
Attachment #260614 -
Flags: first-review?(benjamin)
Updated•18 years ago
|
Attachment #260615 -
Flags: first-review?(benjamin) → first-review+
Assignee | ||
Comment 8•18 years ago
|
||
Changed to #!/bin/bash in the script and checked in.
Status: REOPENED → RESOLVED
Closed: 18 years ago → 18 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•17 years ago
|
Flags: in-testsuite-
You need to log in
before you can comment on or make changes to this bug.
Description
•