cookutils log cook.conf

age author description
2018-11-24 Aleksej Bobylev Working with "i486", "x86_64" and "any" architecture; post-check with badges; new icons, tag cloud, and other improvements
2018-08-18 Aleksej Bobylev Better maintain Ruby packages
2018-07-28 Aleksej Bobylev cook, cook.conf: move macro definition from CFLAGS and CXXFLAGS to CPPFLAGS
2018-04-07 Paul Issott Tiny Edits
2018-03-21 Aleksej Bobylev cook: add `fix math`; cook.conf: set LDFLAGS provided by `fix ld` by default.
2018-03-19 Aleksej Bobylev cook.conf: better keep CFLAGS and CXXFLAGS the same
2018-03-18 Aleksej Bobylev cook.conf: fix CXXFLAGS (thanks Alanyih); lib/libcook.sh: don't strip activity log so much
2018-02-22 Aleksej Bobylev cook.conf: add some explanations; cook.site: do not force ${datadir} value; cooker: many receipts not include $HOST_ARCH definition, let them build on x86_64 host without obstacles.
2018-02-02 Aleksej Bobylev cook.conf: tune CFLAGS depending on ARCH
2017-02-22 Pascal Bellard cook.conf: add SETUP_MD5 value
2017-01-26 Aleksej Bobylev cook.conf: use https URLs for the mirrors.
2015-06-03 Xander Ziiryanoff cook.conf: update $GNU_MIRROR
2015-05-21 Aleksej Bobylev cook.conf: fix SF_MIRROR (old one is no more available)
2014-02-23 Christophe Lincoln cook.conf: typo in CROSS_SETUP
2014-02-23 Christophe Lincoln cook: we need additionnal pkgs in a chroot env
2013-12-20 Pascal Bellard cook.conf: update SETUP_PKGS
2013-12-12 Pascal Bellard cook.conf: need tazlito to build flavors
2013-12-05 Pascal Bellard cook.conf: update SETUP_PKGS
2013-05-25 Pascal Bellard Update XORG_MIRROR
2013-02-08 Christopher Rogers cook: Add loglimit function.slitaz-tank
2013-01-31 Pascal Bellard cook: loglimit can be disabled (thanks ernia)3.1.2
2012-10-16 Christopher Rogers cook.conf: Add note that SLITAZ_HOME and SLITAZ_RELEASE are from /etc/slitaz/slitaz.conf file.slitaz-tank
2012-07-29 Christopher Rogers Merge default.slitaz-tank
2012-07-20 Christopher Rogers cook.conf: Add WOKHG variable.slitaz-tank
2012-07-12 Richard Dunbar cook.conf: add mercurial to SETUP_PKGS
2012-06-09 Christopher Rogers cook.conf: Updated.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 Start of slitaz-tank version of cookutils branch. cook.conf: Updated.slitaz-tank
2012-06-01 Paul Issott Tiny edits
2012-05-30 Christophe Lincoln cross x86_64: glibc libexec in /usr/lib64
2012-05-29 Christophe Lincoln cross: sysroot method is now used (much better), eglibc replace glibc for ARM
2012-05-19 Christophe Lincoln cook, cross, *.conf: improve cross compilation and small clean
2012-05-13 Christophe Lincoln cook: we may use sysroot when cross compiling
2012-05-12 Paul Issott Edit cross files
2012-05-11 Christophe Lincoln be less resource intensive
2012-05-10 Christophe Lincoln cook: dont update chroot if target host dont match build host
2012-04-26 Christophe Lincoln We may need LDFLAGS
2012-04-23 Christophe Lincoln Have bash,pcre and xorg-dev pkgs in chroot (xorg-dev dont break anything and is always installed/uninstalled)
2012-04-13 Pascal Bellard Add isohybrid in chroot
2012-04-08 Christophe Lincoln Add m4 to the list of pkgs
2012-03-14 Christophe Lincoln Fix config file1.7.1
2012-03-14 Christophe Lincoln Generated XML feed for cooked packages
2012-03-13 Christophe Lincoln Dont use slitaz-dev-pkgs to setup chroot so we have a realy minimal chroot
2012-02-29 Pascal Bellard cook.conf: set tank default config1.6
2012-02-26 Pascal Bellard cook.conf: add tazpkg download cache
2012-02-14 Pascal Bellard cook.conf: update AUFS_MOUNTS
2012-02-13 Pascal Bellard Enable aufs by default
2011-05-24 Christophe Lincoln cook.conf: weel ~2000 pkgs crossed, now we need a repo to sync mirror, build in natif by default.
2011-05-22 Christophe Lincoln cook: Add AUTO_COOK and handle missing build dep
2011-05-22 Christophe Lincoln cook.conf: cross compile by default
2011-05-21 Paul Issott Update docs and tiny edits
2011-05-20 Christophe Lincoln cook.conf: add BUILD_HOST to be compatible with the old way and tazwok
2011-05-20 Christophe Lincoln cook.conf: use -march and dont cross compile by default (we fully i486 anywhere if we build a i486 compiler)
2011-05-20 Christophe Lincoln cook.conf handle --build and --host so we can cross compile SliTaz
2011-05-19 Christophe Lincoln Use i486 for generic Intel/AMDand -Os for size optimization (we will save space!!!)
2011-05-19 Christophe Lincoln revert last commit to config (was testing only)
2011-05-19 Christophe Lincoln cooker: small cosmetic change for log
2011-05-06 Paul Issott Tiny edits
2011-05-06 Christophe Lincoln Better output for cookorder, add SETUP_PKGS in cook.conf to share list with the cooker + small improvments
2011-05-04 Christophe Lincoln Add command test and improve Quality Assurance