1. 2e1d6bd docker: add mipsel build target by Philippe Mathieu-Daudé · 8 years ago
  2. c9c06eb docker: add extra libs to s390x target to extend codebase coverage by Philippe Mathieu-Daudé · 8 years ago
  3. 905bf0e docker: add extra libs to arm64 target to extend codebase coverage by Philippe Mathieu-Daudé · 8 years ago
  4. 32809e7 docker: add extra libs to armhf target to extend codebase coverage by Philippe Mathieu-Daudé · 8 years ago
  5. 8a98bfc docker: use eatmydata in debian arm64 image by Philippe Mathieu-Daudé · 8 years ago
  6. 8a48be0 docker: use eatmydata in debian armhf image by Philippe Mathieu-Daudé · 8 years ago
  7. 96e659d docker: use eatmydata, install common build packages in base image by Philippe Mathieu-Daudé · 8 years ago
  8. cf80eb8 docker: use better regex to generate deb-src entries by Philippe Mathieu-Daudé · 8 years ago
  9. 2c1c31e docker: install ca-certificates package in base image by Philippe Mathieu-Daudé · 8 years ago
  10. 438d116 docker: rebuild image if 'extra files' checksum does not match by Philippe Mathieu-Daudé · 8 years ago
  11. 4c84f66 docker: add --include-files argument to 'build' command by Philippe Mathieu-Daudé · 8 years ago
  12. 2499ee9 docker: let _copy_with_mkdir() sub_path argument be optional by Philippe Mathieu-Daudé · 8 years ago
  13. 7af25f9 docker: update qemu:debian base following stretch release by Alex Bennée · 8 years ago
  14. 79f2456 docker: Add flex and bison to centos6 image by Fam Zheng · 8 years ago
  15. 80c58a5 docker: Add libaio to fedora image by Fam Zheng · 8 years ago
  16. 73a27bb docker: Add bzip2 and hostname to fedora image by Fam Zheng · 8 years ago
  17. f9f65a4 docker: Run tests with current user by Fam Zheng · 8 years ago
  18. 8ba1e5f docker/dockerfiles/debian-s390-cross: include clang by Alex Bennée · 8 years ago
  19. 06cc355 tests/docker: support proxy / corporate firewall by Philippe Mathieu-Daudé · 8 years ago
  20. 267004d new: dockerfiles/debian-s390-cross by Alex Bennée · 8 years ago
  21. a8f159d docker: Install python2 explicitly in docker image by Fam Zheng · 8 years ago
  22. 24e0131 new: debian docker targets for cross-compiling by Alex Bennée · 8 years ago
  23. 414a8ce tests/docker: add basic user mapping support by Alex Bennée · 8 years ago
  24. e86c9a6 tests/docker/Makefile.include: add a generic docker-run target by Alex Bennée · 8 years ago
  25. 86a17cb tests/docker: make test-mingw honour TARGET_LIST by Alex Bennée · 8 years ago
  26. bdecba6 tests/docker: test-build script by Alex Bennée · 8 years ago
  27. 8b9b317 tests/docker: add travis dockerfile by Alex Bennée · 8 years ago
  28. 0bdb12c rules.mak: quiet-command: Split command name and args to print by Peter Maydell · 8 years ago
  29. c16fe84 docker: Build in a clean directory by Fam Zheng · 8 years ago
  30. 9b77336 docker: exec $CMD by Fam Zheng · 8 years ago
  31. 97cba1a docker: Terminate instances at SIGTERM and SIGHUP by Fam Zheng · 8 years ago
  32. ec960b9 docker: Support showing environment information by Fam Zheng · 8 years ago
  33. 9445c28 docker: Print used options before doing configure by Fam Zheng · 8 years ago
  34. 3d3a6eb docker: Flatten default target list in test-quick by Fam Zheng · 8 years ago
  35. a2bd725 docker: Update fedora image to latest by Fam Zheng · 8 years ago
  36. 5008fc7 docker: Generate /packages.txt in ubuntu image by Fam Zheng · 8 years ago
  37. 28a0ccc docker: Generate /packages.txt in fedora image by Fam Zheng · 8 years ago
  38. a34ac8d docker: Generate /packages.txt in centos6 image by Fam Zheng · 8 years ago
  39. 0679f98 docker: Handle exceptions when looking for docker command by Eduardo Habkost · 8 years ago
  40. f8042de docker: silence debootstrap when --quiet is given by Sascha Silbe · 8 years ago
  41. ae2f659 docker: build debootstrap after cloning by Sascha Silbe · 8 years ago
  42. 0026313 docker: make sure debootstrap is at least 1.0.67 by Sascha Silbe · 8 years ago
  43. a351b4b docker: print warning if EXECUTABLE is not set when building debootstrap image by Sascha Silbe · 8 years ago
  44. 341edc0 docker: debian-bootstrap.pre: print helpful message if DEB_ARCH/DEB_TYPE unset by Sascha Silbe · 8 years ago
  45. b5dc88c docker: debian-bootstrap.pre: print error messages to stderr by Sascha Silbe · 8 years ago
  46. 08f4e8d docker: avoid dependency on 'realpath' package by Sascha Silbe · 8 years ago
  47. c977257 docker.py: don't hang on large docker output by Sascha Silbe · 8 years ago
  48. 9af4c17 docker: Add a glib2-2.22 image by Fam Zheng · 9 years ago
  49. 4a93f78 docker: Add "--enable-werror" to configure command line by Fam Zheng · 9 years ago
  50. 95d203c docker: Be compatible with older docker by Fam Zheng · 9 years ago
  51. b7c851b docker: pass EXECUTABLE to build script by Alex Bennée · 9 years ago
  52. ff31e22 docker: Don't start a container that doesn't exist by Fam Zheng · 9 years ago
  53. 4b08af6 docker: Add "images" subcommand to docker.py by Fam Zheng · 9 years ago
  54. 1ad76b8 docker: Fix exit code if $CMD failed by Fam Zheng · 9 years ago
  55. c815851 docker: More sensible run script by Fam Zheng · 9 years ago
  56. 6e733da tests/docker/docker.py: add update operation by Alex Bennée · 9 years ago
  57. 95c9750 tests/docker/dockerfiles: new debian-bootstrap.docker by Alex Bennée · 9 years ago
  58. 920776e tests/docker/docker.py: check and run .pre script by Alex Bennée · 9 years ago
  59. 504ca3c tests/docker/docker.py: support --include-executable by Alex Bennée · 9 years ago
  60. a9f8d03 tests/docker/docker.py: docker_dir outside build by Alex Bennée · 9 years ago
  61. d3a49cb tests/docker: build all targets in test-clang by Paolo Bonzini · 9 years ago
  62. 78465d7 tests/docker: support travis test with fedora image by Paolo Bonzini · 9 years ago
  63. 8080214 tests/docker: remove unused feature "ccache" by Paolo Bonzini · 9 years ago
  64. 2346b12 tests/docker: fix test-mingw by Paolo Bonzini · 9 years ago
  65. 53735f0 tests/docker: make test-full build all targets, not none by Paolo Bonzini · 9 years ago
  66. 34c98c5 tests/docker: fix make-archive-maybe by Paolo Bonzini · 9 years ago
  67. d5aebef docker: Don't use eval trick on Makefile by Eduardo Habkost · 9 years ago
  68. 35e0f95 docker: Add EXTRA_CONFIGURE_OPTS by Fam Zheng · 9 years ago
  69. d5bd789 docker: Add travis tool by Fam Zheng · 9 years ago
  70. c4f0eed docker: Add mingw test by Fam Zheng · 9 years ago
  71. c890857 docker: Add clang test by Fam Zheng · 9 years ago
  72. d710ac8 docker: Add full test by Fam Zheng · 9 years ago
  73. b7899d6 docker: Add quick test by Fam Zheng · 9 years ago
  74. 3568f98 docker: Add common.rc by Fam Zheng · 9 years ago
  75. b344aa9 docker: Add test runner by Fam Zheng · 9 years ago
  76. ca853f0 docker: Add images by Fam Zheng · 9 years ago
  77. 324027c Makefile: Rules for docker testing by Fam Zheng · 9 years ago
  78. 4485b04 tests: Add utilities for docker testing by Fam Zheng · 9 years ago