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