Commit History

Author SHA1 Message Date
  Victor Marmol a39f3c9200 Add new test-unit make rule which only runs the unit tests. Renames test 11 years ago
  Kato Kazuyoshi 92ea101bc4 SQLite is also available in FreeBSD 11 years ago
  Kato Kazuyoshi 66baf56601 Unlike GNU find, FreeBSD's find needs a path before an expression 11 years ago
  Kato Kazuyoshi 18bea2495d Use LLVM Clang explicitly on FreeBSD 11 years ago
  Tianon Gravi 81370b5b0f Add new validate-dco and validate-gofmt bundlescripts for DCO and gofmt validation 11 years ago
  Tianon Gravi 2543912e7b Add "test-integration-cli" to our DEFAULT_BUNDLES list (make all) 11 years ago
  unclejack 6db32fdefd initial version of cli integration tests 11 years ago
  Alexander Larsson d4725801b3 Vendor github.com/godbus/dbus and github.com/coreos/go-systemd 11 years ago
  Tianon Gravi 6b46a09186 Fix a lot of the sha256 and md5 stuff to be more DRY and extendible, and on more things (specifically, the tgz files too) 11 years ago
  Tianon Gravi 99b6364790 Exclude more "definitely not unit tested Go source code" directories from hack/make/test 11 years ago
  Tianon Gravi e1c48fa560 Clean up the "go test" output from "make test" to be much more readable/scannable 11 years ago
  Tianon Gravi be344cf0d8 Fix dynbinary so that dockerinit can still be properly static even if it has to link against libapparmor for Ubuntu 11 years ago
  Tianon Gravi 0b23393ba1 Update build tags such that we can properly compile on all platforms (especially for packagers), and updated hack/PACKAGERS.md to mention the DOCKER_BUILDTAGS variable that will need to be set for binaries that might be used on AppArmor (such as Debian and especially Ubuntu) 11 years ago
  Guillaume J. Charmes c89fa6645e Add buildflags to allow crosscompilation for apparmor 11 years ago
  Fabio Falci b3d5e9527a Package coverage when running integration tests 11 years ago
  Tianon Gravi f794fbc230 Merge pull request #4043 from tianon/hack-git-detection-and-use 11 years ago
  Tianon Gravi 7ea725fdc5 Fix the one spot I missed dockerversion 11 years ago
  Solomon Hykes ae3c7dec3b Move docker version introspection to a sub-package. 11 years ago
  Tianon Gravi 0a0406450f Add better ".git" detection and use 11 years ago
  Tianon Gravi d3d85d38fb Add slightly better GOPATH detection/handling 11 years ago
  Tianon Gravi b994c13159 Update hack/make.sh with slightly clearer output and a more precise "are we in the Docker container?" check 11 years ago
  Kim BKC Carlbacker b1953baba2 This should make all bash-scripts run on pretty much any posix-system (with bash installed ofc...) 11 years ago
  sudosurootdev 2a1181f404 Spelling error. 11 years ago
  Ryan O'Donnell ad80da3389 Fixes Issue #3400 11 years ago
  Sven Dowideit 83d81758b0 use the Makefile - it makes life so much simpler 11 years ago
  Tianon Gravi 62a81370ff Add new "cross" bundle to cross-compile the Docker client for other platforms (currently just 32-bit and 64-bit OS X) 11 years ago
  Tianon Gravi fbac812540 Add -a to our BUILDFLAGS directly, which fixes some fun test compilation issues 11 years ago
  Tianon Gravi eddda577a4 Fix "go tool cover" detection to only add -cover and -coverprofile if we both have cover support in Go, and if we have the cover tool downloaded 11 years ago
  Tianon Gravi 59dc2876a7 Add new cover bundlescript for giving a nice report across all the coverprofiles generated by the test scripts 11 years ago
  Tianon Gravi f0879a1e14 Add separate "test-integration" bundlescript (and corresponding dyntest-integration bundlescript) 11 years ago