Skip to content
Snippets Groups Projects
  1. Feb 27, 2019
  2. Feb 15, 2019
  3. Jan 10, 2019
    • Frédéric Dalleau's avatar
      Release v0.1812.1 · e72ab23d
      Frédéric Dalleau authored
    • Frédéric Dalleau's avatar
      Remove firewall folder from Makefile · f3f84040
      Frédéric Dalleau authored
      
      Since the firewall test was removed and replaced by
      iptables-basic in gitlab.apertis.org/tests/iptables-basic,
      this folder is no longer relevant.
      
      Signed-off-by: default avatarFrédéric Dalleau <frederic.dalleau@collabora.com>
      f3f84040
    • Frédéric Dalleau's avatar
      Write filename at syntax check failure · faa7036d
      Frédéric Dalleau authored
      
      Without the filename it can be cumbersome to find which file caused
      the error
      user@apertis:~/apertis-tests$ make check
      misc/syntax-check.py
      Traceback (most recent call last):
        File misc/syntax-check.py, line 56, in <module>
          check_jinja2_template(template)
        File misc/syntax-check.py, line 34, in check_jinja2_template
          expanded_file = env.get_template(filename).render()
        File /usr/lib/python3/dist-packages/jinja2/environment.py, line 812, in get_template
          return self._load_template(name, self.make_globals(globals))
        File /usr/lib/python3/dist-packages/jinja2/environment.py, line 774, in _load_template
          cache_key = self.loader.get_source(self, name)[1]
        File /usr/lib/python3/dist-packages/jinja2/loaders.py, line 175, in get_source
          contents = f.read().decode(self.encoding)
      UnicodeDecodeError: 'utf-8' codec can't decode byte 0x87 in position 16: invalid start byte
      Makefile:76: recipe for target 'check' failed
      make: *** [check] Error 1
      
      Replace that ugly traceback with a more comprehensive output:
      user@apertis:~/apertis-tests$ ./misc/syntax-check.py
      Exception 'utf-8' codec can't decode byte 0x87 in position 16: invalid start byte when checking .common-boot-tpl.yaml.swp
      
      Signed-off-by: default avatarFrédéric Dalleau <frederic.dalleau@collabora.com>
      faa7036d
  4. Dec 21, 2018
  5. Dec 18, 2018
  6. Dec 17, 2018
  7. Dec 14, 2018
  8. Dec 13, 2018
  9. Dec 10, 2018
  10. Nov 29, 2018
  11. Nov 26, 2018
  12. Nov 23, 2018
  13. Nov 22, 2018
  14. Nov 21, 2018
  15. Nov 12, 2018
  16. Nov 09, 2018
  17. Nov 08, 2018
  18. Nov 05, 2018
Loading