cookutils log cook

age author description
2012-06-19 Christopher Rogers cook: Removed log function cause its in libcook.sh.
2012-06-15 Pascal Bellard update TARBALL variable in create_tarball
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-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 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 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: 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 cook: Use $MIRROR_URL variable in slitaz.conf.
2012-06-04 Christopher Rogers cook: Add source_stuff variable.
2012-06-01 Paul Issott Tiny edits
2012-05-29 Christophe Lincoln cook: use pkgconfig file in sysroot
2012-05-29 Christophe Lincoln Some update to cook to use sysroot
2012-05-22 Christophe Lincoln cook: use -m64 gcc option when cross-compiling for x86_64
2012-05-22 Christophe Lincoln cook: small fix
2012-05-22 Christophe Lincoln cook: we may have a local bdep not in wok, not on mirror but in local repo
2012-05-20 Christophe Lincoln move internal vars to libcook.sh and broken function
2012-05-20 Christophe Lincoln small fix
2012-05-20 Christophe Lincoln cook arch-setup: check cross packages exist and install glibc-base
2012-05-20 Christophe Lincoln cook: update cross-environement if pkg is installed like we do for native build
2012-05-20 Christophe Lincoln cook: use libtaz.sh newline()
2012-05-19 Christophe Lincoln cook: install build deps in cross environment root if we cross compiling
2012-05-19 Christophe Lincoln Small up to cook usage
2012-05-19 Christophe Lincoln cross: small fixe and use CROSS_PREFIX to install bdeps in a cross compile environement
2012-05-19 Christophe Lincoln Add libcook.sh and start sharing code between cook, cooker and cookiso
2012-05-19 Christophe Lincoln cook, cross, *.conf: improve cross compilation and small clean
2012-05-14 Christophe Lincoln cook: use cross-strip when genpkg_rules not only compile_rules
2012-05-14 Christophe Lincoln cook: use the cross compiled strip if cross compiling
2012-05-13 Christophe Lincoln use INSTALLED
2012-05-13 Christophe Lincoln cook: setup set gcc path if sysroot is used
2012-05-13 Christophe Lincoln cook: we may use sysroot when cross compiling
2012-05-13 Christophe Lincoln cook: default arch is i486
2012-05-13 Christophe Lincoln cook: improve arch-setup
2012-05-13 Christophe Lincoln cook: fix ARCH when setup
2012-05-13 Christophe Lincoln coo arch-setup: add support for x86_64
2012-05-13 Christophe Lincoln one more line to display in summary (we have host arch) and test --output=html in cooker
2012-05-12 Paul Issott Edit cook
2012-05-12 Christophe Lincoln cook: one check is sufficiante
2012-05-12 Christophe Lincoln cook: small change to log (again)
2012-05-12 Christophe Lincoln cook: small change to log and add activity command
2012-05-12 Christophe Lincoln cook: dont cross compile package with HOST_ARCH unset (see comments)
2012-05-12 Christophe Lincoln cook: fix autoinstall
2012-05-10 Christophe Lincoln cook: dont update chroot if target host dont match build host
2012-05-10 Christophe Lincoln Handle CROSS_BUGS (will move the few CROSS var to it so all cross configs are prefixed with CROSS_ in cook)
2012-05-10 Christophe Lincoln cook: handle HOST_ARCH (some package may bor build for an arch)
2012-05-09 Christophe Lincoln cook: handle testsuite() in receipt, use libtaz.sh
2012-05-09 Christophe Lincoln cook: Handle cross compilation
2012-04-26 Christophe Lincoln We may need LDFLAGS
2012-04-23 Christophe Lincoln Have setup --arm
2012-04-16 Christophe Lincoln cook: CFLAGS is usefull not configure args
2012-04-16 Christophe Lincoln cook: show configure args and CFLAGS
2012-03-19 Pascal Bellard cook: eval version (sqlite-dev need that)