Closed
Bug 282582
Opened 20 years ago
Closed 20 years ago
CVS account for Vitaly Harisov
Categories
(mozilla.org :: Repository Account Requests, task)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: vitaly, Assigned: justdave)
Details
Attachments
(1 file)
|
1.08 KB,
text/plain
|
Details |
User-Agent: Opera/8.0 (X11; Linux i686; U; en) Build Identifier: See bug 240486, bug 245924, bug 248379, bug 251068, bug 278125. Reproducible: Always Steps to Reproduce:
| Reporter | ||
Comment 1•20 years ago
|
||
I'm only checking into Bugzilla code, so super-reviewer approval not required.
| Assignee | ||
Comment 2•20 years ago
|
||
This is for webtools-only access for Bugzilla checkins, as noted. Myk told me on IRC that he'll vouch. Vitaly: Please see http://www.mozilla.org/hacking/getting-cvs-write-access.html Steps 1 through 5 on the "Logistics" list are completed, the rest of that list (6-12) still needs to be done; in particular, the form (see "Le Form" further down) and your SSH key. id_dsa.pub preferred.
Summary: I'm work on converting Bugzilla templates to standard html and css → CVS account for Vitaly Harisov
| Reporter | ||
Comment 3•20 years ago
|
||
| Reporter | ||
Comment 4•20 years ago
|
||
I have some questions: 1) Is fax mandatory? May be postal mail will be enough? 2) What is "Printed Name" at bottom of The CVS Contributor Form? What should I write to?
| Assignee | ||
Comment 5•20 years ago
|
||
Postal mail should be fine. The fax is just to speed up getting the account opened, since we need to have the form in hand first. Printed name is just your name, but printed or typed rather than a signature, so we can figure out how to spell it if your signature is messy ;)
Comment 6•20 years ago
|
||
Dave is right, I vouch for Vitaly.
Comment 7•20 years ago
|
||
Form received. Account activated. Over to Dave for the ssh key.
Assignee: marcia → justdave
| Assignee | ||
Comment 8•20 years ago
|
||
You ssh key has been placed. Let me know if you have any difficulty accessing. Section 3 of http://www.mozilla.org/cvs-ssh-faq.html has the basic info for setting up CVS to use it.
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 9•20 years ago
|
||
(In reply to comment #8) > You ssh key has been placed. Let me know if you have any difficulty accessing. I have bad lack with trying to access cvs using ext method: /home/vitaly/tmp# export CVSROOT=:pserver:anonymous@cvs-mirror.mozilla.org:/ cvsroot /home/vitaly/tmp# cvs login Logging in to :pserver:anonymous@cvs-mirror.mozilla.org:2401/cvsroot CVS password: /home/vitaly/tmp# cvs checkout Bugzilla U mozilla/webtools/bugzilla/.cvsignore U mozilla/webtools/bugzilla/Bugzilla.pm [cvs output skipped] /home/vitaly/tmp# cd mozilla/ /home/vitaly/tmp/mozilla# find . -name Root -exec perl -p -i -e "s/pserver/ext/" {} \; /home/vitaly/tmp/mozilla# cd webtools/bugzilla/ /home/vitaly/tmp/mozilla/webtools/bugzilla# cvs up Permission denied (publickey,keyboard-interactive). cvs [update aborted]: end of file from server (consult above messages if any) /home/vitaly/tmp/mozilla/webtools/bugzilla# cat CVS/Root :ext:anonymous@cvs-mirror.mozilla.org:/cvsroot /home/vitaly/tmp/mozilla# find . -name Root -exec perl -p -i -e "s/anonymous/ vitaly%rathedg.com/" {} \; /home/vitaly/tmp/mozilla/webtools/bugzilla# cvs up Permission denied (publickey,keyboard-interactive). cvs [update aborted]: end of file from server (consult above messages if any) /home/vitaly/tmp/mozilla/webtools/bugzilla# echo $CVSROOT :pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot /home/vitaly/tmp/mozilla/webtools/bugzilla# export CVSROOT=:ext:anonymous@cvs- mirror.mozilla.org:/cvsroot /home/vitaly/tmp/mozilla/webtools/bugzilla# echo $CVSROOT :ext:vitaly%rathedg.com@cvs-mirror.mozilla.org:/cvsroot /home/vitaly/tmp/mozilla/webtools/bugzilla# cvs up Permission denied (publickey, keyboard-interactive). cvs [update aborted]: end of file from server (consult above messages if any)
| Assignee | ||
Comment 10•20 years ago
|
||
You want to use "cvs.mozilla.org" instead of "cvs-mirror.mozilla.org". cvs-mirror only allows anonymous access.
| Reporter | ||
Comment 11•20 years ago
|
||
(In reply to comment #10) > You want to use "cvs.mozilla.org" instead of "cvs-mirror.mozilla.org". > cvs-mirror only allows anonymous access. Thnks, all works fine now. I thought this must be mentioned in Section 3 of http://www.mozilla.org/cvs-ssh- faq.html find . -name Root -exec perl -p -i -e "s/cvs-mirror/cvs/" {} \;
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•