Commit History

Author SHA1 Message Date
  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
  Tianon Gravi dcfc4ada4d Clean output and simplify hack/make/*test by adding go_test_dir function in make.sh 11 years ago
  Solomon Hykes 8bd6127ab3 Merge pull request #2815 from tianon/hack-make-tgz 11 years ago
  Tianon Gravi b3f5973f41 Add new tgz bundlescript to default make and release 11 years ago
  Tianon Gravi efd0e13ca7 Add support for compiling using make.sh without '.git' (ie, from a Github tarball, for example) 11 years ago
  Tianon Gravi 21161dbd51 Add dynbinary and dyntest scripts for building/testing a separate static dockerinit binary 11 years ago
  Tianon Gravi d789750851 Refactor the handling of static-related build flags 11 years ago
  Tianon Gravi fb8d488896 Add a few small consistency tweaks in hack 11 years ago
  Michael Crosby 1cbdaebaa1 Add links for container relationships and introspection 11 years ago
  Jérôme Petazzoni 85956c70b5 Change bundle order, and fix shell array expansion. 11 years ago
  Tianon Gravi 83a2e92d47 Update hack/release.sh process to automatically invoke hack/make.sh and bail on building/testing issues 11 years ago
  Tianon Gravi ccefe47897 Add cleanup/refactor portion of #2010 for hack and Dockerfile updates 11 years ago
  Tianon Gravi aa3de0b849 Add several of the small make.sh fixes from #1920, and make the output more consistent and contributor-friendly, since release instructions already exist in release.sh 11 years ago
  Solomon Hykes ebee8f28ac hack/make.sh print a warning but don't exit if called outside a correct build environment. 12 years ago
  Solomon Hykes 228b7af516 Remove fixed FIXMEs 12 years ago
  Solomon Hykes d14058bc29 Update usage comments in hack/make.sh 12 years ago
  Solomon Hykes 3d39336a46 Break down hack/make.sh into small scripts, one per 'bundle': test, binary, ubuntu etc. 12 years ago
  Solomon Hykes b187cc40cd Integrate unit tests into hack/make.sh 12 years ago
  Solomon Hykes 4cd59b96ed Hack: we no longer need to generate test binaries. 12 years ago
  Solomon Hykes 47838051be Hack: improve the Dockerfile for an easier development workflow. Build dev container once, run a shell with source mount-binded, run tests as you edit. LIKE A BOSS. 12 years ago