Skip to content
Snippets Groups Projects
  1. Apr 13, 2025
  2. Mar 30, 2025
  3. Feb 11, 2025
  4. Dec 26, 2024
  5. Jul 27, 2024
  6. Oct 26, 2023
  7. Oct 25, 2023
  8. Aug 12, 2023
  9. Jul 26, 2023
  10. Dec 27, 2022
  11. Dec 19, 2022
  12. Jun 22, 2022
  13. May 30, 2022
  14. Nov 04, 2021
  15. Oct 23, 2021
  16. Oct 16, 2021
  17. Oct 13, 2021
    • Antonio Terceiro's avatar
      CollabQA::Log: drop hardcoded templates · 1946f5db
      Antonio Terceiro authored
      Several of those templates were obsolete (mentioning lenny, jessie).
      Keep one single template for generic FTBFS bugs, all other cases can be
      handled by custom templates in the command line.
      
      New templates for bugtypes can be added by creating
      lib/collab-qa/bug_templates/${BUGTYPE}.txt.liquid
      1946f5db
  18. Oct 11, 2021
    • Antonio Terceiro's avatar
      cqa-annotate: add ability to pass a template file · bace7dee
      Antonio Terceiro authored
      The template is using Liquid, which is similar to Smarty(PHP) and
      Jinja2(Python). Example template I'm using for ruby3.0 FTBFS triaging:
      
      ----------------8<----------------8<----------------8<-----------------
      From: {{ fullname }} <{{ email }}>
      To: submit@bugs.debian.org
      Subject: {{ package }}: FTBFS with ruby3.0: {{ summary }}
      
      Source: {{ package }}
      Version: {{ version | split:'+rebuild' | first }}
      Severity: serious
      Justification: FTBFS
      Tags: bookworm sid ftbfs
      User: debian-ruby@lists.debian.org
      Usertags: ruby3.0
      
      Hi,
      
      We are about to enable building against ruby3.0 on unstable. During a test
      rebuild, {{ package }} was found to fail to build in that situation.
      
      To reproduce this locally, you need to install ruby-all-dev from experimental
      on an unstable system or build chroot.
      
      Relevant part (hopefully):
      {% for line in extract %}> {{ line }}
      {% endfor %}
      
      The build full is available at
      https://people.debian.org/~kanashiro/ruby3.0/round2/builds/3/{{ package }}/{{ filename | replace:".log",".build.txt" }}
      ----------------8<----------------8<----------------8<-----------------
      bace7dee
  19. Oct 06, 2021
  20. Feb 28, 2021
  21. Nov 25, 2020
  22. Nov 19, 2020
Loading