cookutils log

age author description
2012-06-20 Christopher Rogers Merge default.slitaz-tank
2012-06-20 Christopher Rogers cook: Add --pack option. This is so when i just change genpkg_rules i can just repack package if WOK/pkg/taz folder exists without compiling the package again.
2012-06-20 Christopher Rogers cook: Updated copy_generic_files function to be more like in slitaz-tank branch.
2012-06-20 Christopher Rogers cook: Updated summary function to be more like in slitaz-tank branch. Summary function now provvided $TARBALL name, source folder size if exist, and source file size.
2012-06-19 Christopher Rogers cook: Merge slitaz-tank branch create_tarball function into offical cook. Since $pkgsrc is in set_path function and $tarball is not used globally its better for $tarball to just be a local variable in create_tarball function.
2012-06-19 Christopher Rogers cook: Using PKGS_CATEGORIES variable.
2012-06-19 Christopher Rogers cook: Removed log function cause its in libcook.sh.
2012-06-16 Paul Issott Tiny edits
2012-06-15 Pascal Bellard update TARBALL variable in create_tarball
2012-06-15 Pascal Bellard cooker.cgi: Fixed description link.
2012-06-14 Christopher Rogers cook: Merge set_paths functions from slitaz-tank branch. This adds basesrc, kbasevers, pyvers, pkgsrc, lzma_tarball, and perlvers variables. KBASEVER is in linux and linux-libre and is needed to make sure .tar.lzma sources are named right when they use minor patches.
2012-06-12 Christopher Rogers cooker.cgi: Fixed description link.
2012-06-12 Pascal Bellard cooker.cgi: add description link
2012-06-12 Christopher Rogers cooker: Use $commits, $blocked, and $broken variables.
2012-06-12 Christopher Rogers cooker: Use $pidfile and $wokrev variables.
2012-06-11 Christopher Rogers Merge
2012-06-11 Christopher Rogers cooker: Replace 'echo ' with newline function. Check if file $crontabs exists before using fgrep on it.
2012-06-11 Christopher Rogers libcook.sh: Add wokrev variable.
2012-06-11 Christopher Rogers cooker.cgi: Updated.slitaz-tank
2012-06-11 Christopher Rogers data: Update header.html and add footer.html file.slitaz-tank
2012-06-11 Christopher Rogers doc: Update docs.slitaz-tank
2012-06-11 Christopher Rogers cooker: Updated fully to what slitaz-tank needs.slitaz-tank
2012-06-11 Christopher Rogers cook: Fixed what needs sourcing.slitaz-tank
2012-06-11 Christopher Rogers cook: Updated fully to what slitaz-tank needs.slitaz-tank
2012-06-09 Christopher Rogers lib: Add libcookorder.sh file. This is as special set of functions for building slitaz-tank from scratch. Its based on tazwok code.slitaz-tank
2012-06-09 Christopher Rogers data: Add exclude.txt file.slitaz-tank
2012-06-09 Christopher Rogers cook.conf: Updated.slitaz-tank
2012-06-09 Christopher Rogers libcook.sh: Add strip_blocked function.slitaz-tank