]> git.ipfire.org Git - thirdparty/squid.git/commit
Source Maintenance: fix various maintenance script issues
authorAmos Jeffries <squid3@treenet.co.nz>
Sat, 13 Sep 2014 16:46:45 +0000 (04:46 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Sat, 13 Sep 2014 16:46:45 +0000 (04:46 +1200)
commit5fbc3e1ddf3728d511808815a97e63679de58f06
tree8422b50e96a256c06a818efe686206174d3f88e9
parenta151895d619828ea92df774d2ffda9dfc03ba45d
Source Maintenance: fix various maintenance script issues

* ensure auto-generated .list are sorted, instead of ad-hoc system
  dependent ordering which can cause needless updates.

* grep only paths with *.* (usually files) instead of all items in each
  directory. This avoids scanning sub-directory indexes with grep, which
  produces fatal errors on some systems.

* add check for Squid Software Foundation copyright blurb and highlight
  files needing attention.
scripts/source-maintenance.sh