mirror of
https://github.com/reactos/syzkaller.git
synced 2024-12-03 00:46:35 +00:00
2cc9698b58
This commit changes the fuchsia git repo to make it point to the main repo instead of just "zircon". Previously, zircon had its own git repo, so syzkaller had a wrapper that would issue jiri commands for the whole fuchsia repo, but would just report commits in the zircon repo. Recently, fuchsia merged most of its repositories in just one big git repo. So now, zircon is part of the fuchsia git repo. I think the code continued working because the old zircon repo is still part of a git repository, so git commands worked there. The new code now doesn't have any special casing for Zircon, and now (almost) everything is part of the fuchsia repo. The other repos are now git submodules. |
||
---|---|---|
.. | ||
akaros.go | ||
freebsd.go | ||
fuchsia.go | ||
git_repo_test.go | ||
git_test.go | ||
git.go | ||
linux.go | ||
netbsd.go | ||
openbsd.go | ||
vcs_test.go | ||
vcs.go |