blob: ea0e49a153a132ff74330a0b318d4b1556879cc0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
A short example implementation
make runs the following commands:
1) generates tlp from tlsrc/*.tlsrc
currently implemented is the auto generation of packages
if no pattern is given (see tlsrc/foo.tlsrc) and more
complicated patterns (using perl regexp atm).
2) generates a tldb from tlp/*.tlp
trivial concatenation with empty lines between
3) moves tlp to tlp.old
4) re-generates the tlp from the tldb
use_tldb defines a function read_tldb_file which reads the whole
file into a hash
5) compares tlp.old and tlp
|