Closed Bug 837533 Opened 12 years ago Closed 12 years ago

Can't push to try

Categories

(Developer Services :: General, task)

All
Other
task
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: djc, Assigned: bkero)

Details

I used to have push access to hg.mozilla.org. It was disabled because I was inactive for a long time. Recently (~2 weeks ago) I asked for it to be re-enabled, and it was. Currently, it doesn't seem like I have access. I would like to be able to push to try. Is it possible it got disabled for inactivity again?
Assignee: network-operations → server-ops
Component: Server Operations: ACL Request → Server Operations: Account Requests
QA Contact: ravi → tfairfield
See bug 830655 for the recent re-enabling.
It looks like your account is still set to active in LDAP, so the issue is likely elsewhere. Pushing this over to devservices to investigate why you can't push.
Assignee: server-ops → server-ops-devservices
Component: Server Operations: Account Requests → Server Operations: Developer Services
QA Contact: tfairfield → shyam
Summary: Enable push access for me → Can't push to try
[root@hgssh1.dmz.scl3 log]# tail pash.log Exception ERROR:root:Failed to update LDAP attributes for andres@appcoast.com Traceback (most recent call last): File "/usr/local/bin/pash.py", line 35, in <module> ldap_helper.update_ldap_attribute(os.getenv('USER'), 'hgAccessDate', datetime.datetime.utcnow().strftime("%Y%m%d%H%M%S.%fZ"), 'ldap://ldap.db.scl3.mozilla.com', 'ldap://ldapsync1.db.scl3.mozilla.com') File "/usr/local/bin/ldap_helper.py", line 47, in update_ldap_attribute access_time = datetime.datetime.strptime(results[0][1][attr][0], "%Y%m%d%H%M%S.%fZ") File "/usr/lib64/python2.6/_strptime.py", line 325, in _strptime (data_string, format)) ValueError: time data '20121227132733Z' does not match format '%Y%m%d%H%M%S.%fZ' [root@hgssh1.dmz.scl3 log]# ls -lh pash.log -rwxrwxrwx 1 root root 9.1M Feb 4 09:02 pash.log The format of the date in pash.py needs to be fixed.
openldap/files/scripts/vcs_accounts_disable.py: cutoff = (datetime.datetime.utcnow() - datetime.timedelta(days = QUERY_INTERVAL)).strftime("%Y%m%d%H%M%SZ") Found out where it's getting the different format.
This is very similar to the svn issue we had a while back where we fixed the date values for everyone across the board.
Ping...
Severity: minor → normal
I've manually edited the hgAccessDate entry for your account. This should resolve the issue. I will file a separate bug to scan all user accounts and update them to a valid format. Please let me know if you experience any problems.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Bug to resolve the underlying issue here is 846961
Assignee: server-ops-devservices → bkero
Component: Server Operations: Developer Services → General
Product: mozilla.org → Developer Services
You need to log in before you can comment on or make changes to this bug.