Skip to content
Snippets Groups Projects
  1. Oct 02, 2019
    • Christophe Monniez's avatar
      [REF] packaging: use docker to build packages · 8c4c4394
      Christophe Monniez authored
      
      Actually, docker is used to test Linux packages once they are built.
      The packaging process is done on the host system where package.py is
      run.
      
      Consequences:
          * difficult to reproduce an exact same build on another host
          * changing a Debian/Ubuntu target version means some upgrade steps
            on the build host (mix that with the fact that the host also
            could build old Odoo versions)
          * Fedora rpm package is built on an Ubuntu system (which is not a
            real problem but it could be)
      
      With this commit, the package.py utility is refactored to use Docker
      containers to build the Gnu/Linux packages.
      
      Also, the Debian package is adapted for Debian Buster, the RPM package
      is built based on Fedora 30.
      
      Some minor changes are also made in the windows packaging system.
      
      closes odoo/odoo#37766
      
      Signed-off-by: default avatarChristophe Monniez (moc) <moc@odoo.com>
      8c4c4394
  2. Jul 27, 2018
  3. Apr 18, 2018
  4. Oct 03, 2017
  5. Jun 10, 2016
    • Simon Lejeune's avatar
      [REF] ir_qweb: less webasset: compress output instead of minifying it · 123e51f4
      Simon Lejeune authored
      * Remove dependency on less-plugin-clean-css which distribution
        packages are broken on debian stretch and derivated.
      * Updated documentation.
      * Lessc provides a `--compress` argument that could solve this issue.
        According to the documentation at http://lesscss.org/usage/: "[...]
        Compress using less built-in compression. This does an okay job but
        does not utilise all the tricks of dedicated css compression[...]"
        However, using this argument works on lessc 2.5.3 but not on 1.4.2
        (`--compress` arg is present but seems to be break some rules
        i haven't been able to put my finger on).
      * Finally, use the minification of the StylesheetAsset that takes care
        of removing the spaces, the comments and the sourcemap with regexes.
      
      fixes issue #9113
      123e51f4
  6. Sep 11, 2015
  7. Jul 15, 2015
  8. Jul 14, 2015
  9. Feb 23, 2015
  10. Feb 20, 2015
  11. Jan 20, 2015
  12. Jan 15, 2015
    • Aaron Bohy's avatar
      [FIX] Packaging: Debian Dockerfile for nightly tests · 67959566
      Aaron Bohy authored
      Remove installation of v8 requirements in package.dfdebian as this
      is unnecessary for v7. This fixes a bug occuring during the installation
      of openerp (precisely when installing reportlab dependencies), because
      reportlab now requires a more recent version of pillow than 2.5.1.
      Also use pip instead of /usr/local/bin/pip in test_tgz (package.py)
      as pip script isn't installed there anymore.
      67959566
  13. Dec 19, 2014
  14. Dec 09, 2014
Loading