tazwok view TODO @ rev 451

tazwok: ensure repository ID is up-to-date after a cook command
author Antoine Bodin <gokhlayeh@slitaz.org>
date Tue Mar 15 05:47:21 2011 +0100 (2011-03-15)
parents 10a0f496be28
children
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 (need help at beta time)
6 [ ] get build-depends
7 [ ] get reverse depends when a recook is needed (don't catch packages from reference repository!)
8 > this one is not good yet
9 [ ] cooklist generation
10 [*] Fix md5um on-the-fly generation when using check-incoming)
11 [*] Generate cooklist properly after cook-toolchain
13 ==== Code optimizations ====
15 [*] Removing check for $UNDIGEST in scan() subfunctions - define how theses functions should act before
16 [*] Don't check for repository used into update_packages_db() & erase_packages_info(); define this before.
17 [ ] Don't plan regen_cookorder multiple times.
18 [*] Don't mount all theses /home/slitaz/... directories when chrooting: one is enough!
19 [ ] Move files related to cooking env from packages to packages-incoming (just before releasing the beta)
20 [*] Use variables for most used files
21 [*] cook-order.txt; wok-wanted.txt/wok-depends.txt of reference repository
22 [*] cooklist, commit, broken, blocked
23 [ ] Rename wok-wanted.txt/wok-depends.txt to simply depends.txt/wanted.txt
24 [*] For main packages
25 [ ] For packages-incoming (at beta release time)
26 [x] L407: Use fgrep here are variable subsitution are not optimize for big strings.
27 > False, variable substitution is definitively better.
29 ==== New features ====
31 [ ] Allow to download safe-wok using rsync
32 [ ] Take advantage of --rootconfig of new tazpkg (after tazpkg 4.3 release only)
33 [*] Generate the safe-wok, and optionally a tarbalized one
34 [*] Rework detection of broken shared libs dependencies
35 [ ] Check that packages are availbale before cooking
36 [*] Check that repositories exists into tazpkg conf
37 [*] Check that env is up to date, or upgrade, or propose upgrade if outside of chroot.
38 [ ] Need to check priorities outside of chroot
39 [*] Generate ID of the repository.
40 [*] Ensure ID is up-dated after cook operations to avoid false-changes detection.
41 [ ] Ensure smooth tazwok update by automatically update cook environnement according new stuff