Skip to content
Snippets Groups Projects
  1. Jun 07, 2017
  2. May 17, 2017
  3. May 16, 2017
  4. May 05, 2017
  5. May 03, 2017
  6. Apr 25, 2017
  7. Apr 24, 2017
  8. Apr 18, 2017
  9. Apr 17, 2017
  10. Mar 22, 2017
  11. 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
  12. Feb 22, 2017
  13. Jan 30, 2017
  14. 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
  15. Jan 06, 2017
  16. Jan 05, 2017
  17. Dec 22, 2016
    • Olivier SOLDANO's avatar
      fix wrong sparkle:version format · 56c501b2
      Olivier SOLDANO authored
      the attribute sparkle:version was ill formed
      (date in format %Y/%m/%d instead of %Y%m%d),
      making new versions outdated during publishing
      because of the lexicographic ordering in winsparkle.
      
      Change-Id: Ieb8d10ce346c27d27dd1a82dddb05414d9e839ed
      56c501b2
  18. Dec 21, 2016
    • Olivier SOLDANO's avatar
      winsparkle: switching to python script for better XML handling · 63665cfc
      Olivier SOLDANO authored
      added script winsparkle.py to maintain the rss light and beeing
      able to suppress cleanly versions of the same day when publishing.
      It will also be easier to further implement other tests on the
      rss to erase older items from the channel if needed.
      
      Change-Id: I99d6ead3f180ce642a81e0c308c6a10efdd06dea
      63665cfc
  19. Dec 08, 2016
  20. Dec 07, 2016
  21. Dec 04, 2016
  22. Nov 17, 2016
  23. Nov 11, 2016
    • Olivier SOLDANO's avatar
      Patch winsparkle xml updater script: no wget · b1c229fd
      Olivier SOLDANO authored
      The script was using wget which is no disponible on
      the build machine.
      This version is more robust as it calls curl if wget isn't
      installed and vice versa.
      
      Change-Id: I033100f19d646c5f866fb37a78a11ac711eecb95
      b1c229fd
  24. Nov 09, 2016
    • Anthony Léonard's avatar
      Fix windows dependencies when cross-building · 2c971036
      Anthony Léonard authored
      Some dependencies of Qt weren't present and their
      importation was failing silently.
      
      Change-Id: Id4cb0ea0514909f581e4efa2b996f2b12b904fb6
      2c971036
    • Guillaume Roguez's avatar
      add winsparkle xml updated script · 9fc34a6b
      Guillaume Roguez authored
      This script is needed to update a Windows Sparkle XML file
      for Windows auto-update.
      
      The script has been modified to take account of the new repository
      dl.ring.cx.
      It also requires gawk for inplace modifications.
      
      Change-Id: I4ca9b3fcc126e22db3b5303fabda3c666ef2f7f1
      9fc34a6b
  25. Nov 07, 2016
  26. Nov 05, 2016
  27. Nov 04, 2016
  28. Nov 02, 2016
  29. Nov 01, 2016
  30. Oct 31, 2016
  31. Oct 27, 2016
  32. Oct 18, 2016
Loading