cookutils diff cook.conf @ rev 1027
cook: remove old package in /home/slitaz/packages and upgrade chroot package when $ARCH is used; provide overstriked "Failed" for prepared packages;
cook.site: remove redundant first part, fix ${sysconfdir} and ${docdir};
lighttpd/index.cgi: support for overstriked "Failed";
modules/compressor: strip_package(): consider *.dbg files (from glibc and gcc packages); make deterministic *.a archives in the simpler way.
cook.site: remove redundant first part, fix ${sysconfdir} and ${docdir};
lighttpd/index.cgi: support for overstriked "Failed";
modules/compressor: strip_package(): consider *.dbg files (from glibc and gcc packages); make deterministic *.a archives in the simpler way.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Feb 02 00:51:10 2018 +0200 (2018-02-02) |
parents | 1fb0744972f7 |
children | 01fbe9d46cb4 |
line diff
1.1 --- a/cook.conf Thu Jan 26 11:03:27 2017 +0200 1.2 +++ b/cook.conf Fri Feb 02 00:51:10 2018 +0200 1.3 @@ -17,6 +17,9 @@ 1.4 DB="/var/lib/tazpkg" 1.5 INSTALLED="$DB/installed" 1.6 1.7 +# Result of "ls $INSTALLED | md5sum | cut -c1-32" 1.8 +SETUP_MD5="" 1.9 + 1.10 # Quality Assurance (empty to disable receipt_quality). 1.11 QA="0" 1.12