| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This implements 2 features:
- syz-ci polls a set of additional repos to discover fixing commits sooner
(e.g. it can now discover a fixing commit in netfilter tree before
it reaches any of the tested trees).
- syz-ci uploads info about commits to dashboard.
For example, a user marks a bug as fixed by commit "foo: bar".
syz-ci will find this commit in the main namespace repo
and upload commmit hash/date/author to dashboard. This in turn
allows to show links to fixing commits.
Fixes #691
Fixes #610
|
| |
|
|
|
|
| |
Fetch of a named remote does not seem to fetch all tags.
This is a problem for linux-next as it contains lots of tags
that are not on the main branch because of periodic rebases.
|
| |
|
|
|
|
|
| |
pkg/bisect uses Poll and then relies on tags for compiler detection.
Don't use --no-tags when fetching.
Update #501
|
| |
|
|
| |
Fixes #728
|
| |
|
|
|
|
|
| |
This just says that we want to use git to checkout OpenBSD
without any special/complex features.
Update #712
|
| |
|
|
| |
For now only checking out and polling.
|
| |
|
|
|
| |
Wrap current git interface in abstract interface.
Provide constructor that create repo interface for the given os/vm.
|
|
|
Rename pkg/git to pkg/vcs because we need to support not only git.
|