Skip to content
Snippets Groups Projects
  1. Oct 31, 2016
  2. Oct 27, 2016
  3. Oct 18, 2016
  4. Oct 12, 2016
  5. Oct 06, 2016
  6. Oct 05, 2016
  7. Sep 23, 2016
  8. Sep 08, 2016
  9. Sep 07, 2016
  10. Sep 06, 2016
  11. Sep 01, 2016
  12. Aug 30, 2016
  13. Aug 24, 2016
  14. Aug 18, 2016
    • Stepan Salenikovich's avatar
      packaging: configure with --disable-shared · a61de1fa
      Stepan Salenikovich authored
      configure.ac in the daemon was patched to properly generate a .so
      which is the default in auto tools; however we don't want to ship
      a .so and we also want to link to libring statically, so
      we run configure with --disable-shared
      
      Change-Id: I49d581c9176049385e0f42dad27a25ffcd172d8a
      Tuleap: #699
      a61de1fa
  15. Aug 16, 2016
  16. Aug 04, 2016
  17. 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
  18. Jul 31, 2016
  19. 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
  20. Jul 28, 2016
  21. 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
  22. Jul 26, 2016
  23. Jul 25, 2016
  24. 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
  25. 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
Loading