tazwok annotate TODO @ rev 407

Improve chroot configuration
author Antoine Bodin <gokhlayeh@slitaz.org>
date Fri Mar 04 06:23:07 2011 +0100 (2011-03-04)
parents 30d672e10274
children 5ec3a6da88e6
rev   line source
gokhlayeh@404 1 ==== Bugfixes ====
gokhlayeh@404 2
gokhlayeh@404 3 [ ] fix --undigest repository support
gokhlayeh@404 4 [*] Check if reference repository is local or on network
gokhlayeh@404 5 [ ] Check that various scan() usage case are fine
gokhlayeh@404 6 [ ] get build-depends
gokhlayeh@404 7 [ ] get reverse depends when a recook is needed (don't catch packages from reference repository!)
gokhlayeh@404 8 [ ] cooklist generation
gokhlayeh@404 9 [ ] Fix md5um on-the-fly generation when using check-incoming)
gokhlayeh@406 10 [*] Generate cooklist properly after cook-toolchain
gokhlayeh@404 11
gokhlayeh@404 12 ==== Code optimizations ====
gokhlayeh@404 13
gokhlayeh@404 14 [ ] Removing check for $UNDIGEST in scan() subfunctions - define how theses functions should act before
gokhlayeh@404 15 [ ] Don't check for repository used into update_packages_db() & erase_packages_info(); define this before.
gokhlayeh@407 16 [*] Don't mount all theses /home/slitaz/... directories when chrooting: one is enough!
gokhlayeh@404 17 [ ] Move files related to cooking env from packages to packages-incoming (just before releasing the beta)
gokhlayeh@407 18 [*] Use variables for most used files
gokhlayeh@404 19 [*] cook-order.txt; wok-wanted.txt/wok-depends.txt of reference repository
gokhlayeh@405 20 [*] cooklist, commit, broken, blocked
gokhlayeh@404 21 [ ] Rename wok-wanted.txt/wok-depends.txt to simply depends.txt/wanted.txt
gokhlayeh@406 22 [x] L407: Use fgrep here are variable subsitution are not optimize for big strings.
gokhlayeh@406 23 > False, variable substitution is definitively better.
gokhlayeh@404 24
gokhlayeh@404 25 ==== New features ====
gokhlayeh@404 26
gokhlayeh@404 27 [ ] Take advantage of --rootconfig of new tazpkg
gokhlayeh@404 28 [*] Generate the safe-wok, and optionally a tarbalized one
gokhlayeh@404 29 [ ] Rework detection of broken shared libs dependencies
gokhlayeh@404 30 [ ] Check that packages are availble before cooking
gokhlayeh@404 31 [*] Check that repositories exists into tazpkg conf
gokhlayeh@404 32 [*] Check that env is up to date, or upgrade, or propose upgrade if outside of chroot.
gokhlayeh@404 33 [ ] Need to check priorities outside of chroot
gokhlayeh@404 34 [*] Generate ID of the repository.
gokhlayeh@404 35 [ ] Ensure ID is up-dated after cook operations to avoid false-changes detection.