Closed
Bug 1226232
Opened 10 years ago
Closed 10 years ago
taskcluster-vcs/src/cache.js has duplicate repositories listed
Categories
(Taskcluster :: General, defect)
Taskcluster
General
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: pmoore, Unassigned)
References
Details
Not sure why, but some repositories are duplicated, and some are identical except for a trailing / or a trailing .git path.
This should be cleaned up.
Comment 1•10 years ago
|
||
The duplicated ones I'm aware of was to work around the issue where people specify "github.com/pmoore/coolrepo" and the same but with a trailing slash. When that's hashed, it results in a different hash. The bug really is that tc-vcs should strip (or add, just be consistent with it) that trailing slash before calculating the hash.
Comment 2•10 years ago
|
||
This bug is closed as part of the Great Bugzilla Cleaning Sprint of 2016 by bstack and jonasfj, please reopen if you disagree.
Reason: tc-vcs is deprecated.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•