Skip to content
Snippets Groups Projects
  1. Oct 09, 2020
  2. Aug 28, 2020
    • Hussein Abdallah's avatar
      packaging: opensuse 15 fix docker and build gnutls · 27bbb2d0
      Hussein Abdallah authored and Sébastien Blin's avatar Sébastien Blin committed
      Correct the dockerfile for opensuse 15 replacing
       zypper --non-interactive  --gpg-auto-import-key refresh
      by
       zypper --non-interactive  --gpg-auto-import-keys refresh
      keyS must be in plural, otherwise the command fails
      
      Update the spec files for opensuse 15 leap by compiling GnuTLS
          make -j4 V=1 .ffmpeg .gnutls
      
      because when using the distro's GnuTLS 3.6.7  connections fail with
      [TLS] handshake failed: An error has been detected in the library and
      cannot continue operations.
      
      Change-Id: I40a726e429b9f68447199f336ebe4a68ddfccf30
      Unverified
      27bbb2d0
  3. May 21, 2020
  4. Apr 28, 2020
  5. Apr 22, 2020
  6. Apr 17, 2020
  7. Jan 15, 2020
  8. Jan 13, 2020
    • Fredy Pulido's avatar
      packaging: adds debian 10 and raspbian arm · b20faf61
      Fredy Pulido authored and Sébastien Blin's avatar Sébastien Blin committed
      Adds:
      * Debian 9 armhf
      * Debian 9 arm64
      * Debian 10 armhf
      * Debian 10 arm64
      * Raspbian 10 armhf
      * The One Click Install (oci) version for all this items
      
      This commit also fix the --generate option in the generated makefile by
      scripts/make-packaging-target.py and remove the --architecture option
      there because was not used at any part of the script.
      
      Because our builder docker can not docker build with ARM we implemented
      a workaround called dirty qemu-static is documented and we have a issue
      to sovle it.
      
      The pipeline for packaging-deploy-gnulinux-generic got changed to add
      the support for the ARM architecture but the OCI build is not enabled
      because the build including the oci takes long (5 hours or plus).
      
      Warning: require companion changes in daemon (topic debian-arm)
      to ensure the right compilation flags
      
      Change-Id: I905bbd4660824670d7de836129886f3d7f1dc83b
      b20faf61
  9. Nov 15, 2019
  10. Nov 14, 2019
  11. Nov 13, 2019
  12. Nov 12, 2019
  13. Nov 01, 2019
  14. Oct 31, 2019
  15. Sep 19, 2019
    • Eden Abitbol's avatar
      upnp: remove system upnp library dependency · 221fee73
      Eden Abitbol authored
      The libupnp available for system download (v1.8.2) causes
      intermittent crashes. The one compiled locally is a newer version
      (v1.8.4) that doesn't crash.
      
      Change-Id: I5ae02553a845488cba0c0617ec1816e2d81cd4f3
      221fee73
  16. May 01, 2019
  17. Apr 29, 2019
  18. Apr 19, 2019
  19. Apr 12, 2019
  20. Mar 26, 2019
  21. Jan 27, 2019
  22. Jan 23, 2019
  23. Jan 01, 2019
  24. Dec 15, 2018
  25. Nov 21, 2018
  26. Nov 08, 2018
  27. 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
  28. Aug 06, 2018
  29. Jun 08, 2018
  30. Jun 07, 2018
  31. May 29, 2018
  32. Apr 25, 2018
  33. Apr 06, 2018
  34. Jan 12, 2018
  35. Dec 19, 2017
  36. Nov 27, 2017
Loading