Skip to content
Snippets Groups Projects
  1. Jul 31, 2016
  2. 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
  3. Jul 28, 2016
  4. 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
  5. Jul 26, 2016
  6. Jul 25, 2016
  7. 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
  8. 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
  9. Jul 08, 2016
  10. Jul 06, 2016
    • Stepan Salenikovich's avatar
      update dependencies · b351099a
      Stepan Salenikovich authored
      Fedora:
      - add jsoncpp
      - remove libsrtp
      - add libappindicator-gtk3
      - add missing gnome-client dependencies (gtk3, clutter, etc)
      - add 'patch' as Fedora 24 does not ship with it
      
      Ubuntu/Debian:
      - add jsoncpp
      - remove libsrtp
      - add libappindicator-gtk3
      - synchronise as both currently have the same dependencies
      
      Change-Id: I0002124ebdf8733e7c49a201b9af02c1ef625ed6
      Tuleap: #823
      b351099a
  11. Jun 30, 2016
    • aviau's avatar
      Refactor documentation into sections · 1b19989a
      aviau authored and Guillaume Roguez's avatar Guillaume Roguez committed
      - Refactored documentation into sections for better viewing experience.
      
      - Allows sub-project to include documentation in the master documentation by
        creating a doc/sphinx folder.
      
      Tuleap: #769
      Change-Id: I5c31dd0f2d949b9da602cd0d35751e18e51d6710
      1b19989a
  12. Jun 23, 2016
  13. Jun 21, 2016
  14. Jun 16, 2016
    • aviau's avatar
      Generate texinfo documentation · e8d9d9ec
      aviau authored and Guillaume Roguez's avatar Guillaume Roguez committed
      The docs target will now generate documentation in the texinfo format
      in docs/build/texinfo.
      
      Change-Id: I9c81bc2c2fd34e16320c6044052cb2040cdafe04
      Tuleap: #766
      e8d9d9ec
    • aviau's avatar
      Makefile: clean the right docs directory · e092afcd
      aviau authored and Guillaume Roguez's avatar Guillaume Roguez committed
      The Makefile no longer uses `docs/Makefile` to build
      the docs, so we shouldn't use it to clean them. This
      patch updates the clean target to remove the right
      directory.
      
      Change-Id: I6746f338ddeb5c5a316b4df158d399574b5d0b8a
      Tuleap: #749
      e092afcd
  15. Jun 07, 2016
  16. Jun 01, 2016
  17. May 11, 2016
    • aviau's avatar
      Allow for building docs with `make html` · d9388bc2
      aviau authored
      This commit makes use of the virtual env in the `docs` target.
      This way, all users have to do to build the documentation is run
      `make docs`.
      
      Change-Id: I5c4855d9d0a3fbbfeea53c568f3d9dc6de10ddd5
      Tuleap: #636
      d9388bc2
  18. May 10, 2016
  19. May 03, 2016
  20. Apr 29, 2016
  21. Apr 27, 2016
    • aviau's avatar
      initial documentation in RST format · 36ee557a
      aviau authored
      This new documentation can be built using `make docs`. It should be
      built automatically via a hook on github and published on
      https://ring.readthedocs.org.
      
      This allows for much better formatting and is more pleasant to browse
      for new contributors. It is possible to build the docs using the
      Makefile at the root of the repository.
      
      Change-Id: I664d4662b76c525f2a67eac6266bada3e94aa835
      Tuleap: #595
      36ee557a
  22. Apr 15, 2016
  23. Apr 08, 2016
  24. Apr 04, 2016
    • aviau's avatar
      Add COPYING file (GPL-3+) · 8d542e28
      aviau authored
      This project did not have a copyright notice and the license of the
      scripts included with it were unclear.
      
      Change-Id: I2a8f75838ffb6273ed3c331919cb04ce360aac2b
      8d542e28
  25. Apr 01, 2016
    • Romain Bertozzi's avatar
      OSX : force qt55 version · ac039239
      Romain Bertozzi authored
      This patch forces the installation of the qt55 version.
      The 5.6+ version makes the compilation fail. See the Tuleap bug for
      further information.
      
      Change-Id: I937dcc47ed93156cb4c6fa71ce043a493f6e66a2
      Tuleap: #511
      ac039239
Loading