Closed
Bug 1224690
Opened 10 years ago
Closed 10 years ago
[tc-vcs] git autopacking messing up tars
Categories
(Taskcluster :: Services, defect)
Taskcluster
Services
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: selenamarie, Assigned: selenamarie)
References
Details
Attachments
(1 file)
tar: tc-vcs-create-clone-cache1151013-1-14ngonm/.git/objects/pack: file changed as we read it
[taskcluster-vcs:error] run end (with error) NOT RETRYING!: tar -czf /root/.tc-vcs/clones/github.com/mozilla-b2g/gaia.tar.gz tc-vcs-create-clone-cache1151013-1-14ngonm
Greg guesses that this is git autopacking. Let's add an explicit pack step in the clone caching.
| Assignee | ||
Updated•10 years ago
|
Summary: git autopacking messing up tars → [tc-vcs] git autopacking messing up tars
| Assignee | ||
Comment 1•10 years ago
|
||
Adding an explicit 'git repack' appears to fix the problem': https://tools.taskcluster.net/task-graph-inspector/#Me2BJcEVRQqfdEnDY2l-kg/Gla2ZGhISGyCaiDvrFOEog/0
Assignee: nobody → sdeckelmann
| Assignee | ||
Comment 2•10 years ago
|
||
| Assignee | ||
Comment 3•10 years ago
|
||
Comment on attachment 8693659 [details] [review]
https://github.com/taskcluster/taskcluster-vcs/pull/42
garndt r+ on github
Attachment #8693659 -
Flags: review+
| Assignee | ||
Comment 4•10 years ago
|
||
merged
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Updated•7 years ago
|
Component: Integration → Services
You need to log in
before you can comment on or make changes to this bug.
Description
•