APT fixtures moved and shrunk

This commit is contained in:
Christoph Haas 2021-03-02 22:38:12 +01:00
parent 6d39869eff
commit 46f76c5220
13 changed files with 494 additions and 2 deletions

View file

@ -47,7 +47,7 @@ Rails.application.configure do
# DEB package repositories to parse when running "rake debshots:... tasks"
config.package_sources = [
{
description: 'Development test files', type: 'apt', url: 'lib/tasks/files/',
description: 'Development test files', type: 'apt', url: 'test/files/apt',
architectures: ['amd64'],
components: ['main']
}