Skip to content
Snippets Groups Projects
  1. Oct 20, 2021
  2. Jun 12, 2021
  3. Mar 26, 2021
  4. Mar 15, 2021
  5. Mar 03, 2021
  6. Feb 16, 2021
    • Paul Spooren's avatar
      build/prereq: require make 4.1 or later · 6dba0101
      Paul Spooren authored
      
      FS#2086 "IS_TTY in the makefile is broken" reports flawed detection of
      stdout piping to a file. The issue describes how e.g. terminal color
      codes and up in log files if running make like `make > log.txt`.
      
      The proposed solution uses the make variable "MAKE_TERMOUT", which was
      introduced in make 4.1. All major distributions seem to updated to 4.1
      or later, so this ideally dosen't break anything.
      
      Signed-off-by: default avatarPaul Spooren <mail@aparcar.org>
      6dba0101
  7. Dec 07, 2020
  8. Dec 01, 2020
    • Paul Spooren's avatar
      README: mv logo.svg include/logo.{png,svg} · f281aca9
      Paul Spooren authored
      
      Some Git hoster (e.g. sr.ht) disable hosting of svg images (xml) to
      avoid XSS attacks. To show the logo correctly on all code hosters use a
      "safe" PNG image.
      
      Also move logo(s) to include/ folder to lower autocomplete churn with
      the `logs/` folder. While at it, replace absolute logo path and make it
      relative, as this may break other code hosters as well.
      
      Signed-off-by: default avatarPaul Spooren <mail@aparcar.org>
      f281aca9
  9. Aug 02, 2020
Loading