From ba5e1f0d3a22b5d9bb497f7a1fbe8ebab96366f1 Mon Sep 17 00:00:00 2001 From: Christoph Haas Date: Tue, 30 Dec 2014 16:54:49 +0100 Subject: [PATCH] Added a repository to the production configuration. --- config/environments/production.rb | 7 +++++++ 1 file changed, 7 insertions(+) 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