cookutils log

age author description
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
2012-06-09 Christopher Rogers cook: Update summary and extract_source function. Add getsrc, repack_source, download_base and download function.slitaz-tank
2012-06-09 Pascal Bellard cook: add some error messages
2012-06-08 Christopher Rogers Merge default.slitaz-tank
2012-06-08 Christopher Rogers cook: Add LICENSE variable to receipt.
2012-06-08 Christopher Rogers cook: Add license variable into new --interactive option.slitaz-tank
2012-06-08 Christopher Rogers data: Add LICENSE variable to receipt.slitaz-tank
2012-06-08 Christopher Rogers cook: Add AUFS_MODE variable. Add some changes to setup option thats used in slitaz-tank version of cookutils.slitaz-tank
2012-06-07 Christopher Rogers cook: Update get_source function. Add PATCH variable support.slitaz-tank
2012-06-07 Christopher Rogers cook.conf: Add TIMEOUT variable. This is so the timeout for connection can be changed.slitaz-tank
2012-06-07 Christopher Rogers cook: Update create_tarball function.slitaz-tank
2012-06-07 Christopher Rogers cook: Update set_paths function.slitaz-tank
2012-06-07 Christopher Rogers cook: Update receipt_quality function. Since my cook.conf installs wget i can check https websites right.slitaz-tank
2012-06-07 Christopher Rogers cook: Update init_db_files function.slitaz-tank
2012-06-07 Christopher Rogers libcook.sh: Add unbuild list variable.slitaz-tank
2012-06-07 Christopher Rogers libcook.sh: Add wan_db, dep_db, lib_db, and fullco variables.slitaz-tank
2012-06-07 Christopher Rogers Start of slitaz-tank version of cookutils branch. cook.conf: Updated.slitaz-tank
2012-06-07 Christopher Rogers cook: Use $MIRROR_URL variable in slitaz.conf.
2012-06-05 Christopher Rogers cookiso: Using libcook.sh now. Make sure the cache variable is $CACHE/cookiso if $0 equals cookiso. Otherwise it equals $cACHE. Also SSH_CMD, SSH_ISO, and SSH_HOST can now be changed in cook.conf.
2012-06-04 Christopher Rogers cook: Add source_stuff variable.
2012-06-01 Paul Issott Tiny edits
2012-06-01 Christophe Lincoln cross: glibc create lib64 lib symlinks (that fix GCC final build)
2012-05-31 Christophe Lincoln cross: small fix
2012-05-31 Christophe Lincoln remove .*install files from linux headers
2012-05-31 Christophe Lincoln cross: dont extract the kernel each time
2012-05-31 Christophe Lincoln cross: install kernel headers in source then copy, add libc_cv_forced_unwind=yes to glibc-headers build
2012-05-30 Christophe Lincoln cross x86_64: glibc libexec in /usr/lib64
2012-05-30 Christophe Lincoln cross x86_64: glibc... we need fixes by hand
2012-05-30 Christophe Lincoln cross x86_64: we need glibc headers to compile gcc-static
2012-05-29 Christophe Lincoln cook: use pkgconfig file in sysroot
2012-05-29 Christophe Lincoln cross: use eglibc 2.13 (rpc support is dropped and workaround is needed for 2.15)
2012-05-29 Christophe Lincoln cross: small fix to clean-tools
2012-05-29 Christophe Lincoln Some update to cook to use sysroot
2012-05-29 Christophe Lincoln cross: fix gcc-final
2012-05-29 Christophe Lincoln cross: sysroot method is now used (much better), eglibc replace glibc for ARM
2012-05-26 Christophe Lincoln Let have a more complet cross-toolchain
2012-05-23 Pascal Bellard cooker.cgi: add download link for ARCH
2012-05-22 Christophe Lincoln cook: use -m64 gcc option when cross-compiling for x86_64
2012-05-22 Christophe Lincoln cook: small fix