Closed
Bug 322973
Opened 19 years ago
Closed 19 years ago
Update talkback symbol update process to use SSH2
Categories
(Core Graveyard :: Talkback Client, defect)
Core Graveyard
Talkback Client
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: coop, Assigned: coop)
Details
Attachments
(1 file, 1 obsolete file)
3.12 KB,
patch
|
chase
:
review+
|
Details | Diff | Splinter Review |
We're looking to do away with SSH1 on all build system machines. One aspect of this transition is to ensure that talkback uses SSH2 for symbol upload.
I've already got a patch here. I'll attach it shortly.
Assignee | ||
Comment 1•19 years ago
|
||
Attachment #208123 -
Flags: review?
Assignee | ||
Updated•19 years ago
|
Status: NEW → ASSIGNED
Comment 2•19 years ago
|
||
Comment on attachment 208123 [details] [diff] [review]
Set SSH_VERSION, and then use that for each following ssh command
I recommend you use two separate variables for these versions, one for each of the two sets of SSH connections.
Attachment #208123 -
Flags: review? → review-
Assignee | ||
Comment 3•19 years ago
|
||
Attachment #208123 -
Attachment is obsolete: true
Attachment #208136 -
Flags: review?(chase)
Comment 4•19 years ago
|
||
Comment on attachment 208136 [details] [diff] [review]
Use separate SSH_VERSION variables for the FC and SYM connections
Looks good.
Attachment #208136 -
Flags: review?(chase) → review+
Assignee | ||
Comment 5•19 years ago
|
||
Checking in Makefile.in;
/mofo/talkback/fullsoft/Makefile.in,v <-- Makefile.in
new revision: 1.59; previous revision: 1.58
done
I'll leave this open for a day or so while I verify that talkback is continuing to upload symbols as expected.
Assignee | ||
Comment 6•19 years ago
|
||
All the affected systems appear to be uploading their talkback symbols normally.
Status: ASSIGNED → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Comment 7•19 years ago
|
||
These changes need to be ported to the other 5 branches, as well:
* MOZILLA_1_7_BRANCH
* MOZILLA_1_8_BRANCH
* MOZILLA_1_8_0_BRANCH
* AVIARY_1_0_20040515_BRANCH
* AVIARY_1_0_1_20050124_BRANCH
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Assignee | ||
Updated•19 years ago
|
Status: REOPENED → ASSIGNED
Assignee | ||
Comment 8•19 years ago
|
||
(In reply to comment #7)
> These changes need to be ported to the other 5 branches, as well:
>
> * MOZILLA_1_7_BRANCH
> * MOZILLA_1_8_BRANCH
> * MOZILLA_1_8_0_BRANCH
> * AVIARY_1_0_20040515_BRANCH
> * AVIARY_1_0_1_20050124_BRANCH
>
All these branches have been updated now too.
Status: ASSIGNED → RESOLVED
Closed: 19 years ago → 19 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•