Updates docs for SR1 with final revision
[genesis.git] / fuel / build / install / apt-ftparchive-udeb.conf
1 ##############################################################################
2 # Copyright (c) 2015 Ericsson AB and others.
3 # stefan.k.berg@ericsson.com
4 # jonas.bjurel@ericsson.com
5 # All rights reserved. This program and the accompanying materials
6 # are made available under the terms of the Apache License, Version 2.0
7 # which accompanies this distribution, and is available at
8 # http://www.apache.org/licenses/LICENSE-2.0
9 ##############################################################################
10
11 Dir {
12   ArchiveDir ".";
13 };
14
15 TreeDefault {
16   Directory "pool";
17 };
18
19 BinDirectory "pool/debian-installer" {
20   Packages "dists/trusty/main/debian-installer/binary-amd64/Packages";
21   BinOverride "./indices/override.trusty.main.debian-installer";
22 };
23
24 Default {
25   Packages {
26     Extensions ".udeb";
27     Compress ". gzip";
28   };
29 };
30
31 Contents {
32   Compress "gzip";
33 };