Closed
Bug 837325
Opened 12 years ago
Closed 11 years ago
please create new hg repo build/fork-hg-git
Categories
(Developer Services :: General, task)
Developer Services
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: hwine, Assigned: bkero)
Details
please create the hg repository as follows:
- name: build/fork-hg-git
- level: scm level 2 required
- hooks: enable standard set as for other build/* repos
- description: moz fork of hg-git
Thanks!
--Hal
Assignee | ||
Comment 1•12 years ago
|
||
drwxrwsr-x 3 hg scm_level_2 4.0K Feb 7 13:54 fork-hg-git
[root@hgssh1.dmz.scl3 build]# cat fork-hg-git/.hg/hgrc
[paths]
default = /repo/hg/mozilla/build/fork-hg-git
[hooks]
pretxnchangegroup.a_singlehead = /repo/hg/scripts/hg_require_single_head
#[web]
#description = This repository contains helper scripts for various build processes.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•12 years ago
|
Assignee: server-ops-devservices → bkero
Reporter | ||
Comment 2•12 years ago
|
||
First attempt to write to this repo failed:
$ hg push releng
pushing to ssh://hg.mozilla.org/build/fork-hg-git
searching for changes
remote: abort: could not lock repository /repo/hg/mozilla/build/fork-hg-git: Permission denied
abort: unexpected response: empty string
pull with same credentials/url works (empty repo, of course)
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Assignee | ||
Comment 3•11 years ago
|
||
I've had to add the g+sw bits, but now there should be no more permissions problems. Please confirm.
Status: REOPENED → RESOLVED
Closed: 12 years ago → 11 years ago
Resolution: --- → FIXED
Updated•10 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
•