From 1bae7cf38284f6b5d96462241bc4e254ba0d694c Mon Sep 17 00:00:00 2001 From: Christoph Haas Date: Fri, 5 Dec 2014 01:24:08 +0100 Subject: [PATCH] Added test files for the Debian package repository importer --- config/environments/development.rb | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/config/environments/development.rb b/config/environments/development.rb index 24a4595..79f7b88 100644 --- a/config/environments/development.rb +++ b/config/environments/development.rb @@ -29,4 +29,12 @@ Debshots::Application.configure do # URL prefix leading to the static images that should get delivered by the web server config.images_path_prefix = '/screenshots' + + # DEB package repositories to parse when running "rake import_debian" + config.package_sources = [ + { + type: 'apt', url: 'lib/tasks/files/', + #components: ['main','restricted','universe','multiverse'] + } + ] end