# HG changeset patch # User Christopher Rogers # Date 1339431150 0 # Node ID 42b6c399a30f0173f23d1196f1a7c5cbdc61aaba # Parent 2fe7f7a1becdbc2251ad8720996a1ff1e854fd73 doc: Update docs. diff -r 2fe7f7a1becd -r 42b6c399a30f doc/cookutils.en.html --- a/doc/cookutils.en.html Mon Jun 11 15:49:54 2012 +0000 +++ b/doc/cookutils.en.html Mon Jun 11 16:12:30 2012 +0000 @@ -173,6 +173,22 @@ # cook search busybox +

Unbuild

+

+ Unbuild is to provide a list of packages you don't have build based on + fullco.txt file. It will echo a list of packages that you have not build: + (Note: This also makes a unbuild file in your cache folder.) +

+
+# cook unbuild
+
+

+ If you want a more full list with wanted packages use this option: +

+
+# cook unbuild --full
+
+

Packages DB list

Cook can list packages in the wok and also create a suitable packages list @@ -192,6 +208,25 @@

 # cook pkgdb
 
+

+ To update DB for incoming or packages do this: +

+
+# cook pkgdb incoming
+# cook pkgdb packages
+
+ +

+ For the most part pkgdb rebuilds wanted.txt, depends.txt, and libraries.txt. + But to build or update fullco.txt in packages you need to do this: +

+

+ NOTE: fullco.txt is the full cookorder to help rebuild slitaz from scratch + and slitaz source dvd. +

+
+# cook gen-wok-db
+

The Cooker