age |
author |
description |
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) |
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. |
2011-02-13 |
Antoine Bodin |
Updating web/index.php |
2011-02-12 |
Antoine Bodin |
Another typo ;) |
2011-02-12 |
Antoine Bodin |
typo (again) |
2011-02-12 |
Antoine Bodin |
typo |
2011-02-12 |
Antoine Bodin |
Typo |
2011-02-12 |
Antoine Bodin |
check_for_tarball(): Don't keep TARBALL if it can't be handle by tazwok (in most case it's download error/killed). |
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. |
2011-02-04 |
Christopher Rogers |
Fixed nounpack. |
2011-02-04 |
Christopher Rogers |
Added tag 0.0.5.6 for changeset d217a17789ce |
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 |
Christopher Rogers |
Added tag 0.0.5.5 for changeset 616df30e67e9 |
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 |
Typo: tag is 0.0.5.4 |
2011-02-02 |
Antoine Bodin |
Added tag 0.5.4 for changeset 1057154f92f4 |
2011-02-02 |
Antoine Bodin |
Fix: 2nd stupid error |