Skip to content
Snippets Groups Projects
  1. May 10, 2016
    • Alexandre Lision's avatar
      packaging: provide RINGTONE_DIR in install.sh · 991e63d3
      Alexandre Lision authored
      OSX client uses ring-project for its packaging.
      when running make-ring --install daemon and client install prefixes are
      different. This means ringtones are not packaged properly (they are in
      daemon folder /share/ring/ringtones).
      
      This variable can help all clients to point out to a specific external
      dir containing ringtones. It will be ignored if not used.
      
      Change-Id: Id22a9c9b1c7df3c11b882c05e693198514ab9458
      Tuleap: #652
      991e63d3
  2. Apr 29, 2016
    • aviau's avatar
      update-submodules: use double quotes · 8cf1f546
      aviau authored
      Single quotes are not interpreted as a command argument and the
      script would not work.
      
      Tuleap: #605
      Change-Id: I904838721dd95edbeeaeec394f3a957243973a93
      8cf1f546
  3. Apr 15, 2016
  4. Apr 08, 2016
  5. Mar 24, 2016
    • Alexandre Lision's avatar
      osx: fix nproc not found · e4833b2d
      Alexandre Lision authored
      - contrib does not support more than 2 parallels processors.
      - let python find out how many processors are usable
      
      Tuleap: #449
      Change-Id: Ic876a38d567f5b4a3911872b260687b18505a7e1
      e4833b2d
    • Alexandre Lision's avatar
      osx: export qt5 dir · a6b60971
      Alexandre Lision authored
      Automatize export of CMAKE_PREFIX_PATH
      environnement variables created from make-ring are not passed to cmake
      (cmake must fork the top level parent process, which does not have the
      env var created by python)
      We need to pass it in the cmake command line
      
      Tuleap: #449
      Change-Id: I28d57196d2963152d1708c286e96293a4cb005fb
      a6b60971
    • Alexandre Lision's avatar
      add OSX distribution · 6c949295
      Alexandre Lision authored and Guillaume Roguez's avatar Guillaume Roguez committed
      - update README
      - add dependencies
      - install script
      - run command
      
      Tuleap: #449
      Change-Id: I43431df02dfa91180d275bcdc0c97e796c6b948b
      6c949295
  6. Mar 08, 2016
    • aviau's avatar
      Introduce make-ring script · 6c853109
      aviau authored
      Begin merging all helper scripts into one. Support for other distros
      is to be added in the future.
      
      Tuleap: #451
      Change-Id: I8ab09502a58ce6a6ccf154be2cf51af401759365
      6c853109
Loading