tazwok log

age author description
2011-02-18 Antoine Bodin Move tazwok-related chroot scripts from tazchroot to tazwok sources
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 Update tazwok.conf according the last changes
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 Added tag 0.0.6.6 for changeset 37774d821049
2011-02-17 Antoine Bodin Fix a major bug which prevent to set _pkg correctly
2011-02-16 Antoine Bodin Added tag 0.0.6.5 for changeset e5c7e9263672
2011-02-16 Antoine Bodin Fix a typo (thanks Godane)
2011-02-16 Antoine Bodin Added tag 0.0.6.4 for changeset ab122c432328
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 Added tag 0.0.6.3 for changeset d607b679b7ba
2011-02-16 Antoine Bodin Fix feature: auto recook of reverse depends when micro/major library update is detected
2011-02-16 Antoine Bodin Added tag 0.0.6.2 for changeset 3b9ca05c1fa1
2011-02-16 Antoine Bodin Fix: create missing files at right time (thanks Xfred)
2011-02-15 Antoine Bodin Added tag 0.0.6.1 for changeset d90c44030853
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 Added tag 0.0.6 for changeset c43a31d05901
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).
2011-02-14 Antoine Bodin oups... remove comments I used to speed-up tests
2011-02-14 Antoine Bodin Fix download: auto-install dowload tool only if command used is get-src; in other cases maintainer have to add the download tool into BUILD_DEPENDS to keep cookorder consistent, so we don't install it for him and display an error message if he forgot it; add auto-install for wget/tar when they are needed.
2011-02-14 Antoine Bodin Append both main: & incoming: when both packages exists; using packages.desc instead of package name to check for main package (allow to find thoses with extraversion).
2011-02-14 Christopher Rogers Fixed update-repository to use PACKAGES_REPOSITORY so we can have :main in sources.list file for the packages we got there. This is better then them be all saying incoming sources when there not.
2011-02-14 Christopher Rogers Fixed typo. Couldn't use check-incoming without this fix.
2011-02-14 Christopher Rogers Fixed get-src to be able to download VCS sources. Changed the checks in download to look for receipt instead of install folders cause some times a abort can leave empty folders in INSTALLED.
2011-02-14 Christopher Rogers Fixed clean-src to exit if tmp/obsolete is not made.
2011-02-14 Antoine Bodin Don't install build_depends if package doesn't have compile_rules and doesn't have BUILD_DEPENDS (thanks Godane)
2011-02-14 Antoine Bodin Fix: add a missing report end-step
2011-02-14 Antoine Bodin Automated merge with https://bitbucket.org/gokhlayeh/tazwok-experimental
2011-02-13 Christopher Rogers Remove tab thats not need in set_pkg_path.
2011-02-14 Antoine Bodin Add function: tags (to list all tags used in wok receipts)