| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
Dashboard needs to know when bug fixing commits reach
builders in order to fully close bugs.
Send commits that dashboard is interested in to dashboard.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Currently we have unix permissions for new files/dirs
hardcoded throughout the code base. Some places use 0644,
some - 0640, some - 0600 and a variety of other constants.
Introduce osutil.MkdirAll/WriteFile that use the default
permissions and use them throughout the code base.
This makes permissions consistent and also allows to easily
change the permissions later if we change our minds.
Also merge pkg/fileutil into pkg/osutil as they become
dependent on each other. The line between them was poorly
defined anyway as both operate on files.
|
| | |
|
| |
|
|
| |
Support changing repo/branch and force pushes.
|
| | |
|
| | |
|
| |
|
|
| |
It's not supported in older versions of git.
|
| |
|
|
|
| |
Move functionality to build kernel/image
from syz-gce to a separate package.
|
|
|
Move few helper git-related functions from syz-gce
to a separate pkg/git package.
|