lib/bb/fetch/git.py: always use english here
[vuplus_bitbake] / TODO
1 On popular request by popular people a list of tasks to-do:
2
3         -Kill insecure usage of os.system either by properly escaping
4          the strings or a faster replacement not involving /bin/sh
5         -Introduce a -p option to automatically hotshot/profile the
6          run
7         -Cache dependencies separately and invalidate them when any file
8          changed.
9         -...
10
11
12 DONE:
13 ·       -On generating the inter package deps do not parse each file multiply
14 ·        times.
15         -We build the lists while parsing the data now
16 ·       (WAS: Do not generate the world dependency tree, only when someone
17 ·             requests it.
18