Skip to content
  • Cyril Brulebois's avatar
    Add apt-get wrapper. · f0d3b377
    Cyril Brulebois authored and intrigeri's avatar intrigeri committed
    
    
    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: default avatarCyril Brulebois <cyril@debamax.com>
    f0d3b377