strip SVNPATH for any trailing spaces - exports distroname (e.g. f8 or centos5) to...
[build.git] / README-lstfiles.txt
1 #lst files syntax:
2 # comments start with #
3
4 # to define packages on all fcdistros
5 package: p1 p2 p3 p4
6 # to add  packages for say fc6
7 package+fc6: p5 p6
8 # to exclude packages
9 package-fc6: p2 p3
10
11 # same for groups
12 # NOTE: white spaces are not supported any more for group names
13 # plc_config_devel.xml used to mention standard group names with
14 # spaces, but we do not use them anymore