5152.4.5
by Celso Providelo
Improving Contents file generation shell script. |
1 |
tree "dists/%(suite)s"
|
7675.1116.1
by Jeroen Vermeulen
Fairly direct bash-do-python conversion, minus hard-coded distro and paths. |
2 |
{
|
5152.4.5
by Celso Providelo
Improving Contents file generation shell script. |
3 |
FileList "%(content_archive)s/%(distribution)s-overrides/%(suite)s_$(SECTION)_binary-$(ARCH)";
|
7675.1116.1
by Jeroen Vermeulen
Fairly direct bash-do-python conversion, minus hard-coded distro and paths. |
4 |
SourceFileList "%(content_archive)s/%(distribution)s-overrides/%(suite)s_$(SECTION)_source";
|
5 |
Sections "main restricted universe multiverse";
|
|
5152.4.5
by Celso Providelo
Improving Contents file generation shell script. |
6 |
Architectures "%(architectures)s source";
|
7675.1116.1
by Jeroen Vermeulen
Fairly direct bash-do-python conversion, minus hard-coded distro and paths. |
7 |
BinOverride "override.%(suite)s.$(SECTION)";
|
8 |
SrcOverride "override.%(suite)s.$(SECTION).src";
|
|
9 |
ExtraOverride "override.%(suite)s.extra.$(SECTION)";
|
|
10 |
// we need the plain text content to compare before copy to the real tree
|
|
5152.4.5
by Celso Providelo
Improving Contents file generation shell script. |
11 |
Packages::Compress ". gzip";
|
12 |
Sources::Compress ". gzip";
|
|
13 |
Contents::Compress ". gzip";
|
|
14 |
};
|
|
15 |