pldb icon indicating copy to clipboard operation
pldb copied to clipboard

speed up `git pull`

Open breck7 opened this issue 3 years ago • 3 comments

adding the branch for the github.pldb.com mirror slowed down git pull. figure that out.

(probably just change:) pldb/.github/workflows/buildGithubDotPldbDotCom.yaml

breck7 avatar Sep 06 '22 09:09 breck7

Alright support team here's my .git/config. How can we make this better? No one should be pulling the github.pldb.com branch automatically. No one. Slow as fuck.

How do we fix?

Screen Shot 2022-09-10 at 3 57 14 AM

breck7 avatar Sep 10 '22 13:09 breck7

pldb could contain a submodule which links to the actual github.pldb.com mirror ? without the option --recurse-submodules or --recursive during clone, empty submodules directories should be created.

ghost avatar Sep 11 '22 04:09 ghost

That's a good idea @SRS-WRKS ! I think we don't even need to make it a submodule. Instead of building a branch with a github workflow, we should just have a repo containing the built static site, and then we just update that repo. That would feed a number of birds with one seed.

breck7 avatar Sep 17 '22 11:09 breck7

Closing this in favor of the other one and https://github.com/breck7/pldb/issues/310

breck7 avatar Nov 12 '22 14:11 breck7