Skip to content
Snippets Groups Projects
  1. Apr 06, 2018
  2. Feb 26, 2018
  3. 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
  4. Jan 12, 2018
  5. Jan 11, 2018
  6. Dec 19, 2017
  7. Dec 05, 2017
  8. Dec 04, 2017
  9. 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
  10. Nov 27, 2017
  11. 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
  12. Aug 29, 2017
  13. Aug 24, 2017
  14. Aug 23, 2017
  15. Aug 10, 2017
  16. Aug 09, 2017
  17. Aug 07, 2017
  18. 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
  19. 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
  20. Jul 13, 2017
  21. Jul 12, 2017
  22. Jul 06, 2017
  23. Jul 05, 2017
  24. Jul 04, 2017
  25. Jun 28, 2017
  26. Jun 09, 2017
  27. Jun 07, 2017
  28. May 17, 2017
  29. May 16, 2017
Loading