Skip to content
Snippets Groups Projects
  1. Aug 17, 2018
    • Hugo Lefeuvre's avatar
      17.10 EOL: remove old docker files · 7110059f
      Hugo Lefeuvre authored
      Ubuntu 17.10 is now EOL, so remove it from build scripts. Also,
      remove old and unused docker files.
      
      Change-Id: I4e43ecbeda4b061bfdf463bc57760474ae075d5a
      7110059f
  2. Jul 26, 2018
    • Hugo Lefeuvre's avatar
      packaging: Debian packaging update · 2ae32538
      Hugo Lefeuvre authored and Sébastien Blin's avatar Sébastien Blin committed
      
      Backport various fixes from Alexandre's work on the official Debian
      package:
      
      Debian packaging:
      * Add missing libqt5sql5-sqlite dependency
      * Various copyright updates
      * Update Standards-Version
      * Priority optional (extra is deprecated now)
      * Update Vcs-* fields
      * Add missing copyright entry
      * Remove useless gbp.conf file (only meaningful when using
        git-buildpackage in a git-buildpackage compatible repo which is
        not the case here)
      
      Packaging scripts:
      * Remove Ubuntu 14.04 and 15.10 related code
      * Various copyright updates
      * Set e-mail address before generating changelog entry
      
      Change-Id: I18e523422d16fe129cf6773ab01a99b00232a5bb
      Gitlab: #481
      Reviewed-by: default avatarSebastien Blin <sebastien.blin@savoirfairelinux.com>
      2ae32538
  3. Jul 24, 2018
  4. Jun 08, 2018
  5. Jun 07, 2018
  6. May 29, 2018
  7. Apr 25, 2018
  8. Apr 17, 2018
  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. Aug 24, 2017
  12. Aug 23, 2017
  13. 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
  14. 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
  15. Jul 12, 2017
  16. Jul 06, 2017
  17. Jul 05, 2017
  18. Jul 04, 2017
  19. Apr 17, 2017
  20. Feb 22, 2017
  21. 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
  22. 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
  23. Dec 08, 2016
  24. Dec 04, 2016
  25. 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
  26. Nov 09, 2016
    • 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
  27. Nov 05, 2016
  28. Oct 12, 2016
  29. Oct 06, 2016
  30. Sep 23, 2016
  31. Sep 08, 2016
  32. Sep 07, 2016
Loading