Closed
Bug 747175
Opened 13 years ago
Closed 13 years ago
New repository in hg.m.o/automation
Categories
(Developer Services :: General, task)
Developer Services
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: k0scist, Assigned: bkero)
Details
A new repository is needed for AnalyzeThis to be moved from http://k0s.org/mozilla/hg/AnalyzeThis to http://hg.mozilla.org/automation/AnalyzeThis. The description should be
"""
a python package to analyze Talos statistics locally
"""
Updated•13 years ago
|
Assignee: server-ops → server-ops-devservices
Component: Server Operations → Server Operations: Developer Services
QA Contact: phong → shyam
Assignee | ||
Comment 1•13 years ago
|
||
What access level should this repository have? After I know this I can easily clone it and add it successfully.
Assignee: server-ops-devservices → bkero
Reporter | ||
Comment 2•13 years ago
|
||
I assume level 2, though :ctalbert may know better?
You don't need to clone unless you wish to. History should not be important
Assignee | ||
Comment 3•13 years ago
|
||
This is available from here: http://hg.mozilla.org/automation/AnalyzeThis/
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 4•13 years ago
|
||
Thanks. It appears that I don't have push access to the repository?
(talos)│hg push
pushing to ssh://hg.mozilla.org/automation/AnalyzeThis/
running ssh hg.mozilla.org "hg -R automation/AnalyzeThis/ serve --stdio"
Enter passphrase for key '/home/jhammel/.ssh/id_rsa':
searching for changes
1 changesets found
remote: abort: could not lock repository /repo/hg/mozilla/automation/AnalyzeThis/: Permission denied
abort: unexpected response: empty string
Reporter | ||
Comment 5•13 years ago
|
||
(In reply to Jeff Hammel [:jhammel] from comment #4)
> Thanks. It appears that I don't have push access to the repository?
>
> (talos)│hg push
> pushing to ssh://hg.mozilla.org/automation/AnalyzeThis/
> running ssh hg.mozilla.org "hg -R automation/AnalyzeThis/ serve --stdio"
> Enter passphrase for key '/home/jhammel/.ssh/id_rsa':
> searching for changes
> 1 changesets found
> remote: abort: could not lock repository
> /repo/hg/mozilla/automation/AnalyzeThis/: Permission denied
> abort: unexpected response: empty string
Should I reopen or file a new bug?
(In reply to Jeff Hammel [:jhammel] from comment #5)
> (In reply to Jeff Hammel [:jhammel] from comment #4)
> > Thanks. It appears that I don't have push access to the repository?
> >
> > (talos)│hg push
> > pushing to ssh://hg.mozilla.org/automation/AnalyzeThis/
> > running ssh hg.mozilla.org "hg -R automation/AnalyzeThis/ serve --stdio"
> > Enter passphrase for key '/home/jhammel/.ssh/id_rsa':
> > searching for changes
> > 1 changesets found
> > remote: abort: could not lock repository
> > /repo/hg/mozilla/automation/AnalyzeThis/: Permission denied
> > abort: unexpected response: empty string
>
> Should I reopen or file a new bug?
Jeff, file a bug in Product: mozilla.org Component: Repository Accounts to ensure that you have level 2 account access. You should, as far as I know, and this should be a level 2 account. CC me on that bug, please.
Reporter | ||
Comment 7•13 years ago
|
||
(In reply to Clint Talbert ( :ctalbert ) from comment #6)
> (In reply to Jeff Hammel [:jhammel] from comment #5)
> > (In reply to Jeff Hammel [:jhammel] from comment #4)
> > > Thanks. It appears that I don't have push access to the repository?
> > >
> > > (talos)│hg push
> > > pushing to ssh://hg.mozilla.org/automation/AnalyzeThis/
> > > running ssh hg.mozilla.org "hg -R automation/AnalyzeThis/ serve --stdio"
> > > Enter passphrase for key '/home/jhammel/.ssh/id_rsa':
> > > searching for changes
> > > 1 changesets found
> > > remote: abort: could not lock repository
> > > /repo/hg/mozilla/automation/AnalyzeThis/: Permission denied
> > > abort: unexpected response: empty string
> >
> > Should I reopen or file a new bug?
>
> Jeff, file a bug in Product: mozilla.org Component: Repository Accounts to
> ensure that you have level 2 account access. You should, as far as I know,
> and this should be a level 2 account. CC me on that bug, please.
see https://bugzilla.mozilla.org/show_bug.cgi?id=749292
Assignee | ||
Comment 8•13 years ago
|
||
This was a permission problem, chmod g+wx fixed
(In reply to Ben Kero [:bkero] from comment #8)
> This was a permission problem, chmod g+wx fixed
Ah, thanks Ben!
Updated•11 years ago
|
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.
Description
•