diff options
| author | Marco Vanotti <mvanotti@google.com> | 2019-03-20 10:49:11 -0700 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2019-03-21 09:10:48 +0100 |
| commit | 2cc9698b581838c88ccc6ca36fe3bbd1c458ec4d (patch) | |
| tree | 61d44c18e29ddf76ef15e7963a001dc82599f6a6 /pkg/instance/instance.go | |
| parent | 427ea48700e7ca23f29a418f8d1998b55170c0aa (diff) | |
pkg/vcs: fix fuchsia's git repo directory.
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.
Diffstat (limited to 'pkg/instance/instance.go')
0 files changed, 0 insertions, 0 deletions
