summaryrefslogtreecommitdiff
path: root/scripts/packages-formatter.py
AgeCommit message (Collapse)Author
2017-09-27MAINT-7081: Make packages-formatter.py handle multi-line copyrights.Nat Goodspeed
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.
2016-12-02add viewer channel and version to the beginning of the About box Licenses ↵Oz Linden
information
2016-04-20make the About... / Licenses tab more readable by adding blank linesOz Linden
2015-01-08Rationalize use of AUTOBUILD environment variable across languages.Nat Goodspeed
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.
2014-12-22Temporarily work around cygwin /cygdrive/c pathname in AUTOBUILD.Nat Goodspeed
2014-12-12Wrap call to autobuild in some diagnostic code.Nat Goodspeed
Hopefully this will make certain errors clearer, notably failure to launch autobuild due to "cannot find the file specified".
2014-11-21automate keeping the About SL -> Licenses tab correctOz Linden