Commit Graph

37 Commits

Author SHA1 Message Date
Victor Vieux 3a6a7097c6 split api and server. run return exit code. import, pull and commit uses the smae endpoint. non zero status code on failure
Upstream-commit: 04cd20fa627635d30ea315d0d4e281e10e8d293c
Component: engine
2013-05-06 11:31:22 +02:00
Victor Vieux bfa697238c makefile from master
Upstream-commit: c6963da54e1aa550d58419a8275967060866bd6d
Component: engine
2013-05-03 17:51:11 +02:00
Victor Vieux 2c79fdbc57 up to date with master
Upstream-commit: 4f0bda2dd5cfe382f7fd9cfb9f5522f42377673b
Component: engine
2013-05-02 18:36:23 +02:00
Daniel Mizyrycki 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
Solomon Hykes 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
Solomon Hykes 0fbc38af42 Fix 'make release RELEASE_VERSION=master'
Upstream-commit: 8b8c8bf7cb0ed782d727440a0f2c59d464971353
Component: engine
2013-04-23 18:50:53 -07:00
Solomon Hykes 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
Solomon Hykes dad1da85a7 Merge remote-tracking branch 'origin/check_kernel_capabilities'
Upstream-commit: 76b40ad6c994d8eb4c969802a172d8a808b1ac35
Component: engine
2013-04-20 17:40:25 -07:00
Solomon Hykes f7536bf802 Fixed 'hack' rule in Makefile
Upstream-commit: e81ddb2dc76ab2e502ad35363a436dd823289598
Component: engine
2013-04-19 12:55:17 -07:00
Solomon Hykes aa4998ba2b Merge remote-tracking branch 'origin/buildbot'
Upstream-commit: 4d728821e37a54629f47d7379a50ad27d5055af6
Component: engine
2013-04-19 12:47:22 -07:00
Guillaume J. Charmes 630116b2c0 Remove the NO_MEMORY_LIMIT constant
Upstream-commit: f68d107a1368b3d4f3342456a2b0675659688354
Component: engine
2013-04-18 21:08:20 -07:00
Guillaume J. Charmes 3fcc60d0f7 Allow to disable memory limit at compilation time
Upstream-commit: 1967c8342aef1a81eb33a41d673bb8e702daa5df
Component: engine
2013-04-12 10:48:20 -07:00
Julien Barbier 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
Daniel Mizyrycki 263f9f8591 testing: Add buildbot VM
Upstream-commit: bbaa975ec8ea44f7df4f96a910360abc43b4d5f7
Component: engine
2013-04-09 14:37:37 -07:00
Solomon Hykes ca62613e60 Merged shawnsi/git-version
Upstream-commit: 35c68944c7a5c7b7778c6cdb54b149e22c4c0c64
Component: engine
2013-04-02 20:26:22 -07:00
Shawn Siefkas 693692b24b Implementing dirty git checkout indicator
Upstream-commit: 5471f5b2ee4bd637147a1ea1dce716670b50796d
Component: engine
2013-04-02 09:58:19 -05:00
Francisco Souza 4c1daebf6d makefile: simplify "fmt" target, and include -s flag
Upstream-commit: 650dff73bdd48058ec0186cbda90683ff2287df0
Component: engine
2013-04-01 18:50:25 -03:00
Shawn Siefkas a9b7db02e4 Shortening the git commit used in the version command
Upstream-commit: e566b89a5f13f36fad2e2bb37faf9079e06e051e
Component: engine
2013-04-01 16:31:33 -05:00
Caleb Spare 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
Shawn Siefkas 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
Mikhail Sobolev 56538b3d96 print the location of the built binary
Upstream-commit: f961ec55e72ae068c6153f2d20da5295d8d0a4c1
Component: engine
2013-03-26 17:19:58 +02:00
Mikhail Sobolev e8f06ad0d1 allow for verbose output from go tools
Upstream-commit: 21f55419b73eaff72fe3383b4ee142b04e701372
Component: engine
2013-03-26 17:19:58 +02:00
Mikhail Sobolev 611da23156 do not print executed commands
Upstream-commit: 5a0010abe99869ffb4cb70917caa5ba35346e3e8
Component: engine
2013-03-26 17:19:58 +02:00
Mikhail Sobolev 7d458dec18 use .gopath/ instead of build/
Upstream-commit: a57b37ed0e1531e7cc7b8c91ecf73a904c067891
Component: engine
2013-03-26 17:19:57 +02:00
Mikhail Sobolev ea9df9f422 add a test target
Upstream-commit: 6b4bc971fd7ea03227f88b66168b884e2272aea6
Component: engine
2013-03-26 17:19:57 +02:00
Mikhail Sobolev fc4f69a147 introduce top-level Makefile to build the docker binary
Upstream-commit: 7009d6c6ddc2acc77e7caa227c08ecf29d747298
Component: engine
2013-03-26 17:19:54 +02:00
creack 72cdef50aa Move the debian makefile to avoid confusions
Upstream-commit: 08cb430281bb1aa003f21a983029dd934bd99a10
Component: engine
2013-03-22 04:34:46 -07:00
Frederick F. Kautz IV f29884b197 Adding clean to beginning of all for cleaner builds.
Upstream-commit: 6316b995564f1ffcd614402489ed4b929ac26f74
Component: engine
2013-03-17 11:59:59 -07:00
Frederick F. Kautz IV 114ab0aeec Adding bin to clean
Upstream-commit: bb9ce6b2872b62b444306c53d0fa26d389d9a9d9
Component: engine
2013-03-17 11:54:05 -07:00
Frederick F. Kautz IV 328d42c651 Makefile cleanup renamed to clean to match standard conventions.
Upstream-commit: a3ca3e921802b1979c14174c352320e45b3251e6
Component: engine
2013-03-17 11:53:37 -07:00
Daniel Mizyrycki 20db6e2d17 packaging; issue #30: Add tests to Makefile
Upstream-commit: 0e0d76b7acc8d75f518a91d026a57d6b8410d5f3
Component: engine
2013-03-14 23:13:31 -07:00
creack 839a5894fa Add local build and tests to makefile
Upstream-commit: eab39dc3fa563476981a4221af40cd281cdf97f0
Component: engine
2013-03-14 23:13:31 -07:00
Daniel Mizyrycki 1b72f34c88 packaging; issue #30: Adjust package metadata
Upstream-commit: 47a5a51d396552d140cbf27a13b7813719f1980b
Component: engine
2013-03-14 23:13:31 -07:00
Solomon Hykes 7a0c6d4b12 Moved debian-specific files to ./deb, minor fixes to Makefile
Upstream-commit: 9598b289339b7e99bb8b86810f1bd69b812dc608
Component: engine
2013-03-14 23:13:31 -07:00
Solomon Hykes f6cbd14aef Gradual improvement of Makefile
Upstream-commit: d615496c4caeea1b438ccd1e15c23c8fd7efa425
Component: engine
2013-03-14 23:13:31 -07:00
Daniel Mizyrycki ef5cfd59f3 packaging; issue #30: Add ubuntu deb packaging
Upstream-commit: 3b9c97a5d598a04da8247939e2a7f6f123350366
Component: engine
2013-03-14 23:13:31 -07:00
Jeremy Grosser 1fa0ca8238 Add makefile
Upstream-commit: c017c7baa41e6f9ce03c18228e1a950cf5bdba3a
Component: engine
2013-03-13 00:30:20 +00:00