cb4ddc2058
Fix vendor validation
...
vendor/ must be removed first, otherwise files added to vendor/ but not vendor.conf
will not cause the validation to fail
Signed-off-by: Daniel Nephin <dnephin@gmail.com >
Upstream-commit: a6dedd1a12
Component: cli
2018-02-02 11:01:05 -08:00
f8a7c9aa17
Add AUTHORS file and script
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
Upstream-commit: 02e7b18fde
Component: cli
2018-01-02 17:00:22 +01:00
0ee27e86a8
Add a way to just build windows and osx
...
Signed-off-by: Eli Uriegas <eli.uriegas@docker.com >
Upstream-commit: 51080d6148
Component: cli
2017-09-19 16:48:31 -07:00
fdee4e99e9
Re-adds test target to the Makefile
...
The test target existed before, this is to provide a legacy interface to
allow easy testing for downstream Docker CE.
Without this we would need separate Makefiles/Jenkinsfiles for releases
past 17.07. Later on this target could also be used to test both unit
tests and integration tests at the same time.
Signed-off-by: Eli Uriegas <eli.uriegas@docker.com >
Upstream-commit: d53c8de06b
Component: cli
2017-08-31 10:32:00 -07:00
581aa22bc8
Add scripts for setting up e2e test environment.
...
Signed-off-by: Daniel Nephin <dnephin@docker.com >
Upstream-commit: 26418a12fb
Component: cli
2017-08-16 10:35:56 -04:00
b4e14f104b
Set DISABLE_WARN_OUTSIDE_CONTAINER in the Dockerfile so that we don't spend 10s sleeping in CI
...
also add time to validate check
Signed-off-by: Daniel Nephin <dnephin@docker.com >
Upstream-commit: 058733969c
Component: cli
2017-08-15 14:34:43 -04:00
8adcc1277a
Add a warning when make is run outside of a container.
...
The warning can be disabled by setting the environment variable
Signed-off-by: Daniel Nephin <dnephin@docker.com >
Upstream-commit: 12a7387c8e
Component: cli
2017-07-26 15:58:15 -04:00
c6ce3f3302
Update README and add help target to make
...
Signed-off-by: Jean-Pierre Huynh <jean-pierre.huynh@ounet.fr >
Upstream-commit: 649a5864f3
Component: cli
2017-07-21 16:57:06 +01:00
a61c7f009e
Add shellcheck for bash completion
...
Signed-off-by: Jean-Pierre Huynh <jean-pierre.huynh@ounet.fr >
Upstream-commit: b2fc35aefa
Component: cli
2017-07-13 22:24:08 +01:00
9b7bef68dd
fix manpages script
...
Signed-off-by: Tibor Vass <tibor@docker.com >
Upstream-commit: dc81def89c
Component: cli
2017-06-06 05:00:10 +00:00
4bf796daf6
Add scripts and targets for manpages and yamldocs
...
Signed-off-by: Tibor Vass <tibor@docker.com >
Upstream-commit: ff615dbc4d
Component: cli
2017-06-05 19:10:44 +00:00
f039c950a8
Upload coverage report from outside of test container.
...
Signed-off-by: Daniel Nephin <dnephin@docker.com >
Upstream-commit: f6d148c632
Component: cli
2017-05-19 17:37:38 -04:00
56d05cc358
Add test-coverage & codecov target and update circleci
...
Signed-off-by: Vincent Demeester <vincent@sbr.pm >
Upstream-commit: d79d903864
Component: cli
2017-05-19 17:22:37 -04:00
235c74487c
Remove @ from Makefiles.
...
Signed-off-by: Daniel Nephin <dnephin@docker.com >
Upstream-commit: 73ebb07df5
Component: cli
2017-05-17 15:56:19 -04:00
dd8e5ae38a
Merge pull request #90 from dnephin/add-windows-autogen
...
Add windows resources to binary
Upstream-commit: b28c4822cc
Component: cli
2017-05-17 11:59:54 -07:00
d7802c7d2b
Add windows resources to binary.
...
Signed-off-by: Daniel Nephin <dnephin@docker.com >
Upstream-commit: 8a6ad48d2b
Component: cli
2017-05-15 18:03:03 -04:00
473491581d
Support running unit tests when files are saved.
...
Signed-off-by: Daniel Nephin <dnephin@docker.com >
Upstream-commit: 74c06a140b
Component: cli
2017-05-15 17:02:58 -04:00
a6473845ef
Update the README
...
Remove referenced to developing on the host, we shouldn't support it.
Move script/validate to scripts/validate to be consistent.
Set the default target to be binary instead of clean.
Signed-off-by: Daniel Nephin <dnephin@docker.com >
Upstream-commit: 60b2dd3e23
Component: cli
2017-05-15 14:07:30 -04:00
564519acec
Support building a dynbinary
...
Cleanup dynbinary and binary builds
Signed-off-by: Daniel Nephin <dnephin@docker.com >
Upstream-commit: a787cbc93b
Component: cli
2017-05-12 13:34:06 -04:00
91afc881f6
Merge pull request #56 from dnephin/add-compose-bindata-check
...
Add CI validation for compose bindata
Upstream-commit: bcc46e75ab
Component: cli
2017-05-10 15:49:06 -04:00
239a95a29d
Merge pull request #55 from mlaventure/generate-proper-version
...
Display proper version information
Upstream-commit: ed5762cb9f
Component: cli
2017-05-10 09:34:22 +02:00
db689040ae
update makefiles: add “vendor” target in docker.Makefile…
...
… so that contributors don’t need “vndr” on their laptop
Signed-off-by: Gaetan de Villele <gdevillele@gmail.com >
Upstream-commit: c1f0bee31c
Component: cli
2017-05-09 14:29:14 -07:00
bfb4425b6f
Display proper version information
...
- The cli version defaults to "unknown-version" unless set via the VERSION env var
- The commit version can be overridden via GITCOMMIT env var
- The build time can be overridden via BUILDTIME env var
Signed-off-by: Kenfe-Mickael Laventure <mickael.laventure@gmail.com >
Upstream-commit: cf51bde7d9
Component: cli
2017-05-09 14:22:51 -07:00
4ea068a247
Add check for compose bindata.
...
Signed-off-by: Daniel Nephin <dnephin@docker.com >
Upstream-commit: ef1d58dd87
Component: cli
2017-05-09 15:42:22 -04:00
584cb63807
Merge pull request #41 from seemethere/fix_dev_null_device
...
Fix device for vendor target
Upstream-commit: 2daa598cce
Component: cli
2017-05-09 09:13:21 +02:00
697719d81a
Run steps in parallel.
...
Signed-off-by: Daniel Nephin <dnephin@docker.com >
Upstream-commit: 4aa65d9833
Component: cli
2017-05-08 15:57:56 -04:00
18fe518a33
Makefile: on clean, delete files in the build folder, but not the folder
...
Signed-off-by: Tibor Vass <tibor@docker.com >
Upstream-commit: 17311d3d1a
Component: cli
2017-05-08 11:24:40 -07:00
13041f215c
Fix device for vendor target
...
Signed-off-by: Eli Uriegas <eli.uriegas@docker.com >
Upstream-commit: 2792fbce0f
Component: cli
2017-05-08 10:56:21 -07:00
9afb137b84
Merge pull request #19 from dnephin/check-vendor
...
Check vendor
Upstream-commit: 328fa4b717
Component: cli
2017-05-03 16:01:56 -04:00
dfb4d9262a
define targets as “phony”, add comments, and mount docker.sock in dev target
...
Signed-off-by: Gaetan de Villele <gdevillele@gmail.com >
Upstream-commit: 7f7e842702
Component: cli
2017-05-03 11:14:06 -07:00
cc564a7692
Verify that vendored files are correct
...
Signed-off-by: Daniel Nephin <dnephin@docker.com >
Upstream-commit: 31851fbe3c
Component: cli
2017-05-02 17:57:32 -04:00
93938768a0
Add gometalinter to CI
...
Signed-off-by: Daniel Nephin <dnephin@docker.com >
Upstream-commit: e3f677794a
Component: cli
2017-05-02 17:15:56 -04:00
d9dd021654
Merge pull request #15 from gdevillele/pr-faster-build
...
improve speed of "go build" as well as "docker build"
Upstream-commit: 639764c00d
Component: cli
2017-04-28 13:08:39 -07:00
71e45d9207
add “test” target and make CI use it
...
Signed-off-by: Gaetan de Villele <gdevillele@gmail.com >
Upstream-commit: 4d4203f7fd
Component: cli
2017-04-27 15:57:35 -07:00
11241e3a61
make go build and docker build operations faster
...
Signed-off-by: Gaetan de Villele <gdevillele@gmail.com >
Upstream-commit: 87449dbaa1
Component: cli
2017-04-27 15:06:57 -07:00
2c780f4003
add Makefiles and document their use in the README
...
Signed-off-by: Gaetan de Villele <gdevillele@gmail.com >
Upstream-commit: fb413981d3
Component: cli
2017-04-25 09:57:06 -07:00