tazwok log tazwok

age author description
2011-03-01 Pascal Bellard tazwok: use SwapTotal to compute virtual memory
2011-03-01 Pascal Bellard tazwok: remove 64M memory limit
2011-03-01 Antoine Bodin Few improvements to gen_package()4.2.2
2011-02-28 Antoine Bodin Remove some false failed from report
2011-02-28 Antoine Bodin Fix gen_package); check for empty fs; add !fs COOK_OPT to allow packages without fs.
2011-02-27 Pascal Bellard tazwok: abort on any genpkg_rules error (again)
2011-02-27 Pascal Bellard tazwok: abort on any genpkg_rules error
2011-02-25 Pascal Bellard tazwok: link sanbox lockfile in chroot
2011-02-25 Antoine Bodin Fix block/unblock function
2011-02-25 Antoine Bodin Automated merge with http://repos.slitaz.org/tazwok4.2.1
2011-02-25 Antoine Bodin Add !unpack COOK_OPT + a little fix
2011-02-24 Christopher Rogers Fixed new-tree option to make new receipt in clean_wok instend of WOK.
2011-02-24 Pascal Bellard tazwok: download TARBALL from slitaz mirror
2011-02-24 Pascal Bellard tazwok: change lockfile (sanbox case: /proc/1 is a link to /proc/1 directory)
2011-02-24 Antoine Bodin Automated merge with http://repos.slitaz.org/tazwok
2011-02-24 Christophe Lincoln Remove list-blocked (use: tazwok report blocked)
2011-02-24 Christophe Lincoln Add usage for new commands
2011-02-24 Christophe Lincoln Add command: list-blocked, block, unblock
2011-02-24 Antoine Bodin Set VERSION to 4.2
2011-02-23 Antoine Bodin Some changes to Pascal's improvement, handle all logs created (including iso/check-incoming/cook-toolchain); fix an error about cookorder.txt
2011-02-23 Pascal Bellard Fix current package link
2011-02-22 Pascal Bellard more info in web status
2011-02-22 Christophe Lincoln set VERSION to 4.1
2011-02-22 Christophe Lincoln Fix VERSION and some date
2011-02-24 Antoine Bodin Merge new tazwok into main branch
2011-02-20 Antoine Bodin Finx a syntax error.
2011-02-20 Antoine Bodin Fix update-wok (again)
2011-02-20 Christopher Rogers Fixed tazwok update-wok again.
2011-02-20 Christopher Rogers Fixed some typos.
2011-02-20 Christopher Rogers Fixed update-wok. It should check if file/folder doesn't exist in clean_wok before delete it in WOK. The other way delete my full WOK every time.
2011-02-19 Christopher Rogers Fixed tazwok to work with new bash 4.2.
2011-02-19 Christopher Rogers Fixed is_elf function in check-depends. Was getting a sh: missing ] error before this fix.
2011-02-18 Antoine Bodin Fix configure_tazchroot() (thanks Pankso)
2011-02-18 Antoine Bodin Update configure_tazchroot() according last changes.
2011-02-18 Antoine Bodin Minor fix in sort_cooklist(); major fix in check_for_incoming(); check-incoming) now update .flavors files
2011-02-18 Antoine Bodin typo
2011-02-18 Antoine Bodin Add a forgotten report start
2011-02-18 Antoine Bodin Improve display for update-wok
2011-02-18 Antoine Bodin Fix update-wok) wok cleaning
2011-02-18 Antoine Bodin Better display for check-incomin); changer my mind about thoses exit 1.
2011-02-18 Antoine Bodin Typo & minor improvements to check_for_incoming()
2011-02-18 Antoine Bodin Trying to fix a bug into check_for_incoming
2011-02-18 Antoine Bodin Rework function hgup (now named update-wok); it can handle wok compressed in tarballs, it uses a clean-wok (in LOCAL_REPOSITORY) and only copy clean-wok to main wok if --local option is specified.
2011-02-17 Antoine Bodin Fix a major bug which prevent to set _pkg correctly
2011-02-16 Antoine Bodin Fix a typo (thanks Godane)
2011-02-16 Antoine Bodin Add stuff & wanted_stuff variable, usable in receipts.
2011-02-16 Antoine Bodin Fix function sort-cooklist
2011-02-16 Antoine Bodin Fix feature: auto recook of reverse depends when micro/major library update is detected
2011-02-16 Antoine Bodin Fix: create missing files at right time (thanks Xfred)
2011-02-15 Antoine Bodin Fix: broke a loop when using gen-cooklist & speed-up a little things.
2011-02-15 Antoine Bodin Oups... redo the merge
2011-02-15 Antoine Bodin Automated merge with https://bitbucket.org/gokhlayeh/tazwok-experimental
2011-02-14 Christopher Rogers Fixed typo.
2011-02-14 Christopher Rogers Needed another --no-check-certificate for https option to work in download function.
2011-02-15 Antoine Bodin no clean-chroot into get-src; allow to get-src in an existing directory when using --target (needed in few receipts)
2011-02-14 Antoine Bodin Fix function check-incoming: only consider already existing packages when checking for broken/to-cook
2011-02-14 Antoine Bodin Fix: report command doesn't needs root permission; add it into usage.
2011-02-14 Antoine Bodin Fix update_packages_db(): remove log when a package is removed from wok; also remove pkg from lists in all cases.
2011-02-14 Antoine Bodin Fix usage display
2011-02-14 Antoine Bodin Speed-up scan() by using -m1 in some grep commands (catch only one occurence).