summaryrefslogtreecommitdiff
path: root/script
Commit message (Collapse)AuthorAge
* enable universal wheelsThomas Grainger2017-01-10
| | | | Signed-off-by: Thomas Grainger <tom.grainger@procensus.com>
* Bump 1.10.0-rc1Joffrey F2017-01-04
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* case PyPI correctlyThomas Grainger2016-11-22
| | | | Signed-off-by: Thomas Grainger <tom.grainger@procensus.com>
* Merge pull request #4073 from mikedougherty/jenkinsfileJoffrey F2016-11-02
|\ | | | | Update Jenkinsfile to run "janky" tasks
| * Update Jenkinsfile to perform existing jenkins tasksMike Dougherty2016-10-25
| | | | | | | | Signed-off-by: Mike Dougherty <mike.dougherty@docker.com>
* | Fix path of the parent dir of COMPOSE_FILEAlbin Kerouanton2016-10-25
|/ | | | Signed-off-by: Albin Kerouanton <albin.kerouanton@knplabs.com>
* Merge pull request #3972 from shin-/fix-contributors-scriptJoffrey F2016-10-18
|\ | | | | Fix the contributors script
| * Fix the contributors script to show only contributors on the current branchJoffrey F2016-09-22
| | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* | Fix openssl dependency in OSX binary buildJoffrey F2016-10-05
|/ | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Bump 1.8.0Joffrey F2016-07-27
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Bump 1.8.0-rc3Aanand Prasad2016-07-27
| | | | Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
* Bump 1.8.0-rc2Aanand Prasad2016-07-27
| | | | Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
* Bump 1.8.0-rc1Joffrey F2016-07-27
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Upgrade pip on osxDaniel Nephin2016-06-30
| | | | Signed-off-by: Daniel Nephin <dnephin@docker.com>
* Use latest OpenSSL version (1.0.2h) when building Mac binary on TravisAanand Prasad2016-05-20
| | | | Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
* Skip invalid git tags in versions.pyDaniel Nephin2016-05-12
| | | | Signed-off-by: Daniel Nephin <dnephin@docker.com>
* Update release notes and set version to 1.8.0devDaniel Nephin2016-04-13
| | | | Signed-off-by: Daniel Nephin <dnephin@docker.com>
* Build osx binary on travis and upload to bintray.Daniel Nephin2016-03-01
| | | | | | | | This requires a change to the make-branch script, to have it push the bump branch to the docker remote instead of the user remote. Pushing to the docker remote triggers the travis build, which builds the binary. Signed-off-by: Daniel Nephin <dnephin@docker.com>
* Add release notes for 1.6.2Aanand Prasad2016-02-25
| | | | Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
* Move test scripts to script/test.Daniel Nephin2016-02-24
| | | | Signed-off-by: Daniel Nephin <dnephin@docker.com>
* Move run scripts to script/runDaniel Nephin2016-02-24
| | | | Signed-off-by: Daniel Nephin <dnephin@docker.com>
* Move all build scripts to script/buildDaniel Nephin2016-02-24
| | | | Signed-off-by: Daniel Nephin <dnephin@docker.com>
* Add release notes for 1.6.1Daniel Nephin2016-02-23
| | | | Signed-off-by: Daniel Nephin <dnephin@docker.com>
* Quote argv as they areChia-liang Kao2016-02-14
| | | | Signed-off-by: Chia-liang Kao <clkao@clkao.org>
* Detect -t and -i separatelyChia-liang Kao2016-02-14
| | | | Signed-off-by: Chia-liang Kao <clkao@clkao.org>
* Don't mount pwd if it is /Chia-liang Kao2016-02-14
| | | | Signed-off-by: Chia-liang Kao <clkao@clkao.org>
* Run test containers in TTY modeAanand Prasad2016-02-02
| | | | Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
* Let the user specify any repo as their forkAanand Prasad2016-01-27
| | | | Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
* Default to vim if EDITOR is not setAanand Prasad2016-01-27
| | | | Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
* Fix rebase-bump-commit scriptAanand Prasad2016-01-26
| | | | | | Trim whitespace from wc's output before constructing arguments to `git rebase` Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
* Fix Windows build failures when installing dependencies from gitAanand Prasad2016-01-21
| | | | Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
* Fix some bugs in release scripts.Daniel Nephin2016-01-18
| | | | Signed-off-by: Daniel Nephin <dnephin@docker.com>
* Test against 1.10rc1.Daniel Nephin2016-01-15
| | | | Signed-off-by: Daniel Nephin <dnephin@docker.com>
* Fix linux master build.Daniel Nephin2016-01-15
| | | | Signed-off-by: Daniel Nephin <dnephin@docker.com>
* Test against a dev build of Engine 1.10Aanand Prasad2016-01-15
| | | | Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
* Mount $HOME in /root to share docker config.Thomas Hourlier2016-01-11
| | | | | | Fixes #2630 Signed-off-by: Thomas Hourlier <thomas.hourlier@cnode.fr>
* Fix script/clean on systems where `find` requires a path argumentAanand Prasad2016-01-08
| | | | Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
* Use json to encode invalid values in configuration errors so that the user ↵Daniel Nephin2016-01-07
| | | | | | sees a proper repr of the value. Signed-off-by: Daniel Nephin <dnephin@docker.com>
* Update pre-commit config to enforace that future imports exist in all files.Daniel Nephin2016-01-07
| | | | Signed-off-by: Daniel Nephin <dnephin@docker.com>
* Add TODO note to restore n-1 version testing after 1.10 releaseJoffrey F2016-01-05
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Only test latest version in CI scriptJoffrey F2016-01-05
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Ignore extra coverge filesDaniel Nephin2015-12-10
| | | | | | | | These files are created because we run acceptance tests in a subprocess. They have the process id in their name, so they wont be removed by the normal coverage cleanup on each run. Signed-off-by: Daniel Nephin <dnephin@docker.com>
* Merge pull request #2513 from punkstar/detect-ttyAanand Prasad2015-12-08
|\ | | | | Only allocate a tty if we detect one
| * Only allocate a tty if we detect oneNick Jones2015-12-07
| | | | | | | | Signed-off-by: Nick Jones <nick@nicksays.co.uk>
* | Cherry-pick release notes for 1.5.2Daniel Nephin2015-12-04
| | | | | | | | Signed-off-by: Daniel Nephin <dnephin@docker.com>
* | FAQ document for ComposeDaniel Nephin2015-12-02
|/ | | | Signed-off-by: Daniel Nephin <dnephin@docker.com>
* cherry-pick release notes from 1.5.1Daniel Nephin2015-11-24
| | | | Signed-off-by: Daniel Nephin <dnephin@docker.com>
* Merge pull request #2417 from dnephin/inlude_git_sha_in_versionDaniel Nephin2015-11-20
|\ | | | | Add the git sha to version output
| * Add the git sha to version outputDaniel Nephin2015-11-18
| | | | | | | | Signed-off-by: Daniel Nephin <dnephin@docker.com>
* | Merge pull request #2389 from hypriot/use-uname-for-targetJoffrey F2015-11-19
|\ \ | | | | | | Use uname to build target name for different platforms