Skip to content
Snippets Groups Projects
  1. Oct 12, 2016
  2. Oct 06, 2016
  3. Sep 23, 2016
  4. Sep 08, 2016
  5. Sep 07, 2016
  6. Aug 04, 2016
  7. 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
  8. 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
  9. Jul 28, 2016
  10. Jul 27, 2016
    • aviau's avatar
      Create deploy-packages script · 256b4e89
      aviau authored
      This new scripts creates a local repository and deploys it with rsync.
      It will be used by Jenkins to deploy packages to dl.ring.cx.
      
      Change-Id: Ib1d9526e88fa15b053ae234f05839e86a3ce263a
      Tuleap: #872
      Unverified
      256b4e89
  11. Jul 25, 2016
  12. Jul 22, 2016
    • aviau's avatar
      Debian packaging fixes · 9c5c4ad2
      aviau authored
      This imports some of the changes made in the official Debian packaging
      repository: https://anonscm.debian.org/cgit/pkg-voip/ring.git
      
      - Don't run containers in interactive mode, which would require a TTY
      
      - Build LRC with Debug symbols
      
      - Build with V=1 to allow parsing logs
      
      - Reorganize dependencies
      
      - Try fetch-all three times before giving up
      
      - Removed ubuntu15.04 references
      
      Tuleap: #858
      Change-Id: If0a81b15230a31d120982e113e695443262568e3
      Unverified
      9c5c4ad2
  13. Jul 20, 2016
    • aviau's avatar
      Add Debian and Ubuntu packaging · f89d706d
      aviau authored
      This moves the official Debian packaging into ring-project. Jenkins
      should now be able to run packaging jobs and publish packages. It
      should also make it easy to add a `verify` check on Jenkins to test
      packaging patches.
      
      This will make it much easier to work on packaging issues because the
      build environment is now reproductible on any machine.
      
      The patch adds Makefile targets to create packages such as:
       - package-all
       - package-<DISTRO>
      
      Builds are all done inside Docker containers and it is possible to
      build many at a time with the `package-all` target.
      
      To debug a build, use `package-<DISTRO>-interactive` to obtain a shell
      inside a container, ready to launch a build.
      
      Tuleap: #781
      Change-Id: Id87a74a6c412ffc5bf82b9562639ce5a9424b06a
      Unverified
      f89d706d
  14. 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
  15. 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
  16. Apr 15, 2016
  17. Apr 08, 2016
  18. 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
  19. 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