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