cri-o/vendor/github.com/containers/storage/pkg/system
Jonathan Yu 6c9628cdb1
Build and install from GOPATH
* Rename 'vendor/src' -> 'vendor'
  * Ignore vendor/ instead of vendor/src/ for lint
* Rename 'cmd/client' -> 'cmd/ocic' to make it 'go install'able
* Rename 'cmd/server' -> 'cmd/ocid' to make it 'go install'able
* Update Makefile to build and install from GOPATH
* Update tests to locate ocid/ocic in GOPATH/bin
* Search for binaries in GOPATH/bin instead of PATH
* Install tools using `go get -u`, so they are updated on each run

Signed-off-by: Jonathan Yu <jawnsy@redhat.com>
2017-01-17 12:09:09 -08:00
..
chtimes.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
chtimes_unix.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
chtimes_windows.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
errors.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
events_windows.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
filesys.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
filesys_windows.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
lstat.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
lstat_windows.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
meminfo.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
meminfo_linux.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
meminfo_solaris.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
meminfo_unsupported.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
meminfo_windows.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
mknod.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
mknod_windows.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
path_unix.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
path_windows.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
stat.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
stat_freebsd.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
stat_linux.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
stat_openbsd.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
stat_solaris.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
stat_unsupported.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
stat_windows.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
syscall_unix.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
syscall_windows.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
umask.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
umask_windows.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
utimes_darwin.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
utimes_freebsd.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
utimes_linux.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
utimes_unsupported.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
xattrs_linux.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
xattrs_unsupported.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00