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