Marcus Farkas
|
b25bcf1a66
|
fix docker version git output
|
2013-06-17 23:32:48 +00:00 |
|
Daniel Mizyrycki
|
3384943cd3
|
Packaging, dockerbuilder: Automate pushing docker binary packages
|
2013-06-13 22:14:43 -07:00 |
|
Tianon Gravi
|
c4ad6b077d
|
Swap "go get" for "go get -d", especially to compile on go1.1rc; fixes #561
|
2013-05-08 14:51:50 -06:00 |
|
Solomon Hykes
|
a7c0e9a355
|
Fix a bug in the Makefile which caused dependency download to fail
|
2013-05-03 12:58:44 -07:00 |
|
Solomon Hykes
|
b6a5e604ab
|
Add s3 upload to 'make release'
|
2013-05-02 11:32:55 -07:00 |
|
Solomon Hykes
|
6e486b638b
|
+ Hack: 'make s3release' uploads a clean build to s3
|
2013-05-02 11:25:49 -07:00 |
|
Daniel Mizyrycki
|
bb61678b57
|
development; issue #374: Refactor 'make hack' making Vagrantfile and VM more useful
|
2013-05-01 15:26:27 -07:00 |
|
Solomon Hykes
|
b3ab0b561e
|
Makefile improvements
+ Convenience rules: srcrelease, deps
- Separate dependency vendoring from building the binary
(re-download dependencies with 'make deps')
|
2013-04-23 19:41:38 -07:00 |
|
Solomon Hykes
|
8b8c8bf7cb
|
Fix 'make release RELEASE_VERSION=master'
|
2013-04-23 18:50:53 -07:00 |
|
Solomon Hykes
|
a8651a23b2
|
make release: build a binary release of the most recent version tag
|
2013-04-23 18:32:59 -07:00 |
|
Solomon Hykes
|
76b40ad6c9
|
Merge remote-tracking branch 'origin/check_kernel_capabilities'
|
2013-04-20 17:40:25 -07:00 |
|
Solomon Hykes
|
e81ddb2dc7
|
Fixed 'hack' rule in Makefile
|
2013-04-19 12:55:17 -07:00 |
|
Solomon Hykes
|
4d728821e3
|
Merge remote-tracking branch 'origin/buildbot'
|
2013-04-19 12:47:22 -07:00 |
|
Guillaume J. Charmes
|
f68d107a13
|
Remove the NO_MEMORY_LIMIT constant
|
2013-04-18 21:08:20 -07:00 |
|
Guillaume J. Charmes
|
1967c8342a
|
Allow to disable memory limit at compilation time
|
2013-04-12 10:48:20 -07:00 |
|
Julien Barbier
|
b7cda3288e
|
Fix the Makefile, rule=hack to make it work on Windows
|
2013-04-09 19:07:50 -07:00 |
|
Daniel Mizyrycki
|
bbaa975ec8
|
testing: Add buildbot VM
|
2013-04-09 14:37:37 -07:00 |
|
Solomon Hykes
|
35c68944c7
|
Merged shawnsi/git-version
|
2013-04-02 20:26:22 -07:00 |
|
Shawn Siefkas
|
5471f5b2ee
|
Implementing dirty git checkout indicator
|
2013-04-02 09:58:19 -05:00 |
|
Francisco Souza
|
650dff73bd
|
makefile: simplify "fmt" target, and include -s flag
|
2013-04-01 18:50:25 -03:00 |
|
Shawn Siefkas
|
e566b89a5f
|
Shortening the git commit used in the version command
|
2013-04-01 16:31:33 -05:00 |
|
Caleb Spare
|
9b13d21fc9
|
Add a 'fmt' target to the Makefile.
A convenience for gofmting all the code, including subpackages.
|
2013-04-01 13:05:00 -07:00 |
|
Shawn Siefkas
|
37a78902db
|
Adding git commit to the version output
The Makefile must be used in order to inject the git commit
via -ldflags.
|
2013-04-01 13:52:45 -05:00 |
|
Mikhail Sobolev
|
f961ec55e7
|
print the location of the built binary
|
2013-03-26 17:19:58 +02:00 |
|
Mikhail Sobolev
|
21f55419b7
|
allow for verbose output from go tools
|
2013-03-26 17:19:58 +02:00 |
|
Mikhail Sobolev
|
5a0010abe9
|
do not print executed commands
|
2013-03-26 17:19:58 +02:00 |
|
Mikhail Sobolev
|
a57b37ed0e
|
use .gopath/ instead of build/
|
2013-03-26 17:19:57 +02:00 |
|
Mikhail Sobolev
|
6b4bc971fd
|
add a test target
|
2013-03-26 17:19:57 +02:00 |
|
Mikhail Sobolev
|
7009d6c6dd
|
introduce top-level Makefile to build the docker binary
|
2013-03-26 17:19:54 +02:00 |
|
creack
|
08cb430281
|
Move the debian makefile to avoid confusions
|
2013-03-22 04:34:46 -07:00 |
|
Frederick F. Kautz IV
|
6316b99556
|
Adding clean to beginning of all for cleaner builds.
|
2013-03-17 11:59:59 -07:00 |
|
Frederick F. Kautz IV
|
bb9ce6b287
|
Adding bin to clean
|
2013-03-17 11:54:05 -07:00 |
|
Frederick F. Kautz IV
|
a3ca3e9218
|
Makefile cleanup renamed to clean to match standard conventions.
|
2013-03-17 11:53:37 -07:00 |
|
Daniel Mizyrycki
|
0e0d76b7ac
|
packaging; issue #30: Add tests to Makefile
|
2013-03-14 23:13:31 -07:00 |
|
creack
|
eab39dc3fa
|
Add local build and tests to makefile
|
2013-03-14 23:13:31 -07:00 |
|
Daniel Mizyrycki
|
47a5a51d39
|
packaging; issue #30: Adjust package metadata
|
2013-03-14 23:13:31 -07:00 |
|
Solomon Hykes
|
9598b28933
|
Moved debian-specific files to ./deb, minor fixes to Makefile
|
2013-03-14 23:13:31 -07:00 |
|
Solomon Hykes
|
d615496c4c
|
Gradual improvement of Makefile
|
2013-03-14 23:13:31 -07:00 |
|
Daniel Mizyrycki
|
3b9c97a5d5
|
packaging; issue #30: Add ubuntu deb packaging
|
2013-03-14 23:13:31 -07:00 |
|
Jeremy Grosser
|
c017c7baa4
|
Add makefile
|
2013-03-13 00:30:20 +00:00 |
|