Closed Bug 818635 Opened 13 years ago Closed 13 years ago

Ensure that urls without the ".git" suffix continue to work

Categories

(Developer Services :: General, task)

x86
macOS
task
Not set
normal

Tracking

(Not tracked)

RESOLVED INCOMPLETE

People

(Reporter: jhford, Unassigned)

Details

B2G's source management tool (repo) uses Git URLs that do not have the .git suffix on them. This is a well known and documented convention that's built into the Git program. This basically means that the following repository: http://git.mozilla.org/release/gecko Should resolve to the same repository as: http://git.mozilla.org/release/gecko.git This already works in production on git.mozilla.org, so no change to any production systems is required. What I'm requesting is that the maintenance documentation for the git systems be updated to reflect that the .git-free URLs be tested when upgrading the Git hosting software.
You mean git://git.mozilla.org/release/gecko is the same as git://git.mozilla.org/release/gecko.git and that functionality should remain constant? Also, releng does tests before we upgrade. So this might fall under their purview to check, we'll keep this in mind too.
(In reply to Shyam Mani [:fox2mike] from comment #1) > You mean git://git.mozilla.org/release/gecko is the same as > git://git.mozilla.org/release/gecko.git and that functionality should remain > constant? My understanding is that git:, http: and https: are supported protocols on git.mozilla.org. Allowing .git-suffix free access is most important on https:, which is what we're currently using with repo. > Also, releng does tests before we upgrade. So this might fall under their > purview to check, we'll keep this in mind too. Shyam, it sounds like there aren't any objections to having .git-suffix free URLs as a supported by Mozilla's Git infrastructure. Is this correct?
(In reply to John Ford [:jhford] from comment #2) > Shyam, it sounds like there aren't any objections to having .git-suffix free > URLs as a supported by Mozilla's Git infrastructure. Is this correct? I'm unsure. Are you in SFO today? I'm in the boardroom on the 7th floor.
Shyam - John - I believe this has been superseded by bug 818368 (already marked for blocking basecamp) Should we close this as a dupe?
(In reply to Hal Wine [:hwine] from comment #4) > Shyam - John - I believe this has been superseded by bug 818368 (already > marked for blocking basecamp) > > Should we close this as a dupe? Nope, that bug is not the right thing to do.
Marking this as INCOMPLETE. Hal and I did some tests and this is not in fact needed. Having this support is nice to have but not mandatory.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → INCOMPLETE
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.