Skip to content
Snippets Groups Projects
  1. May 29, 2018
  2. Apr 25, 2018
  3. Apr 17, 2018
  4. 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
  5. Nov 27, 2017
  6. Aug 24, 2017
  7. Aug 23, 2017
  8. 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
  9. 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
  10. Jul 12, 2017
  11. Jul 06, 2017
  12. Jul 05, 2017
  13. Jul 04, 2017
  14. Apr 17, 2017
  15. Feb 22, 2017
  16. 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
  17. 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
  18. Dec 08, 2016
  19. Dec 04, 2016
  20. 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
  21. 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
  22. Nov 05, 2016
  23. Oct 12, 2016
  24. Oct 06, 2016
  25. Sep 23, 2016
  26. Sep 08, 2016
  27. Sep 07, 2016
  28. Aug 04, 2016
  29. Aug 02, 2016
    • aviau's avatar
      Packaging: distroX -> distro_X · 5e8170bb
      aviau authored
      This changes the way we name distros in order to be compatible with the
      current repository layout
      
      Change-Id: Ib21bb21c943183ed0f4c47efea9432b54e0a5b79
      Tuleap: #872
      Unverified
      5e8170bb
  30. Jul 29, 2016
    • aviau's avatar
      deploy-packages: Don't fail when adding the same deb · dc67e9a6
      aviau authored
      When adding the same deb twice to the repository, deploy-packages fails.
      This is due to reprepro complaining about adding two times the same deb
      to the same architecture. This happens because we generate arch all
      packages on both i386 and amd64. This patch tries to remove the package
      before adding it. This is safer than ignoring the error as there is no
      option to only ignore this type of error.
      
      Change-Id: I397148f9e8efe6ca1a089644abbd86395fa5eaf4
      Tuleap: #872
      Unverified
      dc67e9a6
  31. Jul 28, 2016
Loading