cookutils diff modules/pkgdb @ rev 940

cook: improve patchit() and all_names(); modules/deps: change the cases upside down, show update stats (it not hangs); lighttpd/index.cgi: use split.db to make search datalist, and to search packages (no need to `ls` ~ 5000 dirs, just one file); lighttpd/cooker.css: style the matches in search page.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Jun 22 20:18:08 2017 +0300 (2017-06-22)
parents a608dbb232df
children 79b65c3a4e40
line diff
     1.1 --- a/modules/pkgdb	Wed Jun 07 21:39:55 2017 +0300
     1.2 +++ b/modules/pkgdb	Thu Jun 22 20:18:08 2017 +0300
     1.3 @@ -140,7 +140,7 @@
     1.4  			done
     1.5  
     1.6  			# files.list provides a list of all packages files.
     1.7 -			cat $i/taz/$j/files.list | sed s/^/"$i: \0"/ >> $PKGS/files.list
     1.8 +			cat $i/taz/$j/files.list | sed s/^/"$PACKAGE: \0"/ >> $PKGS/files.list
     1.9  
    1.10  			# list of unnecessary packages
    1.11  			sed -i "/ $PACKAGE-$VERSION$EXTRAVERSION.tazpkg/d" $PKGS/packages.toremove