Closed
Bug 917071
Opened 12 years ago
Closed 12 years ago
modify git configuration for release/{gecko,gaia}.git
Categories
(Developer Services :: General, task)
Developer Services
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: hwine, Unassigned)
References
Details
(Whiteboard: [reit-ops][reit-b2g])
Please add the following configuration to the b2g repositories
git.mozilla.org:/releases/gecko.git
git.mozilla.org:/releases/gaia.git
enable (set True) both receive.denyDeletes & receive.denyNonFastForwards for those repositories.
Comment 1•12 years ago
|
||
All set.
repo releases/gaia
RW+ = vcs-sync@mozilla.com
R = @all
config receive.denyNonFastforwards = true
config receive.denyDeletes = true
repo releases/gecko
RW+ = vcs-sync@mozilla.com
R = @all
config receive.denyNonFastforwards = true
config receive.denyDeletes = true
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
Component: WebOps: Source Control → General
Product: Infrastructure & Operations → Developer Services
You need to log in
before you can comment on or make changes to this bug.
Description
•