Commit Graph

46 Commits

Author SHA1 Message Date
4d3023b64d Testing|hack, issue #1009: Update make kack environment
Upstream-commit: cc63c1b584a06a41482bf967908bab10853799f6
Component: engine
2013-06-24 15:01:51 -07:00
162b88e0bd Merge pull request #801 from dotcloud/build_docker_static
* Makefile: Add link flags in order to link statically and without debug symbols
Upstream-commit: 5ccde4dffc836fb0c6ea967d5d61920edfb65bd0
Component: engine
2013-06-21 02:30:57 -07:00
c95a11fa88 Makefile: added missing -a option
Upstream-commit: db60337598d264dc02d67e0dde93b300bf971903
Component: engine
2013-06-20 10:39:09 -07:00
85aee63ed2 Add link flags in order to link statically and without debug symbols
Upstream-commit: c5be64fec478f5081a06480951811d30753fc46a
Component: engine
2013-06-20 10:33:54 -07:00
df7ed98feb add testall rule
Upstream-commit: 2d6a49215c15e7649f8b041e5a04e75b4d360c94
Component: engine
2013-06-19 18:21:53 +00:00
e55048dc4d gofmt and test sub directories in makefile
Upstream-commit: 5dcab2d361956e75d00d5bee18371395f17a663f
Component: engine
2013-06-19 14:50:58 +00:00
3c8ee31f8a fix docker version git output
Upstream-commit: b25bcf1a666ebef26e2acfa132fa2b72d47d0805
Component: engine
2013-06-17 23:32:48 +00:00
9eee7b53cc Packaging, dockerbuilder: Automate pushing docker binary packages
Upstream-commit: 3384943cd3bc5bb9fd79ccbda9d32a582ada69b3
Component: engine
2013-06-13 22:14:43 -07:00
0b78bccf28 Swap "go get" for "go get -d", especially to compile on go1.1rc; fixes #561
Upstream-commit: c4ad6b077d87bb501ed651bfc87c3e332c7d38d7
Component: engine
2013-05-08 14:51:50 -06:00
0d8c032587 Fix a bug in the Makefile which caused dependency download to fail
Upstream-commit: a7c0e9a355216048063894a3d47aac2d81c42c3f
Component: engine
2013-05-03 12:58:44 -07:00
e7e7fbada8 Add s3 upload to 'make release'
Upstream-commit: b6a5e604ab2205a547ac5b4f743cf3c4b93ffccf
Component: engine
2013-05-02 11:32:55 -07:00
30a5373134 + Hack: 'make s3release' uploads a clean build to s3
Upstream-commit: 6e486b638b6674694fe02d2661bd93f0ee08d425
Component: engine
2013-05-02 11:25:49 -07:00
44a61f93b3 development; issue #374: Refactor 'make hack' making Vagrantfile and VM more useful
Upstream-commit: bb61678b570fabeb5d21c86fa3f7b5456111f7a2
Component: engine
2013-05-01 15:26:27 -07:00
f829dbfdd6 Makefile improvements
+ Convenience rules: srcrelease, deps
	- Separate dependency vendoring from building the binary
	  (re-download dependencies with 'make deps')
Upstream-commit: b3ab0b561ed6dd06a569fa800109d18070886149
Component: engine
2013-04-23 19:41:38 -07:00
0fbc38af42 Fix 'make release RELEASE_VERSION=master'
Upstream-commit: 8b8c8bf7cb0ed782d727440a0f2c59d464971353
Component: engine
2013-04-23 18:50:53 -07:00
8d65f94e38 make release: build a binary release of the most recent version tag
Upstream-commit: a8651a23b2cca4c9a9dcc3a6829e9496d68ddef5
Component: engine
2013-04-23 18:32:59 -07:00
dad1da85a7 Merge remote-tracking branch 'origin/check_kernel_capabilities'
Upstream-commit: 76b40ad6c994d8eb4c969802a172d8a808b1ac35
Component: engine
2013-04-20 17:40:25 -07:00
f7536bf802 Fixed 'hack' rule in Makefile
Upstream-commit: e81ddb2dc76ab2e502ad35363a436dd823289598
Component: engine
2013-04-19 12:55:17 -07:00
aa4998ba2b Merge remote-tracking branch 'origin/buildbot'
Upstream-commit: 4d728821e37a54629f47d7379a50ad27d5055af6
Component: engine
2013-04-19 12:47:22 -07:00
630116b2c0 Remove the NO_MEMORY_LIMIT constant
Upstream-commit: f68d107a1368b3d4f3342456a2b0675659688354
Component: engine
2013-04-18 21:08:20 -07:00
3fcc60d0f7 Allow to disable memory limit at compilation time
Upstream-commit: 1967c8342aef1a81eb33a41d673bb8e702daa5df
Component: engine
2013-04-12 10:48:20 -07:00
05a22d6527 Fix the Makefile, rule=hack to make it work on Windows
Upstream-commit: b7cda3288ed857e4e2155846090b17a2d8fccdbf
Component: engine
2013-04-09 19:07:50 -07:00
263f9f8591 testing: Add buildbot VM
Upstream-commit: bbaa975ec8ea44f7df4f96a910360abc43b4d5f7
Component: engine
2013-04-09 14:37:37 -07:00
ca62613e60 Merged shawnsi/git-version
Upstream-commit: 35c68944c7a5c7b7778c6cdb54b149e22c4c0c64
Component: engine
2013-04-02 20:26:22 -07:00
693692b24b Implementing dirty git checkout indicator
Upstream-commit: 5471f5b2ee4bd637147a1ea1dce716670b50796d
Component: engine
2013-04-02 09:58:19 -05:00
4c1daebf6d makefile: simplify "fmt" target, and include -s flag
Upstream-commit: 650dff73bdd48058ec0186cbda90683ff2287df0
Component: engine
2013-04-01 18:50:25 -03:00
a9b7db02e4 Shortening the git commit used in the version command
Upstream-commit: e566b89a5f13f36fad2e2bb37faf9079e06e051e
Component: engine
2013-04-01 16:31:33 -05:00
741a443d40 Add a 'fmt' target to the Makefile.
A convenience for gofmting all the code, including subpackages.
Upstream-commit: 9b13d21fc980b5ac12e035d9c8cbe3ef2c36a079
Component: engine
2013-04-01 13:05:00 -07:00
5f6e565b52 Adding git commit to the version output
The Makefile must be used in order to inject the git commit
via -ldflags.
Upstream-commit: 37a78902db9e968d307d0c0325612e8bef20bc69
Component: engine
2013-04-01 13:52:45 -05:00
56538b3d96 print the location of the built binary
Upstream-commit: f961ec55e72ae068c6153f2d20da5295d8d0a4c1
Component: engine
2013-03-26 17:19:58 +02:00
e8f06ad0d1 allow for verbose output from go tools
Upstream-commit: 21f55419b73eaff72fe3383b4ee142b04e701372
Component: engine
2013-03-26 17:19:58 +02:00
611da23156 do not print executed commands
Upstream-commit: 5a0010abe99869ffb4cb70917caa5ba35346e3e8
Component: engine
2013-03-26 17:19:58 +02:00
7d458dec18 use .gopath/ instead of build/
Upstream-commit: a57b37ed0e1531e7cc7b8c91ecf73a904c067891
Component: engine
2013-03-26 17:19:57 +02:00
ea9df9f422 add a test target
Upstream-commit: 6b4bc971fd7ea03227f88b66168b884e2272aea6
Component: engine
2013-03-26 17:19:57 +02:00
fc4f69a147 introduce top-level Makefile to build the docker binary
Upstream-commit: 7009d6c6ddc2acc77e7caa227c08ecf29d747298
Component: engine
2013-03-26 17:19:54 +02:00
72cdef50aa Move the debian makefile to avoid confusions
Upstream-commit: 08cb430281bb1aa003f21a983029dd934bd99a10
Component: engine
2013-03-22 04:34:46 -07:00
f29884b197 Adding clean to beginning of all for cleaner builds.
Upstream-commit: 6316b995564f1ffcd614402489ed4b929ac26f74
Component: engine
2013-03-17 11:59:59 -07:00
114ab0aeec Adding bin to clean
Upstream-commit: bb9ce6b2872b62b444306c53d0fa26d389d9a9d9
Component: engine
2013-03-17 11:54:05 -07:00
328d42c651 Makefile cleanup renamed to clean to match standard conventions.
Upstream-commit: a3ca3e921802b1979c14174c352320e45b3251e6
Component: engine
2013-03-17 11:53:37 -07:00
20db6e2d17 packaging; issue #30: Add tests to Makefile
Upstream-commit: 0e0d76b7acc8d75f518a91d026a57d6b8410d5f3
Component: engine
2013-03-14 23:13:31 -07:00
839a5894fa Add local build and tests to makefile
Upstream-commit: eab39dc3fa563476981a4221af40cd281cdf97f0
Component: engine
2013-03-14 23:13:31 -07:00
1b72f34c88 packaging; issue #30: Adjust package metadata
Upstream-commit: 47a5a51d396552d140cbf27a13b7813719f1980b
Component: engine
2013-03-14 23:13:31 -07:00
7a0c6d4b12 Moved debian-specific files to ./deb, minor fixes to Makefile
Upstream-commit: 9598b289339b7e99bb8b86810f1bd69b812dc608
Component: engine
2013-03-14 23:13:31 -07:00
f6cbd14aef Gradual improvement of Makefile
Upstream-commit: d615496c4caeea1b438ccd1e15c23c8fd7efa425
Component: engine
2013-03-14 23:13:31 -07:00
ef5cfd59f3 packaging; issue #30: Add ubuntu deb packaging
Upstream-commit: 3b9c97a5d598a04da8247939e2a7f6f123350366
Component: engine
2013-03-14 23:13:31 -07:00
1fa0ca8238 Add makefile
Upstream-commit: c017c7baa41e6f9ce03c18228e1a950cf5bdba3a
Component: engine
2013-03-13 00:30:20 +00:00