Skip to content
Snippets Groups Projects
  1. Jul 24, 2021
  2. Sep 27, 2017
    • Nat Goodspeed's avatar
      MAINT-7081: Make packages-formatter.py handle multi-line copyrights. · 4c6ecac2
      Nat Goodspeed authored
      The nghttp2 autobuild package has copyright information that embeds a newline.
      autobuild install --copyrights correctly produces that information onto two
      lines. But that means packages-formatter.py must process any lines that do not
      match its expected 'packagename: copyright' pattern as the continuation of the
      preceding package's copyright information.
      
      Since the processing for autobuild install --versions is so very similar, fold
      both into the same outer loop.
      
      Also report all duplicates for any package, instead of stopping at the first.
      4c6ecac2
  3. Dec 02, 2016
  4. Apr 20, 2016
  5. Jan 08, 2015
    • Nat Goodspeed's avatar
      Rationalize use of AUTOBUILD environment variable across languages. · 355d0068
      Nat Goodspeed authored
      Ensure that AUTOBUILD is always in native path syntax on every platform.
      Remove local build.sh logic to infer AUTOBUILD: either the generic build.sh
      has set it properly, or scream for help.
      Since cygwin bash scripts need a cygwin-syntax path to autobuild, convert to a
      local 'autobuild' variable using shell_path.
      Remove kludges in other languages involving cygdrive twiddling.
      355d0068
  6. Dec 22, 2014
  7. Dec 12, 2014
  8. Nov 21, 2014
Loading