Update clone-repos.ps1

This commit is contained in:
Markus Fleschutz
2023-12-05 08:40:27 +01:00
parent c623a07146
commit 7d34c7cdf5
2 changed files with 8 additions and 11 deletions

View File

@ -15,8 +15,6 @@ llvm, "compiler", "https://github.com/llvm/llvm-project",
LSS, "math tool", "git@github.com:fleschutz/LSS.git", main, yes,
ninja, "build tool", "https://github.com/ninja-build/ninja", master, yes,
opencv, "dev lib", "https://github.com/opencv/opencv", master, yes,
operating-systems, "OS collection", "git@github.com:fleschutz/operating-systems.git", main, yes,
papers, "collection", "git@github.com:fleschutz/papers.git", main, yes,
PowerShell, "script collection", "git@github.com:fleschutz/PowerShell.git", main, yes,
pwsh, "shell", "https://github.com/PowerShell/PowerShell", master, yes,
protobuf, "dev lib", "https://github.com/protocolbuffers/protobuf", main, yes,

1 FOLDERNAME CATEGORY URL BRANCH SHALLOW
15 LSS math tool git@github.com:fleschutz/LSS.git main yes
16 ninja build tool https://github.com/ninja-build/ninja master yes
17 opencv dev lib https://github.com/opencv/opencv master yes
operating-systems OS collection git@github.com:fleschutz/operating-systems.git main yes
papers collection git@github.com:fleschutz/papers.git main yes
18 PowerShell script collection git@github.com:fleschutz/PowerShell.git main yes
19 pwsh shell https://github.com/PowerShell/PowerShell master yes
20 protobuf dev lib https://github.com/protocolbuffers/protobuf main yes