Closed
Bug 714457
Opened 14 years ago
Closed 14 years ago
Reactivate + rename bzr account for Bugzilla
Categories
(mozilla.org :: Repository Account Requests, task)
mozilla.org
Repository Account Requests
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: bugzilla-mozilla, Assigned: mburns)
Details
Could you:
1. Re-activate my CVS olav@bkor.dhs.org account for bzr Bugzilla
2. Rename it to olav@vitters.nl (optional)
I think my CVS Bugzilla account got disabled (see e.g. bug 434462).
Since that time, Bugzilla switched to Bzr.
I'd like to re-enable my account again so I can commit my custom extensions on http://bzr.mozilla.org/bugzilla/extensions/ (understood that first either mkanat or justdave have to create a directory). See http://bugzilla.org/cgi-bin/mj_wwwusr?user=foo%40bar.com&passw=&list=developers&brief=on&func=archive-get-part&extra=201112/21.
Note: never used Bzr, but had a CVS account. Not sure what extra is needed. I remember getting an email that my account was disabled due to inactivity, but cannot find it.
Regarding account rename:
I still have access to olav@bkor.dhs.org; just do not use it that much anymore.
Updated•14 years ago
|
Assignee: mozillamarcia.knous → server-ops
Hardware: x86_64 → All
Comment 1•14 years ago
|
||
Given how long it's been disabled we need to confirm that you have the new version of the committer agreement on file.
Assignee: server-ops → mozillamarcia.knous
| Reporter | ||
Comment 2•14 years ago
|
||
Marcia: Friendly ping. I remember signing something twice (due to newer version). If you cannot find it, I am more than happy to sign it again.
Comment 3•14 years ago
|
||
Hello Olav - Adding Erica to check for the form. As soon as she confirms we should be able to move this over to server ops and get your account going again.
| Reporter | ||
Comment 4•14 years ago
|
||
Hello Erica,
Did you find my form? I can sign another one if needed.
| Reporter | ||
Comment 5•14 years ago
|
||
Hello Erica,
I didn't see a response yet. Did you find my form? As said previously, I can sign another one if needed.
Comment 6•14 years ago
|
||
Hi Olav, can you please sign another one? I currently don't have access to previously signed forms. Thanks!
Comment 7•14 years ago
|
||
(In reply to Erica McClure from comment #6)
> I currently don't have access to previously signed forms.
Wouldn't it make more sense to ask access to the signed forms?
| Reporter | ||
Comment 8•14 years ago
|
||
Signed, scanned (in colour) + emailed it to Erica just now. As said in the email, I did sign it before. However, that time I faxed it (don't remember seeing an email option).
Comment 9•14 years ago
|
||
I have received Olav's Committer's Agreement.
| Reporter | ||
Comment 10•14 years ago
|
||
(In reply to Marcia Knous [:marcia] from comment #3)
> Hello Olav - Adding Erica to check for the form. As soon as she confirms we
> should be able to move this over to server ops and get your account going
> again.
Based on this I'm changing the assignee... just tell me if I need to do something.
Assignee: mozillamarcia.knous → server-ops
| Reporter | ||
Comment 11•14 years ago
|
||
Ping. Anything I need to do?
justdave/LpSolit/reed?
Comment 12•14 years ago
|
||
I don't think you need to do anything more. MoCo folks seem a bit slow to reactivate your account, though. Things are usually much faster than that. Are we sure server ops are watching this bug?
Comment 13•14 years ago
|
||
Yes, they watch this component - this might just not be quite as attractive as other bugs in the queue because it's kind of an unorthodox request (we don't deal with bzr issues very often). You could try finding someone to help you in #it.
| Assignee | ||
Updated•14 years ago
|
Assignee: server-ops → mburns
| Assignee | ||
Comment 14•14 years ago
|
||
Olav, I've sent you credentials and enabled bzr bugzilla access for your new email address.
We still need to create the extension directory for you to commmit to. Would you like directories for each of your bugzilla extensions you linked to, or just a subset of them?
| Assignee | ||
Comment 15•14 years ago
|
||
Scratch that last sentence, I misread the url.
To be more clear: what is the name of the extension(s) you're wanting to upload, so that we can make the directory structure for it.
| Reporter | ||
Comment 16•14 years ago
|
||
Received the credentials and changed them, thanks!
I have made the following extensions at the moment:
- Browse
- DescribeUser
- Developers
- GNOME
- PatchReport
- ProductInterests
- StockAnswers
- WeeklyBugSummary
Plus I want to make one more (this one is difficult so I have no code for it yet):
- AttachmentStatus
Above names are case sensitive.
| Reporter | ||
Comment 17•14 years ago
|
||
Btw:, tried:
bzr branch bzr+ssh://olav%40vitters.nl@bzr.mozilla.org/bugzilla/trunk bztrunk
as well as:
ssh -l olav@vitters.nl bzr.mozilla.org
and both give me:
Permission denied (publickey,gssapi-with-mic).
My public key is (the email address is old):
2048 02:56:df:00:ac:27:eb:bf:21:58:3e:f8:73:8d:18:38 olav@bkor.dhs.org (RSA)
same as the one in bug 434462.
| Assignee | ||
Comment 18•14 years ago
|
||
We had you with a different public key. I've updated it. Let me know if this doesn't resolve it (takes a few minutes to propagate).
| Reporter | ||
Comment 19•14 years ago
|
||
Can indeed log in now. Could you also create those extension directories in http://bzr.mozilla.org/bugzilla/extensions/ (or tell me how to do it) from comment 16?
Comment 20•14 years ago
|
||
The extensions directory has group write access to the bzr_bugzilla group (which is anyone who has commit access to bugzilla).
You can create a new repository there by using the bzr branch command and specifying the bzr+ssh path to the location you want it placed at as the destination location. cd into the top-level working directory of your bzr checkout of your project, then run:
> bzr branch . bzr+ssh://olav%40vitters.nl@bzr.mozilla.org/bugzilla/extensions/{extensionname}
You can also specify the path to your repo instead of the . if you didn't cd into it first.
Comment 21•14 years ago
|
||
although best practice seems to be to have the repo actually be branches inside that name... and specifying {extensionname}/{branchname} doesn't seem to work if {extensionname} doesn't already exist....
Comment 22•14 years ago
|
||
ok, found it. cd into your locally created directory, and do this:
> bzr push --create-prefix bzr+ssh://olav%40vitters.nl@bzr.mozilla.org/bugzilla/extensions/{extensionname}/{branchname}
Comment 23•14 years ago
|
||
(thanks to lifeless on #bzr)
| Reporter | ||
Comment 24•14 years ago
|
||
Cool, that works! Only did the Browse extension for now, see:
http://bzr.mozilla.org/bugzilla/extensions/Browse/trunk/files
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•