Skip to content
Snippets Groups Projects
  1. Aug 10, 2017
  2. Aug 09, 2017
  3. Aug 07, 2017
  4. 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
  5. 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
  6. Jul 13, 2017
  7. Jul 12, 2017
  8. Jul 06, 2017
  9. Jul 05, 2017
  10. Jul 04, 2017
  11. Jun 28, 2017
  12. Jun 09, 2017
  13. Jun 07, 2017
  14. May 17, 2017
  15. May 16, 2017
  16. May 05, 2017
  17. May 03, 2017
  18. Apr 25, 2017
  19. Apr 24, 2017
  20. Apr 18, 2017
  21. Apr 17, 2017
  22. Mar 22, 2017
  23. Mar 10, 2017
    • Alexandre Lision's avatar
      build: return error value when executing script · 1846722d
      Alexandre Lision authored
      
      make-ring is not returning the right exit status for any shell script
      it executes.
      By fixing its behaviour, this has highlighted an issue with the OSX
      dependencies not being able to be updated with newer versions
      This commit returns a fix value of 1 when a shell script returns an
      error (exit status != 0) and make sure that every OSX dependency is
      properly installed and updated
      
      Reviewed-by: default avatarStepan Salenikovich <stepan.salenikovich@savoirfairelinux.com>
      Change-Id: Iced6d2eeb0d3028a3935e433c461fd20375e2d0b
      1846722d
    • Alexandre Lision's avatar
      make-ring: bump qt5 version for OSX · e6567407
      Alexandre Lision authored
      We used qt 5.5.1 since 5.6 was causing errors in the OSX client.
      Problem is the 5.5.1 compilation is broken on macOS 10.12 Sierra, This patch
      separates the brew unlink process from the install/link process. It gives the
      opportunity to be more expressive in the unlink process, in particular we can
      unlink all the qt5 versions.
      
      Tuleap: #1362
      Change-Id: Iacfc5de47c2f799391a7cbbb40f38f86c5a4bc32
      e6567407
  24. Feb 22, 2017
  25. Jan 30, 2017
  26. Jan 10, 2017
    • Guillaume Roguez's avatar
      add autoconf-archive as build dependency · 8ee1a2d3
      Guillaume Roguez authored
      autoconf-archive brings all autoconf m4 macros, such C++11 and later ones.
      This permits to remove them in our m4/ directory and make easier
      the maintenance.
      
      Change-Id: Idb4c538de4cf2f2f7712f4e097c56f686c1b2934
      8ee1a2d3
  27. Jan 06, 2017
  28. Jan 05, 2017
Loading