summaryrefslogtreecommitdiff
path: root/hack/make/dynbinary
Commit message (Expand)AuthorAgeFilesLines
* Move proxy build into hack/makeBrian Goff2021-06-011-0/+2
* hack: fix mixed tabs/spaces for indentationSebastiaan van Stijn2019-08-021-4/+3
* Remove cmd/docker and other directories in cli/ in accordance with the new Mo...Arnaud Porterie (icecrime)2017-05-051-5/+0
* Convert script shebangs from "#!/bin/bash" to "#!/usr/bin/env bash"Tianon Gravi2017-02-131-1/+1
* Fix spelling in comments, strings and documentationOtto Kekäläinen2016-07-031-1/+1
* Build two binaries client and daemon.Daniel Nephin2016-04-221-5/+10
* *: purge dockerinit from source codeAleksa Sarai2016-01-261-10/+0
* Make "DEST" a make.sh construct instead of ad-hocTianon Gravi2015-05-301-2/+0
* hack/make/test-integration-cli: introduce MAKEDIR variableJörg Thalheim2015-04-151-2/+2
* .: remove trailing white spacesVincent Batts2015-03-251-1/+1
* Revert "Dealing with trailing whitespaces"Tibor Vass2015-03-251-1/+1
* Dealing with trailing whitespacesAndré Martins2015-03-171-1/+1
* Move scripts back to hack/, leave docs in project/Tianon Gravi2015-03-131-0/+22
* Move 'hack' to the less confusing 'project'Solomon Hykes2014-11-091-45/+0
* Revert "Use code generation to set IAMSTATIC instead of -X"Jessica Frazelle2014-10-281-19/+1
* finally, use code generation for INITSHA1 & INITPATH tooMichael Hudson-Doyle2014-10-241-1/+10
* Use code generation to set IAMSTATIC instead of -XMichael Hudson-Doyle2014-10-241-0/+9
* Fix more instances of "dotcloud/docker" in hack/ (and add a DOCKER_PKG enviro...Tianon Gravi2014-07-301-1/+1
* update go import path and libcontainerVictor Vieux2014-07-241-1/+1
* Disable netgo for dynbinary buildsTianon Gravi2014-06-191-0/+1
* Update bundlescripts to use "set -e" consistentlyTianon Gravi2014-04-091-0/+1
* Fix a lot of the sha256 and md5 stuff to be more DRY and extendible, and on m...Tianon Gravi2014-03-191-2/+4
* Add new "DOCKER_CLIENTONLY" build variable to allow skipping of the dockerini...Tianon Gravi2014-03-061-24/+29
* Fix dynbinary so that dockerinit can still be properly static even if it has ...Tianon Gravi2014-03-061-2/+10
* Update build tags such that we can properly compile on all platforms (especia...Tianon Gravi2014-03-061-1/+1
* Add shasum fallback to hack/make/dynbinary for Darwin (where sha1sum is not a...Tianon Gravi2014-02-131-1/+12
* Move even more stuff into dockerversionTianon Gravi2014-02-111-1/+1
* Merge pull request #3064 from tianon/custom-dockerinit-pathGuillaume J. Charmes2013-12-191-1/+1
|\
| * Allow packagers to specify a custom dockerinit lookup location via DOCKER_INI...Tianon Gravi2013-12-161-1/+1
* | Add -a to our BUILDFLAGS directly, which fixes some fun test compilation issuesTianon Gravi2013-12-181-1/+1
|/
* Unify dyntest/test and dynbinary/binary hack bundlescripts further by cross-i...Tianon Gravi2013-12-081-2/+4
* Update bundlescript shebangs to be bash, reflecting how they're actually invokedTianon Gravi2013-12-021-1/+1
* Add dynbinary and dyntest scripts for building/testing a separate static dock...Tianon Gravi2013-10-251-0/+15