Closed
Bug 802327
Opened 13 years ago
Closed 13 years ago
Commit Access (Level 1) for Matt Joras
Categories
(mozilla.org :: Repository Account Requests, task)
mozilla.org
Repository Account Requests
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mjoras, Assigned: rwatson)
Details
Attachments
(1 file)
|
398 bytes,
text/plain
|
Details |
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/17.0 Firefox/17.0
Build ID: 20121010150351
Steps to reproduce:
Login: mjoras@sbcglobal.net
I've sent in the agreement via signed email.
Benoit Jacob should be able to vouch for me.
Comment 1•13 years ago
|
||
CCing Shannon for form receipt confirmation.
Comment 2•13 years ago
|
||
I vouch for Matt because of his work in bug 798033. He needs tryserver access to complete it.
Updated•13 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 3•13 years ago
|
||
Ping!
Is there anything else that needs to be done here before Matt can get access?
Comment 4•13 years ago
|
||
I've pinged Shannon.
Comment 5•13 years ago
|
||
I have received the form.
Updated•13 years ago
|
Assignee: server-ops → rwatson
| Assignee | ||
Comment 7•13 years ago
|
||
Never fear Penny, Inspector Gadget is ALWAYS on duty!
Done!
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 8•13 years ago
|
||
Thanks! So I should be able to push to the try server now? I might not be doing it right, but I'm getting this when I try to push:
pushing to ssh://hg.mozilla.org/try
remote: Permission denied (publickey,keyboard-interactive).
Comment 9•13 years ago
|
||
Well that would mean an issue with your key; make sure that the private key that you're using matches the public key you attached here. Other than that, generic ssh+hg instructions apply.
Also, make sure to set your try options in the commit message of the top changeset in your push. You can use http://trychooser.pub.build.mozilla.org/ . But that's unrelated to the issue you're having here.
| Reporter | ||
Comment 10•13 years ago
|
||
Thanks Benoit, I rechecked my configs and I just mistyped my own username *facepalm*.
I think I'm doing the try server messages right, I did this:
hg qref --message "try: -b o -p all -u all -t none"
Comment 11•13 years ago
|
||
So you're doing it right, except that we are currently trying to spare tryserver resources as we are running out of capacity. So you should try to set your tryserver options to the minimum that will give you decent coverage for your task. In your case you clearly don't need unit tests, so go for | -u none |. Also, while testing all platforms is nice... there's a compromise to make between that and conserving resources. If you push to try once in a week, it's probably OK to do -p all. If you push more often than that, you could select two platforms other than your own platform. One of them should be desktop (e.g. win32) the other should be mobile (e.g. android). The above trychooser app allows to find the right keywords easily.
Comment 12•13 years ago
|
||
Also, between d and o, I would rather choose d as more often than not, we #include _mode_ things in debug builds than in non-debug ones.
| Reporter | ||
Comment 13•13 years ago
|
||
Sounds good to me. What about osx? While I'm digging around in these headers there seems to be a lot of platform specific code. Should I generally do a build for win32 and osx? E.g.
try: -b d -p macosx64,win32,android -u none -t none
Comment 14•13 years ago
|
||
OSX and Linux are fairly close in most respect. In general, if you were able to test locally Linux, there's no need to test OSX. Some areas have more platform-specific code though, that's especially the case of gfx/ and widget/. It's up to you and it doesn't make a huge difference to add one more platform to try anyway.
You need to log in
before you can comment on or make changes to this bug.
Description
•