Skip to content
Snippets Groups Projects
  1. Apr 19, 2019
  2. Apr 15, 2019
  3. Apr 12, 2019
  4. Apr 11, 2019
  5. Apr 08, 2019
  6. Apr 05, 2019
  7. Mar 31, 2019
  8. Mar 27, 2019
  9. Mar 26, 2019
  10. Mar 19, 2019
    • Sébastien Blin's avatar
      build: fix pipeline for ubuntu 18.10 · 5020d86d
      Sébastien Blin authored
      Since the host running the Jenkins pipeline uses Ubuntu 18.10, the
      apparmor profile is breaking the dh_installman binary. Use the
      docker-default profile for apparmor to fix dh_installman.
      
      Change-Id: Ia23f593e7c2d36b3d43df89cef0b1672a06511e3
      Unverified
      5020d86d
  11. Mar 18, 2019
  12. Feb 21, 2019
    • Kateryna Kostiuk's avatar
      fix: dependencies for iOS and macOS · 5a0016bf
      Kateryna Kostiuk authored
      This patch removes options for dependencies installation for macOS
      and iOS because homebrew does not support options anymore.
      
      Change-Id: Ibe75a318a24a740eb259e0999539a7491860fa58
      5a0016bf
  13. Jan 27, 2019
  14. Jan 23, 2019
  15. Jan 21, 2019
  16. Jan 02, 2019
  17. Jan 01, 2019
  18. Dec 15, 2018
  19. Dec 10, 2018
  20. Dec 07, 2018
  21. Nov 23, 2018
  22. Nov 21, 2018
  23. Nov 08, 2018
  24. Oct 21, 2018
  25. Sep 24, 2018
  26. Sep 18, 2018
  27. Aug 17, 2018
    • Hugo Lefeuvre's avatar
      packaging: different releases for website · cd58aca8
      Hugo Lefeuvre authored
      It has been decided that we would have different releases between
      website and apt repository. The version from the website would have
      debian revision -0 and the one from apt repositories -1.
      
      The main difference resides in the fact that the version from the
      website distributes a postinst script which installs key and apt
      source.list so that Ring gets automatically updated when installed
      via one click install. This is not the case with the one from apt
      repos.
      
      Change-Id: I7bbfdfa41b0133ebe93f16bc550aa437c8ddfa6a
      cd58aca8
    • Hugo Lefeuvre's avatar
      17.10 EOL: remove old docker files · 7110059f
      Hugo Lefeuvre authored
      Ubuntu 17.10 is now EOL, so remove it from build scripts. Also,
      remove old and unused docker files.
      
      Change-Id: I4e43ecbeda4b061bfdf463bc57760474ae075d5a
      7110059f
  28. Aug 16, 2018
  29. Aug 13, 2018
  30. Aug 09, 2018
  31. Aug 08, 2018
    • Hugo Lefeuvre's avatar
      packaging: fix oci regression (s/$OS/$ID/) · c4069bff
      Hugo Lefeuvre authored and Sébastien Blin's avatar Sébastien Blin committed
      
      f737fa7b introduced a major regression breaking ring-all's oci
      feature: incorrect $OS variable was used instead of $ID.
      
      Change-Id: Ice1866affa649cf7d3f560a9cb6d4a25ea5c1551
      Reviewed-by: default avatarSebastien Blin <sebastien.blin@savoirfairelinux.com>
      c4069bff
    • Hugo Lefeuvre's avatar
      packaging: fix issues with oci on Linux Mint · f737fa7b
      Hugo Lefeuvre authored and Adrien Béraud's avatar Adrien Béraud committed
      ring-all automatically registers
      
      dl.ring.cx/ring-nightly/{id}_{version_id}
      
      (id and version_id from os-release) as a trusted source. This is
      perfectly fine as long as the package is installed on an officially
      supported system, but if the package is installed on an unsupported
      system (e.g. Linux Mint) the installed source will be wrong even if
      even if the package is expected to work.
      
      This patch addresses this issue by adding if else if else statements
      handling all possible cases. This is not as pretty as before but it
      makes sure we handle all cases properly.
      
      Change-Id: I25167e013c56b212f7d59275419921cd0732de17
      Gitlab: #490
      f737fa7b
Loading