tazwok log

age author description
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)
2011-02-14 Antoine Bodin Improve webserver interface (thanks Bellard)
2011-02-13 Antoine Bodin Fix auto-remove old sources; Add some warning messages when default behavior is not used; Add a new COOK_OPT: !repack_src (prevent repacking into tar.lzma); Add support for git/svn/mercurial into WGET_URL (syntax is WGET_URL="mercurial|ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/3.1.7/linux-i686/xpi/ru.xpi"- or git| or subversion| - having the vcs package in BUILD_DEPENDS still needed), add BRANCH variable to optionaly specify a rev/tag/branch to use in this case; add better support for strange http/https/ftp URL: if WGET_URL doesn't contains TARBALL, downloaded file is named TARBALL (i.e.: WGET_URL=".../download?f=xyz&r=132" - in this case use TARBALL="pkg.tar.gz" will make things works and no more hack in receipt is needed); fs variable into genpkg_rules() is now absolute; fix a bug into source_receipt() which can cause downloading the wrong tarball (TARBALL was not unseted); Add clean-src command to remove old/unrelated-to-wok sources tarball; Fix: packages removed from wok are now deleted from repositories and files list, at check-incoming time for the ones into main repository; WARNING WARNING WARNING : this commit comes with an update-repository script which **should** be used on repositories builded with previous version of tazwok-experimental: update logs to make them compatible with new webserver command, move/remove sources and generate sources.list to make source repository consistent with new changes. usage is: update-repository LOCAL_REPOSITORY, i.e.: update-repository /home/slitaz/experimental. Even if don't use it will not leads to major problem, please do it.