syzkaller/pkg/vcs
Marco Vanotti 2cc9698b58 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.
2019-03-21 09:10:48 +01:00
..
akaros.go pkg/vcs: refactor bisection support 2019-03-17 18:06:44 +01:00
freebsd.go pkg/vcs: remove unused functions 2019-03-20 10:34:16 +01:00
fuchsia.go pkg/vcs: fix fuchsia's git repo directory. 2019-03-21 09:10:48 +01:00
git_repo_test.go pkg/vcs: refactor bisection support 2019-03-17 18:06:44 +01:00
git_test.go pkg/vcs: refactor bisection support 2019-03-17 18:06:44 +01:00
git.go pkg/vcs: wrap git invocations in a helper method 2019-03-20 11:01:00 +01:00
linux.go pkg/vcs: fix git tag --points-at invocation 2019-03-20 13:55:48 +01:00
netbsd.go pkg/vcs: refactor bisection support 2019-03-17 18:06:44 +01:00
openbsd.go pkg/vcs: refactor bisection support 2019-03-17 18:06:44 +01:00
vcs_test.go docs, pkg/vcs, sys/fuchsia: update fuchsia urls 2019-03-20 07:50:58 +01:00
vcs.go docs, pkg/vcs, sys/fuchsia: update fuchsia urls 2019-03-20 07:50:58 +01:00