tazwok log tazwok

age author description
2011-02-10 Antoine Bodin Add functionnality: webserver
2011-02-09 Antoine Bodin Fix typo in previous commit
2011-02-09 Antoine Bodin Use new approach to avoid the need of SRC_WANTED
2011-02-07 Christopher Rogers Fixed check_for_trball to repack source if tarball if it exist. Made the if statement for WGET_URL to be shorter since not all receipt uses WGET_URL to download/get tarball.
2011-02-05 Christopher Rogers Made sure version in WOK/SRC_WANTED/receipt match version in WOK/PACKAGE/receipt. Also make sure SRC_WANTED was unset in source_receipt function.
2011-02-05 Christopher Rogers Fixed SRC_WANTED. This is so SOURCE is used when its needs to be used.
2011-02-04 Christopher Rogers Fixed nounpack.
2011-02-04 Christopher Rogers Fixed the nounpack option to unpack to recompress source. I just wanted the tmp_src folder to be removed after .tar.lzma file was made. Otherwise the wok would get full of source code again.
2011-02-04 Antoine Bodin Add nounpack option for get-src & SRC_WANTED variable support
2011-02-03 Christopher Rogers Fixed check_for _tarball to remove tmp_src if get-src is used.
2011-02-02 Antoine Bodin Improve with_dev, use --auto option for tazpkg remove
2011-02-02 Antoine Bodin Fix: 2nd stupid error
2011-02-02 Antoine Bodin Fix: stupid error (thanks Godane)
2011-02-01 Antoine Bodin Fix: blocked should not be removed anymore
2011-02-01 Antoine Bodin Various bugfixes; Rework check-for-lib-update part; ensure cook command keep consistency of wok database; speed-up check-incoming
2011-01-31 Antoine Bodin Allow to skip scan when push incomings
2011-01-31 Antoine Bodin Don't install bdeps for meta without compile rules, thanks godane
2011-01-31 Antoine Bodin Fix minor issue about Updating receipt size status display
2011-01-31 Antoine Bodin Fix: use clean-chroot to ensure no more depends are left in cooking environnment
2011-01-31 Antoine Bodin Fix: block core toolchain packages efficiently and support block-list correctly
2011-01-31 Antoine Bodin Rework commits/cooklist handling and fixed various minor issues
2011-01-26 Antoine Bodin Fix: look_for_updated packages now works well
2011-01-26 Antoine Bodin Automated merge with http://repos.slitaz.org/tazwok-experimental
2011-01-26 Christopher Rogers Fixed a sintex problem with fgrep '-/+ buffers'. Fgrep doesn't like -.
2011-01-26 Antoine Bodin Fix an fgrep command
2011-01-26 Antoine Bodin is now created by libtaz when sourced
2011-01-26 Antoine Bodin Remove remove-old command as tazwok-experimental clean tarball/packages progressively & automatically.
2011-01-25 Antoine Bodin Various code cleanup and improvement
2011-01-23 Antoine Bodin Fix: typo
2011-01-23 Antoine Bodin Fix: build wok data files if missing before scanning them
2011-01-22 Antoine Bodin Fix: all missing dirs are now created when mounting chroot.
2011-01-22 Antoine Bodin Add: configure-chroot function I forgot
2011-02-24 Antoine Bodin Tazwok-experimental branch
2010-12-12 Pascal Bellard Add jar support (again)
2010-12-12 Pascal Bellard Add jar support
2010-12-01 Christopher Rogers Add py_compiled_files_remove function into tazwok. This is to save size on python based packages. .pyc and .pyo files are not need for python scripts to run i hope.
2010-11-22 Pascal Bellard tazwok: weird url redirections support
2010-10-29 Pascal Bellard tazwok: add https support for wget
2010-09-25 Pascal Bellard tazwok: use busybox wget to check file
2010-09-02 Pascal Bellard tazwok: check TAZBB_NO_INSTALL before installing WANTED cooked packages
2010-09-02 Pascal Bellard tazwok: install WANTED cooked packages for tazbb
2010-08-21 Pascal Bellard tazwok: fix tar.Z archives case
2010-08-15 Pascal Bellard tazwok: add tar.xz support
2010-08-15 Pascal Bellard tazwok: lLimit memory usage
2010-08-05 Antoine Bodin Make cpio quiet: it's busybox compatible
2010-08-04 Pascal Bellard tazwok: cpio must be busybox compatible
2010-08-03 Antoine Bodin Improve gen-list function - autoextract datas from packages when needed.
2010-07-10 Pascal Bellard use make -j 4
2010-07-06 Eric Joseph-Alexandre set $VERSION to 3.2.1
2010-05-20 Paul Issott Tiny edits3.2.1
2010-05-02 Christophe Lincoln clean: fix syntax error
2010-04-18 Christophe Lincoln realy clean all file in pkg tree3.2
2010-02-02 Pascal Bellard Prepa for release 3.13.1
2010-01-28 Eric Joseph-Alexandre Add check-src command. Check remote upstream tarball.
2010-01-27 Pascal Bellard retry unsuccessfull download with mirror
2010-01-26 Pascal Bellard tazwok compile does not generate other packages anymore
2010-01-17 Paul Issott Fix typo
2010-01-17 Paul Issott Tiny edits
2009-09-24 Paul Issott Tiny edits
2009-09-23 Pascal Bellard tazwok: no continue outside loops