diff --git a/config/environments/production.rb b/config/environments/production.rb index cefdd25..0bdc398 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -83,4 +83,11 @@ Debshots::Application.configure do # URL prefix leading to the static images that should get delivered by the web server config.images_path_prefix = '/screenshots' + + config.package_sources = [ + { + description: 'Debian Unstable (Sid)', type: 'apt', url: 'http://ftp.de.debian.org/debian/dists/sid', + #components: ['main','restricted','universe','multiverse'] + } + ] end