cookutils diff lighttpd/index.cgi @ rev 945

cook, modules/pkgdb: calculate package's "release checksum"; modules/deps: add more xorg-* rules, exclude "fonts.dir" and "fonts.scale" from packaging (should be re-created after package install); lighttpd/index.cgi: exclude "fonts.dir" and "fonts.scale".
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Jul 14 15:58:38 2017 +0300 (2017-07-14)
parents dc6b6e10da97
children cf98be8bc904
line diff
     1.1 --- a/lighttpd/index.cgi	Sun Jun 25 14:14:30 2017 +0300
     1.2 +++ b/lighttpd/index.cgi	Fri Jul 14 15:58:38 2017 +0300
     1.3 @@ -1208,7 +1208,8 @@
     1.4  				printf("<a class=\"c00\" href=\"%s\">%s</a>\n", i $0, $0);
     1.5  			}
     1.6  			/\/perllocal.pod$/ || /\/\.packlist$/ || /\/share\/bash-completion\// ||
     1.7 -				/\/lib\/systemd\// || /\.pyc$/ || /\.pyo$/ { tag("---", 0); next }
     1.8 +				/\/lib\/systemd\// || /\.pyc$/ || /\.pyo$/ || /\/fonts\.scale$/ || /\/fonts\.dir$/ {
     1.9 +				tag("---", 0); next }
    1.10  			/\.pod$/  { tag("pod", 5); next }
    1.11  			/\/share\/man\// { tag("man", 5); next }
    1.12  			/\/share\/doc\// || /\/share\/gtk-doc\// || /\/share\/info\// ||