Beluga Beluga wrote in #note-1:
9 GB is not much, if you consider it might contain 7000 binaries. You can't really work around downloading big binaries, if investigating locally.
This is basically a contradiction: If the entire set is just 9 GB, that means that the delta between pairs of binaries is not that big typically.
But - that's not the point. The point is that 9 GB deters bug reporters, who might otherwise be willing to do some bibisection, from doing it. And this won't change because there may be a good excuse for the file size.
The only other way would be remotely connecting to some workstation hosting all the repositories.
That's not the only way, as Michael Meeks indicates. To start bibisecting, you don't need all of those 7000 binary versions up-fron.t
Is your proposal in practice that we should split the repositories up, offering multiple repositories for each version? I don't see how that would solve the problem as you need to first roughly determine where the bug appeared and would end up downloading gigabytes of data anyway.
I'm not proposing a specific solution, as this is not really my specialty. I'm indicating a need.
I disagree that the typical triaging volunteer is bibisecting very rarely.
I was basing my claim on intuition and knowledge of the (small) RTL QA community. It's extremely rare, if it ever happens, for one of us to bibisect.
If you are not familiar with git and get introduced to the whole concept through bisecting, you need a lot of practice to get comfortable.
Even people who work with git daily, and occasionaly bisect their own repos, are deterred from downloading the 9 GB bundle. Like me, for example.
I am guiding new triagers into the process quite early on in their career. I recommend the new contributors focus on the newer versions as they naturally have the most undiscovered regressions.
I would assume that the majority of people who do some triage are not those who get any official guidance or training.
But, now that I'm saying this - it's not just triagers proper. If bibisecting was more accessible to bug reporters, they might be motivated enough to do it. The 9 GB bundle is a hurdle to that.