Skip to content
Snippets Groups Projects
  1. Nov 21, 2018
  2. Nov 08, 2018
  3. Aug 17, 2018
    • Hugo Lefeuvre's avatar
      17.10 EOL: remove old docker files · 7110059f
      Hugo Lefeuvre authored
      Ubuntu 17.10 is now EOL, so remove it from build scripts. Also,
      remove old and unused docker files.
      
      Change-Id: I4e43ecbeda4b061bfdf463bc57760474ae075d5a
      7110059f
  4. Aug 06, 2018
  5. Jun 08, 2018
  6. Jun 07, 2018
  7. May 29, 2018
  8. Apr 25, 2018
  9. Apr 06, 2018
  10. Jan 12, 2018
  11. Dec 19, 2017
  12. Nov 27, 2017
  13. Jul 13, 2017
  14. Jul 06, 2017
  15. Jun 07, 2017
  16. May 17, 2017
  17. May 16, 2017
  18. Apr 24, 2017
  19. Apr 17, 2017
  20. Dec 08, 2016
  21. Dec 04, 2016
  22. Nov 05, 2016
  23. Nov 04, 2016
  24. Oct 31, 2016
  25. Oct 05, 2016
  26. Sep 01, 2016
  27. Aug 04, 2016
  28. 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
  29. Jul 31, 2016
  30. Jul 26, 2016
  31. Jul 25, 2016
  32. 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
  33. 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