Add apt-get wrapper.
commit39a7348e7227de8e9933a7b420ed7a29a37204cf
authorCyril Brulebois <cyril@debamax.com>
Sat, 24 Oct 2015 20:50:01 +0000 (24 20:50 +0000)
committerCyril Brulebois <cyril@debamax.com>
Tue, 27 Oct 2015 10:00:25 +0000 (27 11:00 +0100)
treeeb0c6df8fb2daf86beee55f4ce55e76f32fbf2d0
parentff20c1a6dfb9f8fe2cebec378f30b422cf97a951
Add apt-get wrapper.

This wrapper makes it possible to keep track of both binary and source
package downloads, by writing /debootstrap/{bin,src}uris respectively,
alongside the debootstrap-generated /debootstrap/deburis (for binary
downloads during bootstrap phase).

Each file follows the following format:
  package version uri

The source uri only contains the dsc file, but it would be easy to list
all files if later needed.

Signed-off-by: Cyril Brulebois <cyril@debamax.com>
auto/config
data/debootstrap/tails-wheezy
data/wrappers/apt-get [new file with mode: 0755]