Closed Bug 714457 Opened 14 years ago Closed 14 years ago

Reactivate + rename bzr account for Bugzilla

Categories

(mozilla.org :: Repository Account Requests, task)

task
Not set
normal

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.
Assignee: mozillamarcia.knous → server-ops
Hardware: x86_64 → All
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
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.
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.
Hello Erica, Did you find my form? I can sign another one if needed.
Hello Erica, I didn't see a response yet. Did you find my form? As said previously, I can sign another one if needed.
Hi Olav, can you please sign another one? I currently don't have access to previously signed forms. Thanks!
(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?
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).
I have received Olav's Committer's Agreement.
(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
Ping. Anything I need to do? justdave/LpSolit/reed?
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?
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: server-ops → mburns
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?
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.
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.
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.
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).
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?
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.
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....
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}
(thanks to lifeless on #bzr)
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.