Add apt-get wrapper.
commitf0d3b377a07bc6c4841cb48b5a1519e3d157f2c7
authorCyril Brulebois <cyril@debamax.com>
Sat, 24 Oct 2015 20:50:01 +0000 (24 20:50 +0000)
committerintrigeri <intrigeri@boum.org>
Thu, 10 Mar 2016 14:40:53 +0000 (10 14:40 +0000)
tree1ed7b89351d664d27264fbfc08a6d469d1a778ce
parentf2cb90be63e1a4f443820a156ad7def21730c286
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]