tazwok log

age author description
2011-02-12 Antoine Bodin Fix clean(): don't report fails when it's false, no more detailled output.
2011-02-12 Antoine Bodin Rework tarball unpacking: handle rpm as other archive; handle simple file / unknow archive type(i.e. jar): in this case the file/archive will be available into the $src dir.
2011-02-12 Antoine Bodin Commit forgotten changeset 181 from tazwok
2011-02-12 Antoine Bodin Update conf file and include forgotten changeset 180 from tazwok.
2011-02-12 Antoine Bodin Forgotten code: support https (from changesets 179 & 182 of tazwok)
2011-02-12 Antoine Bodin Forgottent code: Add jar support, (code from http://hg.slitaz.org/tazwok/rev/a4f84034a69e)
2011-02-12 Antoine Bodin Fix an issue into check_for_tarball() which prevent to cook packages without WGET_URL
2011-02-12 Antoine Bodin Disable sources auto-clean when check_for_incoming(); it's buggy
2011-02-12 Antoine Bodin fix typo
2011-02-12 Antoine Bodin Clean() improving, 2nd try.
2011-02-12 Antoine Bodin Try to speed-up clean-wok a little by removing too number report steps (in this case).
2011-02-12 Antoine Bodin Fix an error into check_for_tarball function
2011-02-12 Antoine Bodin Webserver: add summary
2011-02-12 Antoine Bodin Moving another report end-step to good location
2011-02-12 Antoine Bodin Automated merge with http://repos.slitaz.org/tazwok-experimental
2011-02-09 Christopher Rogers Confirm that TARBALL exist before check if src folder doesn't exist.
2011-02-12 Antoine Bodin Move a report-step to good location
2011-02-11 Antoine Bodin Hack build-depends/gen-cooklist, gen-cooklist is now the (more logical) way to get toolchain cooklist.
2011-02-11 Antoine Bodin Reworking gen-cooklist function to not use check_commit with it.
2011-02-10 Antoine Bodin Update usage; automatically fill wok_db when looking for depends
2011-02-10 Antoine Bodin Improve function report: Better looks & possibility to get the content of only one of the lists (cooklist/commit/broken/blocked)
2011-02-10 Antoine Bodin Fix function: search
2011-02-10 Antoine Bodin Display tazwok warning.txt when using check-log. Tazwok warnings contains suggestion about some possible improvement to the receipt to light it or make it better compatible with tazwok-experimental.
2011-02-10 Antoine Bodin fix function: list
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.