Closed
Bug 1464186
Opened 7 years ago
Closed 7 years ago
Audit for repositories with disallowed ".{hg,git}" names
Categories
(Developer Services :: Mercurial: hg.mozilla.org, enhancement)
Developer Services
Mercurial: hg.mozilla.org
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: sheehan, Assigned: sheehan)
Details
Repos on hg.mozilla.org are not allowed to have ".git" or ".hg" in their names for a variety of reasons. One reason is that vcsreplicator breaks when attempting to replicate repos with these names (although this is due to the pash ssh script, but the failure propagates to vcsreplicator). The repo that alerted us to this failure is catlee's `buildbot.git` user repo. It looks like this repo was created long before vcsreplicator was around and these naming rules were enforced. We should verify there are no other repos lying around which could trigger this failure.
catlee: are we okay to delete this repo? It looks like it hasn't been used since 2010.
Flags: needinfo?(catlee)
Assignee | ||
Updated•7 years ago
|
Assignee: nobody → sheehan
Status: NEW → ASSIGNED
Comment 2•7 years ago
|
||
Deleted from hgssh and hgweb servers.
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 3•7 years ago
|
||
I independently verified that we have no repos with ".git" or ".hg" names by running find-hg-repos and checking the returned list of repos for any entries with the offending suffixes.
All is good.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•