Skip to content
Snippets Groups Projects
  1. Jul 26, 2018
    • Hugo Lefeuvre's avatar
      packaging: install repo and keys · c902ea1b
      Hugo Lefeuvre authored and Sébastien Blin's avatar Sébastien Blin committed
      
      Currently it is very difficult for non-power-users to get Ring
      automatically updated when using the Debian package from the website.
      
      This is because configuring the Ring package repository requires
      command line operations.
      
      We want the Ring Debian/Ubuntu/whatever-Debian-based package (the
      one from the website, not the official one from the Debian archive)
      to make sure Ring's repository url and GnuPG key are installed as
      trusted source together with the binaries so that Ring gets
      transparently updated along with system updates.
      
      In order to do that, we have to change some things from the official
      package we have in the Debian archive:
      
      * we need to provide both daemon and client in a single ring-all
      package. Otherwise we will not be able to provide a one-click install
      (users would have to install daemon and client in two separate steps
      and that doesn't make much sense to non-geek users).
      
      So, replace ring by ring-all and keep building ring-daemon as before
      (we still want to provide daemon-only packages).
      
      * we need to add prerm and postinst scripts which will take care of
      installing the repo and keys (and this has to be done in different
      ways depending on the distribution) in the ring-all case.
      
      Also, remove transition package ring-gnome which has already
      disappeared from the Debian package some time ago.
      
      Change-Id: I34d5e5ba000d5d750c8db55c65b536a237a738b5
      Reviewed-by: default avatarSebastien Blin <sebastien.blin@savoirfairelinux.com>
      c902ea1b
  2. Jul 24, 2018
  3. Jul 17, 2018
  4. Jul 16, 2018
  5. Jun 08, 2018
  6. Jun 07, 2018
  7. May 29, 2018
  8. Apr 25, 2018
  9. Apr 20, 2018
  10. Apr 17, 2018
  11. Apr 13, 2018
  12. Apr 06, 2018
  13. Feb 26, 2018
  14. Jan 16, 2018
    • Alexandre Lision's avatar
      make-ring: cleanup unnecessary strings · 2adcfaa7
      Alexandre Lision authored
      Distributions names are hardcoded across various functions. We have a
      couple of arrays listing distros but they were not put to use through
      the file
      OSX_DISTRIBUTION_NAME and ANDROID_DISTRIBUTION_NAME have also been added
      to replace the hardcoded strings
      
      Change-Id: Iab00585d62e94808e476db11d93e824153a8011b
      2adcfaa7
    • Alexandre Lision's avatar
      make-ring: cleanup arrays · c7336d3f
      Alexandre Lision authored
      Merge ubuntu and debian dependencies array since all elements are common
      (as they should)
      
      Do not use distro names for dependencies arrays, but stick with package
      manager systems (dnf, apt, zypper...)
      
      Change-Id: I46036114240812bb9b7c2d843519afa32428db27
      c7336d3f
  15. Jan 12, 2018
  16. Jan 11, 2018
  17. Dec 19, 2017
  18. Dec 05, 2017
  19. Dec 04, 2017
  20. Nov 28, 2017
    • Anthony Léonard's avatar
      win32: fix build on Fedora >26 · eb9e32a9
      Anthony Léonard authored
      
      Default QMake configuration in mingw packages has changed since
      Fedora 26 and some modifications are required in order to make the
      ring client able to compile on it:
       - Change QMake spec from "win32-g++" to "mingw-w64-g++" which links
         with libqt5main.dll instead of the wrong libqtmain.dll.
      
      With this patch, the client shouldn't be able to compile anymore on
      Fedora <26. The corresponding patch in "client-windows" is also
      required as parts of the fix include modifications of the project
      file.
      
      Change-Id: I7c8c6ac028c1bccc824691e8974a93569fb6bb9c
      Reviewed-by: default avatarOlivier Soldano <olivier.soldano@savoirfairelinux.com>
      eb9e32a9
  21. Nov 27, 2017
  22. Nov 07, 2017
    • Romain Bertozzi's avatar
      make-ring.py: support iOS installation · dca37f00
      Romain Bertozzi authored
      This commit adds the support for the iOS platform in the installation
      instruction.
      Until now, ./make-ring --install --distribution iOS did not work as
      expected and triggered a non-working compilation.
      
      Tuleap: #1745
      Change-Id: Ic181e280dbcf4ea4713d5cef38f4fdf5c710b570
      dca37f00
  23. Aug 29, 2017
  24. Aug 24, 2017
  25. Aug 23, 2017
  26. Aug 10, 2017
  27. Aug 09, 2017
  28. Aug 07, 2017
  29. Aug 01, 2017
    • Olivier SOLDANO's avatar
      modify windows compilation script · 0a06ca6f
      Olivier SOLDANO authored
      
      the script used to cross compile windows legacy clients had two
      issues:
          - some dirs were not parametric,
          - it was used for compilation checking on our CI infra.
      
      this patch makes the dirs parametric, and provides another script
      that builds the client with bare minimum for checking; e.g. not
      building the daemon and contrib to save time.
      
      Change-Id: Idd0d9ebbfcd15b0caf72e09d4ddb3841de9c3d42
      Reviewed-by: default avatarAnthony Léonard <anthony.leonard@savoirfairelinux.com>
      0a06ca6f
  30. Jul 18, 2017
    • Guillaume Roguez's avatar
      packaging: change Fedora repo filename · 14ba902a
      Guillaume Roguez authored
      Was ring-nightly-man.repo, changed into ring-nightly.repo
      
      The '-man' suffix is deprecated and has no-meaning for Fedora packaging.
      
      Change-Id: I455d19ef3c6ad4bad181921bab59453d26ad2ab7
      14ba902a
  31. Jul 13, 2017
  32. Jul 12, 2017
  33. Jul 06, 2017
Loading