Skip to content
Snippets Groups Projects
  1. Jun 28, 2021
    • Maxim Cournoyer's avatar
      docker: Allow interrupting packaging jobs with C-c. · 420b205d
      Maxim Cournoyer authored
      Use the recommended exec syntax for the CMD directive in the
      Dockerfiles, which invokes the command directly rather than through an
      intermediate shell.  Also provide the -i option, but conditionally as
      Docker checks if there is a real TTY to connect to, which is not the
      case in Jenkins.
      
      * scripts/make-packaging-target.py (PACKAGE_*_DOCKER_RUN_COMMAND)
      [IS_SHELL_INTERACTIVE]: Conditionally provide the '-i' option.
      (package-*-interactive) <DOCKER_EXTRA_ARGS>: Remove target-specific variable.
      (DOCKER_EXTRA_ARGS): Move/rename variable to ...
      * Makefile (DOCKER_RUN_EXTRA_ARGS): ... here/this.
      (IS_SHELL_INTERACTIVE): New variable.
      
      The rest of this change was automated using the command:
      
        $ git grep -l CMD | xargs sed -i -E 's,CMD (.*)$,CMD ["\1"],g'
      
      Change-Id: I93ba9ad8115541a7c7f02421384ae01a5b0650ad
      Unverified
      420b205d
  2. May 11, 2021
  3. Apr 30, 2021
  4. Oct 09, 2020
  5. May 21, 2020
  6. Apr 22, 2020
  7. Nov 14, 2019
  8. Nov 01, 2019
  9. Sep 19, 2019
    • Eden Abitbol's avatar
      upnp: remove system upnp library dependency · 221fee73
      Eden Abitbol authored
      The libupnp available for system download (v1.8.2) causes
      intermittent crashes. The one compiled locally is a newer version
      (v1.8.4) that doesn't crash.
      
      Change-Id: I5ae02553a845488cba0c0617ec1816e2d81cd4f3
      221fee73
  10. Apr 29, 2019
  11. Apr 12, 2019
  12. Mar 26, 2019
  13. Nov 08, 2018
  14. Aug 06, 2018
  15. Jun 07, 2018
  16. Apr 06, 2018
  17. Jan 12, 2018
  18. Dec 19, 2017
  19. Nov 27, 2017
  20. Jul 13, 2017
  21. Jul 06, 2017
    • Guillaume Roguez's avatar
      docker: add/update platforms · 973f87fe
      Guillaume Roguez authored
      * Add: fedora-26 (64 bits only) and ubuntu 17.10 (artful, 32 and 64 bits)
      * Update: debian 9 (use new name and new 32-bits images)
      * Update: ubuntu 17.04 32-bits source image
      
      Change-Id: I4599554ad27906ba007d8f7910d27ce55eb92678
      973f87fe
  22. Jun 07, 2017
  23. May 16, 2017
  24. Nov 04, 2016
  25. Oct 31, 2016
  26. Oct 05, 2016
  27. Aug 04, 2016
Loading